SITES & WEB APPSHTML · VITE · NEXT

Deploy your site
by asking for it.

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.

Deploy a sites & web app
ONE COMMAND · FREE HTTPS URL · YOUR DOMAIN WHEN READY
yoursite.com
01 · WHAT CHANGES

A folder in.
A working URL out.

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

01
Point your agent at the folder

Say “deploy this site”. Build output is found on its own, so dist/ or out/ works without you saying so.

02
It gets a URL immediately

Every app is live at its own subdomain with a certificate. Nothing to configure and nothing to pay for.

03
Add your domain when ready

Two DNS records and it serves on your hostname instead. The certificate is issued for you.

02 · BEFORE YOU ASK

The bit you are
actually wondering.

01

Do I need a build step or a config file?

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.

02

Is this not what Vercel and Netlify do, for free?

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.

03

What about the backend and the database?

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.

03 · EITHER SHAPE

You do not have to
know which you built.

NO SERVER OF ITS OWN

A page

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.

index.html
styles.css
app.js
logo.svg
served as files
BRINGS ITS OWN SERVER

An app

Express, FastAPI, Next in server mode, anything that listens. It binds the port we give it and we route your URL to it.

app.listen(process.env.PORT)
# or uvicorn, or next start
routed to your port
https://yoursite.comFree subdomain on day one. Your own domain when you want it.
04 · THE DETAIL

Runs what you
already wrote.

plain HTMLViteAstroNext exportReactExpressFastAPI
STATIC
Served from disk
APPS
Listen on PORT
HTTPS
Included, both kinds
SPA ROUTING
Falls back to index.html

You never open a panel.

Connect once, then deploy, read logs, restart and roll back by asking. No API key to copy.

deploy this sites & web app
spocket_deploy({ name: "sites-app" })
live · restarts on crash
it went offline, why?
spocket_logs({ lines: 50 })
fixed and restarted

It is one command.
Go and send the link.

$3 a month, always on. First one free for 7 days, no card.

Deploy a sites & web appSee pricing
© 2026 SPOCKET · BUILT IN MANILA