Changelog
1.0.0
First release.
Build engine
- In-browser preview: JSX and Vue SFC transpiled in-page, framework code resolved through an import map. No hosted container runtime.
- Server-side publish build with two drivers — esbuild for a real bundle, runtime for hosts without Node — and automatic fallback between them.
- Full-snapshot revisions with one-click rollback.
- File locking, so hand edits survive regeneration.
Full-stack generation
- Declarative backends: the model declares collections and fields, the platform
serves them at
/_api/{slug}on the published site. - Nine field types, each mapped to enforced validation and a renderable input.
- Submissions inbox in the Lab, with read/spam states, CSV export and optional email notification per collection.
- Anonymous-endpoint protections: undeclared fields discarded, per-visitor rate limiting on a hashed IP, honeypot, origin-scoped CORS, per-collection cap.
Generation
- Constrained component library of fifteen sections the model composes from.
- Provider-agnostic AI layer: Anthropic, OpenAI, Gemini, xAI and any OpenAI-compatible endpoint.
- Schema-enforced output where the provider supports it; validated regardless.
- Path, size and content validation on everything the model writes.
Discoverability
- schema.org JSON-LD,
llms.txt,sitemap.xml,robots.txt, canonical and Open Graph on every published site.
Platform
- Teams, agency sub-accounts, invitations and a four-tier role ladder.
- Append-only credit ledger with reserve-and-settle metering.
- Stripe and Paddle, both behind one interface, with replay-safe webhooks.
- Filament admin: users, workspaces, plans, subscriptions, projects, deployments, component blocks, API keys, appearance and install status.
- Token-based design system, rethemeable from the admin panel.