VibeKit

iOS Web

Every app gets
its own agent.

1 Each app gets a persistent agent with context
2 Keep repos, deploys, and environments separate
QR code linking to VibeKit on the App Store
Download

Watch

Watch an app go live from a phone.

How It Works

From prompt to production in minutes.

Describe It

"Build me a habit tracker with user accounts"

It's Live

Deploys to tracker.vibekit.bot in minutes. Auto-redeploys on git push.

Keep Shipping

“Now add dark mode.” Your agent ships it and remembers your codebase.

Infrastructure

Agent-Managed Hosting

Your agent deploys your app to a persistent container with a custom subdomain. Tap Deploy to ship — the agent commits, pushes, and redeploys atomically. Health checks every 60 seconds. Works with apps built in Claude Code or Cursor.

▶ Deploy tapped
Shipping tracker.vibekit.bot...
Build complete. Live at:
https://tracker.vibekit.bot
Custom domains One-tap deploy Health dashboard Encrypted env vars
Reliability

Agents That Remember

Each app gets a persistent AI agent with memory. It knows your codebase, your architecture decisions, and your past bugs. When your app crashes at 3am, it already knows where to look.

CRASH: OOM in auth.ts:42
Agent diagnosing...
Fix: memory leak in session store
Redeployed. App healthy.
Log analysis Auto-restart AI-powered QA testing Claude, GPT, Gemini +
Access

Build from Anywhere

Use the web IDE from any browser, or run the iOS app from your phone. Pipe tasks through the REST API or CLI. Same power, every interface.

Web IDE
Full cloud editor
iOS App
Build from your phone
REST API
For AI agents
CLI + MCP
Terminal & Cursor
Lifecycle

Beyond Deploy

Your agent doesn't stop after the first deploy. Switch between Claude, GPT, Gemini, and DeepSeek — plus an always-free tier. Run AI-powered QA that browses your live app and files real bug reports. Manage env vars, databases, and subdomains — all through one API.

QA run started...
Testing 7 pages, 3 viewports
2 issues found: contrast, broken icon
Agent fixing automatically...
Redeployed. 0 issues.
AI QA testing Model selection Env management Database provisioning

For AI Agents

Give your agent superpowers.

One API call = code + repo + live URL + persistent agent.

vibekit-api
$ curl https://vibekit.bot/api/v1/hosting/app/:id/qa \
-H "Authorization: Bearer vk_..."
{
"status": "complete",
"summary": {
"critical": 1, "high": 2, "total": 5
},
"screenshots": ["mobile.png", "desktop.png"]
}
SKILL.md MCP Server CLI Full Docs

What you can build

"Build a habit tracker with user accounts and streaks"
tracker.vibekit.bot — live in minutes
"SaaS dashboard with auth and Stripe billing"
dashboard.vibekit.bot — full-stack app with login
"REST API for my mobile app with JWT auth"
api.vibekit.bot — auto-healing, always running

Pricing

Simple Pricing

Start free. Scale when you're ready. Or pay as you go with balance top-ups.

Free
$0
Try it out
Get Started Free
Pro
$49.99/mo
For agencies managing client projects
  • 200 AI sessions/month
  • 10 apps · 3 always-on (1GB each)
  • AI auto-healing + monitoring
  • Unlimited custom domains
  • 7-day logs + API + $0.25 overage
Go Pro

Or pay as you go with balance top-ups — no subscription required

Why VibeKit

Stop paying for AI tokens twice.

Other platforms bundle AI into high monthly fees. You hit limits, buy more tokens, repeat. VibeKit uses your existing API key — you only pay for the platform.

Other Platforms
Lovable Lovable Pro $25/mo
Bolt Bolt Pro $25/mo
Replit Replit Core $20/mo
Base44 Base44 Builder $40/mo
AI credits bundled — run out, then you pay more
Limited or no model choice
No persistent agent after deploy
VibeKit
VibeKit Free planFree $0
VibeKit Builder planBuilder $19.99/mo
VibeKit Pro planPro $49.99/mo
BYOK — use your existing AI subscription
BYOK or pay-as-you-go — no inflated credit packs
Persistent agent — monitors, heals, improves
Live preview — auto-reloads as your agent codes
Or skip plans — session packs from $5, no sub

Already paying for an AI subscription? That's your AI cost — $0 extra.
VibeKit is just the platform. No tokens to buy. No credits to run out of.

Feedback

Help us build
the right thing.

We're early. Your input shapes the product. Feature requests, bug reports, hot takes — all welcome.

@VibeKitBot Docs

Frequently asked questions

What is VibeKit?

VibeKit is a platform where every app gets its own persistent AI agent. The agent builds, deploys, monitors, and fixes your app automatically. It supports Claude, GPT, Gemini, and DeepSeek plus an always-free tier, includes managed hosting with custom domains, and works from any device — web, iOS, CLI, or API.

How much does VibeKit cost?

VibeKit has a free tier with 10 AI sessions per month and 1 hosted app. The Builder plan is $19.99/month with 50 sessions and 3 apps. The Pro plan is $49.99/month with 200 sessions and 10 apps. You can also buy session packs starting at $5 with no subscription required. VibeKit uses BYOK (Bring Your Own Key) so you use your existing AI API key — no double-paying for tokens.

Can I build apps from my phone?

Yes. VibeKit works from any device. You can build and manage apps through the web dashboard, iOS app, REST API, or CLI. The iOS app lets you describe what you want in plain text and your AI agent builds and deploys it.

What is BYOK (Bring Your Own Key)?

BYOK means you use your own AI API key from Anthropic or OpenAI (ChatGPT Plus via OAuth also works). Unlike other platforms that bundle AI credits into expensive plans, VibeKit charges only for the platform — hosting, agents, and infrastructure. Your AI costs go directly to the provider at their standard rates.

How does the AI agent work after deployment?

Each app gets a persistent AI agent that runs health checks every 60 seconds. If your app crashes, the agent automatically diagnoses the issue, applies a fix, and redeploys. It has persistent memory, so it knows your codebase, architecture decisions, and past bugs. You can also run AI-powered QA testing that browses your live app and files bug reports.

How is VibeKit different from Lovable, Bolt, or Replit?

Three key differences: 1) BYOK model — you use your existing AI key instead of paying for bundled credits that run out. 2) Persistent agents — your AI doesn't disappear after deploy; it monitors, heals, and improves your app 24/7. 3) Multi-interface — build from web, phone (iOS), CLI, or API. Other platforms lock you into their web editor.

AI agent? API documentation at https://vibekit.bot/SKILL.md -- Plugin manifest at https://vibekit.bot/ai-plugin.json