One index.html or a whole SaaS with its own backend. Say “deploy this” in Claude or Cursor and it is live on HTTPS in about a minute, with a URL you can send to someone.
ONE COMMAND · FREE HTTPS URL · YOUR DOMAIN WHEN READYA page with no server is served straight from disk. An app with a backend runs on the port it asks for. You do not have to know which one you built, or tell us.
Say “deploy this site”. Build output is found on its own, so dist/ or out/ works without you saying so.
Every app is live at its own subdomain with a certificate. Nothing to configure and nothing to pay for.
Two DNS records and it serves on your hostname instead. The certificate is issued for you.
No. A folder with an index.html in it deploys as is. If you did run a build, we find the output on our own — dist, build, out, public and _site are all detected, so a Vite or Astro project works without you saying which.
For a static site, yes, and they are excellent at it. The reason to be here is the rest of it: the same command deploys your Discord app, your worker and your cron job, and they all live in one place with one bill.
The backend is just your app listening on process.env.PORT, in Node or Python. The database is yours to bring — put the connection string in an environment variable, encrypted and write-only.
Plain HTML, or the build output of Vite, Astro or a Next export. Served straight from disk, so there is nothing to install and nothing to start.
Express, FastAPI, Next in server mode, anything that listens. It binds the port we give it and we route your URL to it.
Connect once, then deploy, read logs, restart and roll back by asking. No API key to copy.
$3 a month, always on. First one free for 7 days, no card.
© 2026 SPOCKET · BUILT IN MANILA