{ Changelog }

Changelog

All notable changes to StatikAPI are documented here. We follow semantic versioning where possible.

Subscribe via RSSLast updated: 14 May 2026
1.0.0General AvailabilityLatest14 May 2026
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.
0.6.0Initial Public Beta09 Nov 2025
Added
  • Public beta release of the open-source CLI and core under MIT.
  • File-system routing for static, dynamic ([id]), and catch-all ([...slug]) JSON endpoints.
  • Preview UI with manifest browser and JSON viewer.
  • Deployment guides for Cloudflare Pages/R2, Netlify, GitHub Pages, S3, and more.
Changed
  • Polished build logs and improved developer experience in the preview UI.
Fixed
  • Windows path normalization in paths() and debounced file-watcher events.

Earlier work leading up to 0.6.0 was under internal development and testing.

{ Let's talk }

Still unsure?

Tell me what you're building and where you're stuck. I'll point you to the right plan—or suggest a simpler path.