Canonical landing page for UFFS — UltraFastFileSearch, served by GitHub Pages at:
https://uffs.io/ (
https://skyllc-ai.github.io/redirects here)
This is the org user-page repo. Any file at the repo root is served from the site root, so
index.html is the homepage. .nojekyll tells Pages to serve files verbatim (no Jekyll build).
Deploying, the
uffs.iodomain, the footer build stamp, and the "new domain looks blocked" (Umbrella) gotcha → DEPLOY.md.
index.html Flagship benchmark landing page (self-contained, no build step)
robots.txt / sitemap.xml SEO basics
assets/brand/ Wordmark, hero image, favicons (mirrored from the UFFS repo)
assets/charts/ Benchmark SVGs (mirrored from UFFS docs/benchmarks/charts/)
index.html is plain HTML with an embedded <style> block — no toolchain, no dependencies.
Edit and push; GitHub Pages redeploys within ~1 minute.
To refresh benchmark numbers or charts, copy the latest SVGs from the UFFS repo:
cp ../UltraFastFileSearch/docs/benchmarks/charts/<version>/*.svg assets/charts/…and update the version-stamped figures in the proof strip / captions in index.html.
Repo Settings → Pages → Build and deployment → Source: Deploy from a branch,
branch main / folder / (root). The site goes live at https://skyllc-ai.github.io/.
- Buy the domain.
- Add a
CNAMEfile at this repo root containing only the bare domain (e.g.skyllc.ai). - DNS: add the GitHub Pages
A/AAAAapex records (or aCNAMEforwww) per https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site. - Settings → Pages → Custom domain → enter the domain, enable Enforce HTTPS.
- Update
<link rel="canonical">,og:url,twitter:image, andsitemap.xmlinindex.htmlto the new domain.
GitHub Pages automatically 301-redirects the old *.github.io URLs to the custom domain,
so links already shared on HN / Reddit / LinkedIn keep working.