On an HTTPS subdomain — or your own domain. Free forever, for Claude Code / Cursor / Codex. Say this to your agent — that's your whole involvement:
That's it. Your agent reads the skill, gets a real Ubuntu box with root SSH and a live HTTPS subdomain, and ships your project there. No dashboard, no signup, no MCP.
$ curl -sX POST https://thevibehosting.com/create↳ returns an SSH command (root), a live https://abc123.thevibehosting.com, and your api_key (vibe_…).
Claude Code, Codex, Cursor — anything. That's your whole involvement: no dashboard, no signup, no setup.
One POST /create — no key needed — hands back a root SSH command, a live HTTPS subdomain (valid TLS) and an api_key.
ssh root@… · https://abc123.thevibehosting.com
It's a real Ubuntu box — apt install, run a DB, a worker, a bot. Serve on :80 from /root/www or /root/run.sh.
apt install … → run your app on :80
By default a server sleeps when idle (RAM freed, wakes in 1–3 s) — still reachable 24/7, and it barely touches your free credit. Need zero cold starts? create it with {"never_sleep":true} — billed by real RAM 24/7.
No dashboard to babysit. List, rename, expose a port, sleep/wake, check live usage & billing — all over plain REST. GET /account/billing shows your balance, burn rate and runway.
A real session, replayed: one call for root + TLS, a file into /root/www, a 200 from your subdomain. Then it's your call — let it sleep, or keep it always-on.
A genuinely free tier, then pay only for what runs. RAM is billed only while the server is awake — CPU is always free.
Anonymous & instant — great for a quick deploy. A small app that sleeps when idle stays free.
One SMS unlocks the real free tier — 2.5× the free credit, bigger servers, as many as you want. A 512 MB server runs 24/7 all month free.
Past your free credit — pay only for what runs: RAM $0.005 / GB-hour (awake only) · Egress $0.10 / GB · Disk $0.25 / GB-month · CPU free. From prepaid credit, no plans.
no plans · set {"never_sleep":true} · first $2.25/mo free, then billed by real RAM · + disk $0.25 / GB-mo
A real root Linux server (Ubuntu) on its own HTTPS subdomain, created with one curl — no dashboard to babysit. The twist: you choose whether it stays always-on or sleeps when idle to save credit.
No signup, no API key to configure, no MCP to install. You get root in seconds and an api_key (vibe_…) is issued automatically on the first POST /create call. Save it — it's your account credential.
Your choice, per server. By default it scales to zero when idle (RAM freed, wakes in seconds) so you pay only for awake time. To pin it always-on, create it with {"never_sleep":true} (verified phone) or flip it any time via POST /servers/{id}/never-sleep — no cold starts, billed by the RAM it actually uses 24/7. Because RAM is billed only while awake at $0.005/GB-hour, your monthly free credit ($2.25 verified) runs a 512 MB server 24/7 for a whole month free; a 1 GB box 24/7 ≈ $1.35/mo after the credit. Top up via POST /account/recharge. No plans.
Each project runs in a gVisor-sandboxed container with hard CPU/RAM limits, fully isolated from the host and every other tenant. Outbound SMTP is blocked and abusive CPU/egress is auto-suspended.
Missing an endpoint, a base image, a higher limit? Send it — we read every one. Add an email if you'd like a reply.
$ curl -sX POST https://thevibehosting.com/feedback -d '{"kind":"feature","message":"…","email":"you@x.com"}'