shiply.now
Features

Everything an agent needs to ship.

One call publishes a real site at a real URL. No account, no build step, no dashboard detour. Then layer on a custom domain, a database, edge functions, and a way to hand the whole thing to a client.

Free · No account · No credit card
Paste into your agent

Publish my site to shiply.now and give me the live URL — no account needed. Grab the current API first: https://shiply.now/skill.md

Publish

Publish in one call

Your agent POSTs once and the site is live at a real URL in a single request — no account to create, no build to wait on, no console to click through.

  • Live at <slug>.shiply.now the moment the call returns
  • Works from the CLI, MCP, or raw HTTP
  • Claim it later with one click to keep it forever
merry-maple-3kf2.shiply.now
Live
$ shiply publish ./site
uploading 12 files…
✓ live at https://merry-maple-3kf2.shiply.now
Domains

Bring your own domain

Point a custom domain at any site. DNS is auto-provisioned through Cloudflare and SSL is issued for you — no records to copy by hand, no certificate to babysit.

  • Automatic DNS provisioning via Cloudflare
  • SSL issued and renewed for you
  • Apex or subdomain — your call
acme.com
Live
SSL issued · DNS verified
acme studio
served from acme.com — proxied through cloudflare
Data

Real databases, not just static files

Every plan gets a Cloudflare D1 database. On Developer, add Neon Postgres with a fresh branch database per deploy, so previews never touch production data.

  • Cloudflare D1 on every plan, free included
  • Neon Postgres on Developer
  • Per-deploy branch databases for safe previews
my-app-db · sql console
select count(*) from signups;
→ d1 · my-app-db · 3 ms
1,284rows
✓ branch db: preview-pr-42 (neon)
Functions

Workers Lite functions

Add dynamic endpoints and functions that run at the edge — handle form posts, proxy an API, gate access. There is no server to provision and nothing to keep running.

  • Dynamic endpoints alongside static files
  • Runs at the edge, close to every visitor
  • No server to run, scale, or patch
api/hello · function
export default {
async fetch(req) {
return Response.json({ ok: true })
}
}
✓ GET /api/hello → 200 · at the edge
Capture

Site Data and a per-test inbox

Capture form submissions as structured Site Data, and give every site a reply inbox at <slug>@shiply.now. Replies land in a real thread, with AI summaries so you can triage at a glance.

  • Form submissions captured as Site Data
  • A dedicated reply inbox per site
  • AI summaries on every incoming thread
inbox · acme-lp@shiply.now
acme-lp@shiply.now
jordan@buyer.co2m
Is annual billing available before launch?
AI summary: pricing question — high intent
Handoff

Built it for a client? Hand it over.

Transfer a site to your client in one atomic, all-or-nothing move. Get paid through Stripe Connect, with a 30-day refund window so both sides are covered.

  • Atomic ownership transfer — all or nothing
  • Stripe Connect payouts to your account
  • 30-day refund window on every handoff
handoff · ownership transfer
youclient
ownership transferred · paid via stripe connect
30-day refund window · atomic, all-or-nothing
More

The rest of what ships in the box

Every plan starts free. These come along for the ride.

Access controls

Keep a site public, lock it behind a password, or restrict it to specific people.

Encrypted variables

Store API keys as encrypted environment variables so your sites can reach Stripe, Notion, and more.

Vanity handles

Register a handle and publish under name.shiply.now instead of a random slug.

Detailed analytics

See real traffic per site — views, referrers, and trends, without a third-party tag.

Framework auto-detect

Next, Astro, Vite, Hugo, and more are detected and built without extra config.

Agent API + MCP

A full REST API plus 40+ MCP tools, so any agent can publish and manage sites.

Device-code CLI login

Sign the CLI in with a one-click device code — no pasting tokens around.

Instant rollback

Every publish is a version. Roll a site back to a previous deploy in one move.

Works with the AI you already useClaudeClaude CodeCursorChatGPTCodexWindsurf

Publish a site in one call.

No account needed. Live at a real URL in a single request.