Not open yet — signups haven't started. Join the list for the day they do.
Home/Deploying

Deploying

Publish however you already work

Four routes to the same result: a live site, its own SSL certificate, and a place in the daily backup. Pick whichever fits how you already work.

Four ways inper site
Gitpush to publish
Zipdrag and drop
CLIone command
MCPask your AI

Every route ends at the same place — files on a server, a subdomain live, SSL already attached, a spot reserved in the daily backup. What changes is how the files get there: a repository you already push to, a folder you drag in, one command, or an assistant you ask in plain language.

All four publish through the same queue, so a wave of deploys from one route never slows down anyone using another. Pick based on how you already work — switching later costs nothing.

The chooser

Which route fits you

Same account, same guardrails, same queue behind all four — this is the shortcut if you'd rather skip the reading below.

RouteBest forWhat you needTime to live
GitAlready keeping the site in a repositoryA repo, a branch, a folder to point atThe next push
UploadA folder exported from any tool, no repo involvedA zip with index.html at the topSeconds, once it queues
CLIScripts, CI pipelines, terminal habitsnpx, and a tokenWhen the command finishes
AssistantA site built inside a chat windowThe MCP server added once, a scoped tokenAs soon as it calls the tool

A REST endpoint is also in development — it will underpin the CLI and the MCP server, and eventually let anything else publish the same way.

Four routes in

The routes themselves

Pick a card for the full walkthrough — steps, guardrails, and the gotchas that trip people up.

Questions

What people ask before picking

Does any route cost more than the others?

No — all four publish to the same 99¢-a-month account. There's no per-route fee, and nothing about which one you use changes the bill.

Can I switch methods after I've started?

Yes. Every route lands in the same account, the same guardrails, and the same queue, so moving from one to another costs nothing and loses nothing.

Do you run a build step for me on any of these?

No, on any route — we publish whatever's already in the folder you point at. Run your own build first, wherever you already do.

Is there a way to deploy without any of these four?

A REST API is in development — it will underpin the CLI and the MCP server, and eventually let anything else publish the same way.

Start publishing today

See what's included on the static hosting page, or check pricing.

Join the list