Use this template — copy the source into a new project:
npx degit bswxyz/formwork-aether my-appLive demo → https://bswxyz.github.io/formwork-aether/ · How it was built
A dark, Linear-grade product landing: drifting aurora, frosted-glass panels, bento features, abstract product UI.
A free, MIT-licensed website template. Good for: AI products, dev tools, SaaS startups, waitlist pages. The demo brand ("AETHER") is fictional — every word and colour is meant to be replaced with yours.
- Animated aurora mesh behind glassmorphism panels (backdrop-filter)
- Bento feature grid with animated mini-diagrams; typing search animation in a faux product UI
- Sticky nav that gains blur on scroll; count-up stats band
This repo is a template — everything is plain HTML/CSS/JS with relative paths, so it works under any repo name with zero configuration.
- Click Use this template → Create a new repository (top of this page).
Name it whatever you like —
my-site,portfolio, anything. - In your new repo: Settings → Pages → Build and deployment → Deploy from a branch,
then pick
main// (root)and save. (CLI: see below.) - Wait ~1 minute. Your site is live at
https://YOUR-USERNAME.github.io/YOUR-REPO-NAME/.
Prefer the command line?
gh repo create my-site --template bswxyz/formwork-aether --public --clone
cd my-site
gh api --method POST /repos/YOUR-USERNAME/my-site/pages \
-f 'source[branch]=main' -f 'source[path]=/'No build step, no dependencies to install — edit the files, push, done. The only external requests are Google Fonts and (where used) pinned CDN copies of GSAP/three.js.
- Gradient identity:
--violet/--cyaninstyles.cssdrive every glow and CTA - Product mockup: the hero panel is plain divs/SVG — reshape it into your product's abstraction
- Sections: trusted-by row, bento cards, steps and stats are all copy-editable HTML
The /guide/ page documents the signature technique in depth (with code) — keep it, rewrite it,
or delete the folder entirely.
index.html the page
styles.css all styling (design tokens in :root at the top)
main.js the signature effect + motion
guide/index.html how-it-works write-up (optional — yours to keep or delete)
- Works with JS disabled or a CDN failure (content is never permanently hidden)
- Respects
prefers-reduced-motion; keyboard focus styles throughout - Canvas/WebGL feature-detected with graceful fallbacks; devicePixelRatio capped for performance
- Responsive at phone / tablet / desktop widths
MIT — free for personal and commercial use, no attribution required (a link back is always appreciated). Part of FORMWORK — a collection of 25 free website templates: the full gallery →