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 Availability

2026-05-14

Latest

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 Beta

2025-11-09

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.
Notes

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

Start building APIs
without backend headaches

Combine data, shape the output, and publish reliable endpoints —
without backend complexity.

Get started Try demo