Deployments Overview
Once you've built your API with statikapi build, the result is a folder of pure JSON files.
That means you can deploy it anywhere that serves static files — just like a static site.
Popular targets include:
- Cloudflare
- Netlify
- GitHub Pages
- Vercel
- Amazon S3 / CloudFront
- Any static host or CDN (Firebase, DigitalOcean, etc.)
For Cloudflare, there are now two different stories:
- simple static hosting of
api-out/ - the dedicated Cloudflare adapter workflow documented in Cloudflare Worker + Static Assets Adapter
Each page below explains the relevant deployment model.