Three finished sites, served as the exact bundles they export to.See the examples

What's new

Changelog

Every release, what changed in it, and why.

v1.3.0

MinorSeptember 11, 2026
improved

A redesigned site: deep navy and pale blue, light display type, and monospaced labels for every piece of navigation

improved

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

new

One full footer on every page, with the documentation, source and plugin a click away

fixed

The plugin link pointed at a README heading that no longer existed

v1.2.0

MinorSeptember 7, 2026
new

Examples — three finished sites at /examples, each link opening the exported bundle itself rather than a preview of it

new

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

new

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

fixed

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, 2026
new

Copy rewriting in the editor — describe the change you want and the section copy is rewritten from it, in one undo step

new

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

new

Instances without an API key do not show the button, so a fresh clone still runs on an empty environment

improved

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, 2026
new

Fully open source and free. No accounts, no database, no payment of any kind

new

Runs with an empty environment: clone it, npm install, npm run dev. Nothing to configure

new

Video frames are extracted in your browser — your footage never leaves the device

new

Exports ship a 404 page, favicon, social card, robots.txt and configs for Netlify, Vercel, GitHub Pages and Cloudflare

improved

All 21 templates are free; the 8 that were sold individually are no longer gated

removed

Sign-in, the dashboard, saved sites and hosted /s/ links — the tool keeps your work in your own browser and exports it

removed

Razorpay, Lemon Squeezy, subscription plans and premium template purchases

fixed

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, 2026
new

Publish — every site gets a hosted link at /s/your-site, one button from the dashboard

new

Template library — 21 finished sites across 11 categories, free on every plan

new

Templates carry real typography: Google Fonts pairings, type scales, and palettes that survive into the export

improved

One browse surface — showcase and demos folded into /templates

fixed

Scroll scrubbing finished early on tall viewports; the sequence now maps to the page's real height

v0.4.0

MajorAugust 26, 2026
new

Every template is free on every plan, including the free one

improved

Paid plans now differ only by how many websites you keep saved, and that limit is enforced

removed

AI chat editing and AI video generation — the product is a template library now

removed

AI credits, which nothing consumed

fixed

First-time sign-up through GitHub or Google, which failed for every new account

v0.3.0

MajorJune 7, 2026
new

Pricing page with monthly/annual toggle and 5 tiers

new

Presets gallery — 12 production-ready templates with search & category filters

new

Full landing page — pipeline steps, testimonials, FAQ, footer

new

Dashboard — manage sites, credits, quick actions

new

Auth — sign in with GitHub or Google

new

About, Contact, and Changelog pages

new

Chat-based AI editing in the editor

improved

Nav updated across all pages with Presets & Pricing links

v0.2.0

LaunchJune 5, 2026
new

Initial public launch on Vercel

new

Canvas-based ScrollEngine — up to 200 frames, native browser scroll

new

/create — 3-step flow: prompt → configure → generate

new

/editor — full visual editor with sections, style, layout controls

new

AI video generation API — Luma AI + Runway ML with demo fallback

new

FFmpeg frame extraction API — file upload + URL

new

JSZip export to standalone HTML/CSS/JS bundle

new

Demo mode with SVG gradient frames (no API key needed)

v0.1.0

InternalJune 1, 2026
new

Project scaffolded with Next.js 16, TypeScript, Tailwind, shadcn/ui

new

Dark purple theme established

new

Repository created and connected to Vercel