Everything you need to ship AI-generated code

From framework detection to production promotion, rollback, and budget guardrails. One platform. One command. Full control.

Detection

Instant Framework Detection

Point POC.ai at any directory or repo. It inspects package files, entry points, and project structure to auto-detect your framework and generate the right deployment recipe. No Dockerfiles. No config files. No guesswork.

  • Next.js, Nuxt, Vite, static sites
  • FastAPI, Django, Flask
  • Express, Fastify, Hono
  • Rails, Go, Rust
$ poc deploy ./my-saas-app

# Scanning project structure...
Found: package.json, next.config.js, prisma/

Framework: Next.js 14 (App Router)
Runtime: Node 20
Build: next build
Start: next start -p $PORT
Env vars: DATABASE_URL (required)

Deploy recipe generated. Proceeding...

Deploy

One-Command Deploy

A single command or API call is all it takes. Run poc deploy ./path from the CLI, or have your agent call the REST API. You get a live preview URL in seconds, not minutes.

  • CLI, REST API, or MCP skill
  • Preview URL ready in seconds
  • Build logs streamed in real time
  • Zero infrastructure setup
$ poc deploy ./checkout-flow

# Uploading source (2.4 MB)... done
# Building...
Step 1/3 Installing dependencies 12s
Step 2/3 Compiling 8s
Step 3/3 Health check passed

Preview live at https://checkout-flow-a7f3.poc.ai

# Or via API:
$ curl -X POST https://api.poc.ai/v1/apps/deploy \
  -H "Authorization: Bearer $POC_TOKEN" \
  -d '{"source": "./checkout-flow"}'

Preview

Preview Environments

Every deployment gets its own unique preview URL. Share it with stakeholders, embed it in pull requests, or hand it to QA. Test exactly what will ship before it touches production.

  • Unique URL per deployment
  • Share with team or clients
  • Test against production data safely
  • Side-by-side comparison with current prod

Preview Environments

3 active
checkout-flow-a7f3 Live · 4 min ago
checkout-flow-b2e1 Live · 2 hr ago
checkout-flow-c9d4 Building · just now
Each preview is an isolated, fully-functional environment with its own URL.

Promote

Production Promotion

When a preview looks right, promote it to production with a single click or command. For team workflows, configure approval gates so the right people sign off before code goes live.

  • One-click promote from preview
  • Configurable approval chains
  • Zero-downtime cutover
  • Promotion audit trail
$ poc promote checkout-flow-a7f3 --to production

# Checking approval gates...
Approval: @sarah approved (2 min ago)
Approval: @mike approved (1 min ago)

# Promoting to production...
Routing traffic... done
Health check... passed

Production is live at https://checkout.yourapp.com

Rollback

Smart Rollback

Failed health check? POC.ai automatically rolls back to the last healthy version. Need to manually revert? One click takes you back to any previous deployment. Every version is preserved in a timeline you can inspect.

  • Automatic rollback on failed health checks
  • Manual one-click rollback to any version
  • Full deployment history timeline
  • Instant traffic rerouting, no rebuild

Deployment History

v4 active
v4 · Mar 15, 2:40 PM
Active — auto-promoted after rollback
v5 · Mar 15, 2:38 PM
Rolled back — health check failed (502)
v4 · Mar 15, 1:12 PM
Promoted to production
v3 · Mar 14, 5:30 PM
Preview only

Budget

Budget Guardrails

AI experiments can spin up resources fast. POC.ai keeps costs under control with per-project spend caps, team-wide budgets, real-time usage tracking, and alerts before you hit your limits. Run as many experiments as you want without surprises on the bill.

  • Per-project and team-wide spend caps
  • Real-time usage tracking
  • Alerts at 50%, 80%, and 95% thresholds
  • Auto-pause when budget exhausted

Budget Overview

78% used
Team budget $780 / $1,000
checkout-flow $240 / $400
landing-page $85 / $200
api-backend $455 / $500
Alert: api-backend is at 91% of its budget. Approaching cap.

Observe

Observability

Structured logs with filtering by level and full-text search. Plain-English health summaries so you don't need to parse raw output. Real-time metrics for CPU, memory, and network. A build status timeline that shows every step from source to live.

  • Structured logs with level filtering
  • Plain-English health summaries
  • Build status timeline
  • Real-time CPU, memory, and network metrics

Health Summary

Healthy
checkout-flow is running normally. Response times average 42ms. No errors in the last hour. Memory usage is stable at 58%.
CPU 12%
Memory 234 MB / 512 MB
Network (last 5m) 1.2 MB in / 840 KB out
Avg response time 42ms
Error rate 0.0%

Agent API

Agent-Native API

POC.ai is built API-first for autonomous agents. A full REST API and MCP skills let agents deploy, check status, promote, and rollback without human intervention. When you want oversight, configure approval gates that pause the workflow until a human signs off.

  • Full REST API for every operation
  • MCP skills for agent frameworks
  • Autonomous deploy-check-promote loops
  • Human approval gates when configured
# Agent autonomous workflow

agent: Deploy latest build
POST /v1/apps/deploy
Preview: https://app-x8k2.poc.ai

agent: Check deployment status
GET /v1/deployments/dep_x8k2
Status: healthy, 0 errors, 38ms avg

agent: Promote to production
POST /v1/deployments/dep_x8k2/promote
Waiting: approval required from @lead

@lead: Approved
Production live.

Governance

Team & Governance

Role-based access control, configurable approval chains, and a complete audit trail for every deployment action. For agencies, isolated client workspaces keep projects separate while you manage everything from one dashboard.

  • Role-based access (admin, deployer, viewer)
  • Configurable approval chains
  • Full audit trail for every action
  • Client workspaces for agencies

Team Activity

Audit Trail
@sarah Approved promotion · 3m ago
agent-01 Requested promotion · 5m ago
agent-01 Deployed preview · 12m ago
@mike Rolled back v5 · 1hr ago
system Auto-rollback triggered · 1hr ago

Integrations

Works with Your Tools

POC.ai integrates with the AI coding tools and workflows you already use. Deploy from your editor, your agent, or your CI pipeline.

  • Editor extensions for VS Code, Cursor, and Windsurf
  • CLI integrations with Claude Code, Codex, and Gemini CLI
  • GitHub Actions for CI/CD pipelines
  • REST API for custom integrations
Claude Code
Cursor
VS Code
Codex
Gemini CLI
Windsurf
GitHub Actions
{} REST API

Ready to ship what your AI builds?

Early access is open. Join teams already deploying with POC.ai.