On mobile?
Email yourself the setup link so you can finish when you're at your computer.
✓ Email sent! Check your inbox.
× Failed to send. Please try again.
⏱ Too many attempts. Please wait a few minutes and try again.
You build the app in Claude or Cursor. AppAmbit builds the backend to match, all in one conversation.
“Add a Favorites tab. A heart saves a movie.”
You ask · your agent builds · AppAmbit runs it
Favorites
2 saved itemsBuilding…
What your agent is doing
Create your account and an app, connect AppAmbit to your agent, open a starter app, and describe what you want. Your agent writes the app. AppAmbit builds the backend to match, all in one conversation.
New here? The whole idea in three words
Claude or Cursor. The AI you chat with, and the one that writes the app.
The bridge between the two. It lets your agent use AppAmbit to build the backend while you keep talking.
The database, the cloud functions and the APIs your app calls. AppAmbit creates and runs them for you.
First, before anything else, create a free AppAmbit account and add an app. Your app is where the backend lives, and it gives you the credentials you'll connect in the next step: your appkey and an MCP token.
No credit card · takes a minute
1. Sign up
Create your free AppAmbit account.
2. Add an app
Your app holds the backend and its data.
3. Copy your keys
Your appkey and MCP token, ready for step 02.
Generate a token in your AppAmbit dashboard (Setup → MCP), then paste the snippet into your assistant's config. On Claude.ai the connector signs you in, so no token is needed.
No account yet? Your token is waiting in the dashboard the moment you're in.
{
"mcpServers": {
"appambit": {
"type": "http",
"url": "https://appambit.com/mcp/appambit",
"headers": {
"Authorization": "Bearer <your-token>"
}
}
}
}
Copilot uses servers instead of mcpServers. type is optional for Cursor.
[mcp_servers.appambit] type = "http" url = "https://appambit.com/mcp/appambit" [mcp_servers.appambit.http_headers] Authorization = "Bearer <your-token>"
https://appambit.com/mcp/appambit
Settings → Connectors → Add custom connector, paste the URL, approve.
The starter app is a real, working app you build on instead of a blank page (but you can use any app you already have). Open it in Claude or Cursor and describe the feature in plain English. Here's the exact prompt we used for the Favorites demo above. Yours can be anything: a wishlist, comments, a leaderboard. Write your own.
You have the AppAmbit starter app open, with the AppAmbit MCP server connected. Add a "Favorites" feature to the app: • A Favorites tab in the bottom navigation, with a heart icon. • A heart button on every movie that saves it, or removes it if it is already saved. • A Favorites screen listing the saved movies, newest first, with a way to remove each one. Use the AppAmbit MCP to build the backend to match: • Create a `favorites` table with: id, user_id, title, added_at. • Add cloud functions to save, remove, and list the current user's favorites. • Wire the heart button and the Favorites screen to those endpoints. Keep the app's existing look and feel. When it's done, show me the Favorites screen running on real data.
That's the whole ask. Send it, and AppAmbit builds the backend to match while your agent writes the app.
Your agent writes the app logic. AppAmbit builds the backend to match: the favorites table, the cloud functions, wired to the app, without leaving the chat. That's the running Favorites feature you saw at the top. From here, ask for the next feature or ship what you have.
See it live in your Database Studio
| # | Title | User | Added |
|---|---|---|---|
| 1 | Mission: Impossible | 12 | 2d ago |
| 2 | Superman | 12 | 2d ago |
| 3 | Thunderbolts* | 12 | 1d ago |
| 4 | Jurassic World: Rebirth | 12 | 5h ago |
The starter app ships with content you can import, managed in AppAmbit's CMS, and that content drives what the app shows. Swap the movies for your own catalog, add categories, change the copy. The screens follow the content, with no code change. Import a new set and the app becomes yours.
Everything worth knowing before you sign up. The free plan answers the rest.
Free · takes a minute
No. You describe the feature in plain English to Claude or Cursor, and AppAmbit provisions the database, the cloud functions and the APIs, then runs them. You never leave the chat.
Claude (Claude Code and Claude.ai), Cursor, GitHub Copilot, OpenAI Codex and Windsurf, all over MCP. Any MCP-capable assistant can connect with the same token.
No. The free plan lets you create an account and an app, connect your agent and build your first feature. No card, and you can cancel anytime.
Any app. The React Native, Flutter and MAUI starters are a real, working head start, but you can point your agent straight at an app you already have.
One platform: a managed SQL database per app, serverless cloud functions, build distribution to testers and stores, crash and error monitoring, live analytics, and push with remote config.
Managed SQL database per app.
Serverless functions that autoscale.
Ship builds to testers & stores.
Every crash traced to a user.
Sessions & funnels in real time.
Reach users, flip flags live.
Go from a prompt to a live app in minutes. The backend, the build delivery and the monitoring all come included. You stay in the chat, AppAmbit runs the rest.
Free to start · no credit card · cancel anytime
Included, day one