Skip to content
MANAGED RUNTIME · WHERE YOUR AGENT RUNS

Push code. Get a live URL.

theo deploy builds a signed container image, gates it on health probes, and ships it to production with rollback ready — in minutes.

A real app at a live URL. Your code in your repository. Standard container images you could rebuild on any cloud in under a day.

  • In minutesDeploy
  • SecondsRollback
  • 30Frameworks auto-detected
  • 35CLI commands
  • SignedImages by default
  • Per-projectIsolation
$ curl -fsSL https://get.usetheo.dev | sh

There is a version of shipping where rollback is one command, preview environments come with every PR, and the backend ships on the same `git push` as the frontend. TheoKit shapes the app. `theo deploy` puts it on TheoCloud.

What you get

Concretely, what ships.

Type an idea. Watch it ship.

TheoKit scaffolds the project with RAG + memory + UI included. `theo deploy` puts it on a live URL — in minutes.

Every backend shape

API servers (Express, Fastify, NestJS, FastAPI, Axum, Spring, …), background workers, frontends, static sites — all from the same monorepo. 30 frameworks auto-detected.

The whole monorepo, one deploy

`theo init` reads your repo, generates `theo.yaml`, and every service ships together.

Rollback in seconds

`theo rollback` reverts to the previous release in seconds. Cross-environment promote ships the same artifact without rebuild.

Signed by default

Every container image signed at build, with a CycloneDX SBOM and build attestation per release — every tier.

Self-host when you need to

Managed on every self-serve tier. Dedicated infrastructure + self-host + 99.9% SLA target on Enterprise.

Feel it
bash
# Install
curl -fsSL https://get.usetheo.dev | sh

# Four commands to ship
theo login
theo init        # detect monorepo, generate theo.yaml
theo connect     # link GitHub repo (one-time)
git push         # every push deploys automatically

# In minutes:
# Live:
#   api    -> https://acme-my-saas-api-production.usetheo.dev
#   web    -> https://acme-my-saas-web-production.usetheo.dev (CDN)

No infrastructure to manage. No build config required. Just push.

What you'd ship

Things you would actually build.

  • 01A SaaS MVP in a weekend. TheoKit scaffolds the app, Theo ships API + frontend + workers.
  • 02A B2B agent product. TheoKit ships the full-stack app — agent logic + dashboard + auth — and TheoCloud runs it in production.
  • 03A multi-tenant API. Postgres template, plan-based limits, encrypted secrets.
  • 04A real-time agent control panel. WebSocket primitives deployed alongside your API.
  • 05An internal platform team's runtime. Self-host on Enterprise — your infrastructure, dedicated isolation, build-level component report (SBOM).
  • 06The Vercel piece Vercel does not ship. Keep frontend on Vercel; bring API, workers, jobs to Theo.
Why TheoCloud

How it compares.

The cloud platform market is split between frontend-first (Vercel), agent infra-page (Railway pivoted there), and sandbox-shaped (Fly.io). None of them ship the whole product.

CapabilityTheoVercelRailwayFly.io
Frame"Build and ship apps and AI Agents from a prompt.""Build and deploy on the AI Cloud""Railway for AI Agents""Build fast. Run any code fearlessly."
API servers (any framework)30 frameworksServerless onlyYesYes
Background workersYesNoYesYes
Monorepo-nativeYesLimitedPartialLimited
Rollback in secondsYesYesYesYes
Signed images by defaultEvery buildNoNoNo
Self-host commercialEnterpriseNoNoLimited

Vercel optimizes the frontend layer of AI Cloud. Railway pivoted to be an agent's infra page. Fly.io ships sandboxes. Theo ships your product — real backend, real stack, end to end.

Why now

AI agents shipped in 2025–2026 went from demo to revenue-generating product. The deploy story they need — managed runtime, signed images, rollback in seconds, monorepo-native — does not exist yet. That is the gap.

Status

Honest claims only.

  • Generally Available. Production runtime, project-level isolation by default, managed Postgres, automatic TLS.
  • CLI shipped: 35 commands with --json stability contract, exit codes 0-5 permanent.
  • Pricing live across all tiers. Hobby Free, Starter $19/mo, Growth $79/mo, Pro $249/mo self-serve. Enterprise (custom).
  • On the roadmap (v1.x). Keyless image signing, cross-environment log streaming, expanded SSO/SAML providers.

Push code. Get a live URL.

$ curl -fsSL https://get.usetheo.dev | sh

theo login

Or: scaffold with npx create-theokit my-app