The backend for your AI-built frontend
Lovable · v0 · BoltLovable, v0 or Bolt build the UI — Zeeb builds the API, database and auth behind it. Wire them together with one config entry.
Claude, Cursor or any MCP client: your agent scaffolds code, runs Postgres migrations and manages auth — committed to a Git repo you own, with a live preview on every commit.
{
"mcpServers": {
"zeeb": {
"url": "https://backend.zeeb.cloud/mcp/mcp",
"headers": {
"Authorization": "Bearer zb_••••••••••••"
}
}
}
}Paste this into your client. That’s the whole setup.
Works with
Connect once, then let your agent build — five steps to a running live preview in a repo you own.
Paste one mcpServers entry into Claude, Cursor or Lovable.
"zeeb": { "url": "…/mcp" }Tell your agent what to build, in plain language.
"Build a shop backend with orders"It scaffolds code, runs migrations and commits to your Git repo.
zeeb_generate_crud("shop", "Order")Every commit auto-redeploys its live preview.
https://9f3a….preview.zeeb.cloudPush to your own remote and deploy anywhere.
git push origin main1 request = 1 tool call = 1 billable unit.
Everything below is live the moment your key is created — no plugins, no servers to run.
zeeb_generate_crud("blog", "Post")Scaffolds model, serializer, viewset and route — committed automatically.
zeeb_run_query("select * from posts")SQL against your project database, results streamed back.
zeeb_write_file("blog/views.py", code)Written into the project repo, committed automatically.
From an AI frontend’s API layer to a demo-ready MVP — describe it, and your agent ships a backend you own.
Lovable, v0 or Bolt build the UI — Zeeb builds the API, database and auth behind it. Wire them together with one config entry.
Your agent scaffolds models, CRUD, auth and a database — with a live preview URL to demo the same day. No DevOps.
Skip the dashboards, policies and glue code. You get a Git repo with migrations — code you own, not config trapped in a console.
The parts you’d otherwise build around your agent — already there.
Every project is a real repository. Push to your own remote, move it, leave anytime — the remote stays authoritative.
Each project gets a live preview URL that redeploys on every commit — share work in progress while you build.
9f3a….preview.zeeb.cloudDEVIsolated workspaces, member roles, and scoped API keys with IP allow-lists and expiry that revoke instantly.
Live per-tool and per-project usage on your dashboard — you always know where you stand against quota.
Today you deploy your repo to your own infrastructure — you stay in control. One-click managed production hosting is on the roadmap.
Start free, upgrade when your agents get busy. No hidden fees.
No credit card required on the Free plan. Compare all plans
Anything that speaks MCP over HTTP: Claude (Desktop and Claude Code), Cursor, Windsurf, Lovable, or your own agent. If it can load an mcpServers config, it works with Zeeb.
Yes. Everything your agent writes is committed to a standard Git repository. Clone it, edit locally, push — your commits and the agent’s tool calls (zeeb_read_file, zeeb_write_file) work on the same repo.
Not yet. The live preview is a development environment that auto-redeploys on every commit — great for building and sharing work in progress. For production you push your repo to your own remote and deploy wherever you like. Managed production hosting is on our roadmap.
Yes — set the Git remote in the project's settings in the portal. From then on your remote stays authoritative; Zeeb clones, commits and pushes against it.
One call to one tool counts once — zeeb_generate_crud("blog", "Post") is one call, no matter how much code it scaffolds. Tokens are never metered.
Create your workspace and connect your first MCP client in under five minutes.