What's new
Changelog
Every release, what changed in it, and why.
v1.3.0
MinorSeptember 11, 2026A redesigned site: deep navy and pale blue, light display type, and monospaced labels for every piece of navigation
The landing page walks through the whole path from template to live site, stage by stage, using the product's own templates, editor copy and export contents in each panel
One full footer on every page, with the documentation, source and plugin a click away
The plugin link pointed at a README heading that no longer existed
v1.2.0
MinorSeptember 7, 2026Examples — three finished sites at /examples, each link opening the exported bundle itself rather than a preview of it
Each example is a committed spec built by the same scripts the skill ships, so the page cannot drift from what the exporter actually produces
Every example is checked with verify.mjs: the canvas has to advance and every line of copy has to clear 4.5:1 against the pixels behind it
Canvas previews kept animating at 60fps while scrolled out of view, spending a phone's battery on pixels nobody could see
v1.1.0
MinorSeptember 7, 2026Copy rewriting in the editor — describe the change you want and the section copy is rewritten from it, in one undo step
The rewrite touches the words only. Layout, colours, images and button links are left as you set them, and anything that comes back malformed is discarded rather than applied
Instances without an API key do not show the button, so a fresh clone still runs on an empty environment
The privacy page now names the rewrite request as the third thing that can leave your browser, and only when you ask for one
v1.0.0
MajorAugust 27, 2026Fully open source and free. No accounts, no database, no payment of any kind
Runs with an empty environment: clone it, npm install, npm run dev. Nothing to configure
Video frames are extracted in your browser — your footage never leaves the device
Exports ship a 404 page, favicon, social card, robots.txt and configs for Netlify, Vercel, GitHub Pages and Cloudflare
All 21 templates are free; the 8 that were sold individually are no longer gated
Sign-in, the dashboard, saved sites and hosted /s/ links — the tool keeps your work in your own browser and exports it
Razorpay, Lemon Squeezy, subscription plans and premium template purchases
Procedurally exported sites rendered a black screen: the background recipe was emitted in the wrong shape and threw on first paint
v0.5.0
MajorAugust 26, 2026Publish — every site gets a hosted link at /s/your-site, one button from the dashboard
Template library — 21 finished sites across 11 categories, free on every plan
Templates carry real typography: Google Fonts pairings, type scales, and palettes that survive into the export
One browse surface — showcase and demos folded into /templates
Scroll scrubbing finished early on tall viewports; the sequence now maps to the page's real height
v0.4.0
MajorAugust 26, 2026Every template is free on every plan, including the free one
Paid plans now differ only by how many websites you keep saved, and that limit is enforced
AI chat editing and AI video generation — the product is a template library now
AI credits, which nothing consumed
First-time sign-up through GitHub or Google, which failed for every new account
v0.3.0
MajorJune 7, 2026Pricing page with monthly/annual toggle and 5 tiers
Presets gallery — 12 production-ready templates with search & category filters
Full landing page — pipeline steps, testimonials, FAQ, footer
Dashboard — manage sites, credits, quick actions
Auth — sign in with GitHub or Google
About, Contact, and Changelog pages
Chat-based AI editing in the editor
Nav updated across all pages with Presets & Pricing links
v0.2.0
LaunchJune 5, 2026Initial public launch on Vercel
Canvas-based ScrollEngine — up to 200 frames, native browser scroll
/create — 3-step flow: prompt → configure → generate
/editor — full visual editor with sections, style, layout controls
AI video generation API — Luma AI + Runway ML with demo fallback
FFmpeg frame extraction API — file upload + URL
JSZip export to standalone HTML/CSS/JS bundle
Demo mode with SVG gradient frames (no API key needed)
v0.1.0
InternalJune 1, 2026Project scaffolded with Next.js 16, TypeScript, Tailwind, shadcn/ui
Dark purple theme established
Repository created and connected to Vercel