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.
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.
$ curl -fsSL https://get.usetheo.dev | shThere 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.
TheoKit scaffolds the project with RAG + memory + UI included. `theo deploy` puts it on a live URL — in minutes.
API servers (Express, Fastify, NestJS, FastAPI, Axum, Spring, …), background workers, frontends, static sites — all from the same monorepo. 30 frameworks auto-detected.
`theo init` reads your repo, generates `theo.yaml`, and every service ships together.
`theo rollback` reverts to the previous release in seconds. Cross-environment promote ships the same artifact without rebuild.
Every container image signed at build, with a CycloneDX SBOM and build attestation per release — every tier.
Managed on every self-serve tier. Dedicated infrastructure + self-host + 99.9% SLA target on Enterprise.
# 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.
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.
| Capability | Theo | Vercel | Railway | Fly.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 frameworks | Serverless only | Yes | Yes |
| Background workers | Yes | No | Yes | Yes |
| Monorepo-native | Yes | Limited | Partial | Limited |
| Rollback in seconds | Yes | Yes | Yes | Yes |
| Signed images by default | Every build | No | No | No |
| Self-host commercial | Enterprise | No | No | Limited |
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.
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.
$ curl -fsSL https://get.usetheo.dev | shtheo login
Or: scaffold with npx create-theokit my-app