What problem does it solve?
Bootstrap a new SvelteKit web project without getting stuck on outdated templates, missing infrastructure, or mismatched tooling choices.
Core Features & Use Cases
- Research-first scaffolding: Checks the current SvelteKit/web ecosystem state before writing any project files to avoid stale template breakage.
- Opinionated production-ready stack: Creates a strict TypeScript + Svelte 5 (runes) setup with bun, Vite, Vitest, Tailwind (dark-first + OKLCH + CSS variables), and Cloudflare Pages + D1.
- Auth and routing that won’t surprise you: Includes WebAuthn passkeys flow, app shell, DB/auth/session scaffolding, and routing/hooks/layout wiring.
- Quality gate and correctness loop: Runs bun prepare and bun check, and iteratively reports the specific remaining failures (up to the defined attempt limit) instead of returning a broken app.
Quick Start
Tell the agent: Bootstrap Web myapp with a starter description for the product, and use the default leading options for any close calls.