1.0.0 — General Availability
2026-05-14
Added
- Zero-config quick start — one command with create-statikapi gets a working project instantly, no manual setup required.
- create-statikapi scaffolder with interactive prompts and a --template flag for choosing between the default and Cloudflare adapter layouts.
- Polished preview UI at /_ui: browse every route, inspect JSON output, and watch live updates as you edit.
- Hot-reload dev loop — the watch process detects file changes and rebuilds affected routes automatically.
- Cloudflare adapter template: Worker + Static Assets setup with wrangler.toml, .dev.vars, and statikapi.config.js wired up out of the box.
- Public and private route separation in the Cloudflare layout — static routes served from Static Assets, private routes gated behind the Worker.
Improved
- Build logs are cleaner and more actionable across both dev and production builds.
- File-system routing covers static, dynamic ([id]), and catch-all ([...slug]) patterns with stable, cross-platform path handling.