upload a zip, get a live site. no config, no build step, no nonsense. just files served fast.
zip your files, POST them to the API, and your site is live. no accounts, no dashboards, no waiting.
bundle your HTML, CSS, JS, and assets into a single zip file. index.html at the root.
POST the zip to /api/deploy with a name. one curl command.
your site is instantly served at /your-name/. SSL, caching, MIME types — all handled.
all management endpoints require an API key. public sites are served without auth.
upload a zip file to deploy or update a site. the zip should contain your site files with index.html at the root.
returns a JSON array of all deployed sites with their names, file counts, and sizes.
permanently removes a deployed site and all its files.
fetched in real time from the CDN API.