$20
Standard plan, 100 credits a month
Roughly $0.20 per credit. Pro is $200 for 750 credits. Free gets 10.
src [1]Emergent migration services by X & Company
Emergent’s agents build a real React, FastAPI and MongoDB app. Keeping it live costs 50 credits a month per deployed app, and every AI feature runs through Emergent’s key. X & Company moves your code, data and AI calls to infrastructure you own.
After migration: your repo, your MongoDB or Postgres, your OpenAI / Anthropic / Gemini keys, your server.
Emergent by the numbers
The numbers come from Emergent’s pricing page and help center. Building on Emergent spends credits. So does keeping the result live, month after month.
Deploy a second app and the Standard plan’s credits are fully spent on hosting alone, before a single prompt.
$20
Roughly $0.20 per credit. Pro is $200 for 750 credits. Free gets 10.
src [1]50
Hosting isn’t a one-off. Every live app draws down your credits every month.
src [2]3
React on the front, Python FastAPI on the back, MongoDB underneath. All standard, all portable.
src [2]1
The universal LLM key bills AI usage through Emergent credits instead of your own provider accounts.
src [2]7M+
By more than six million builders in 190+ countries. A lot of them will outgrow the platform.
src [3]Paid
GitHub integration is listed from the Standard plan up. It’s your main route for getting code out.
src [1]Why teams leave Emergent
Emergent’s agents are genuinely good at getting a full-stack app running. Once customers depend on it, the credit meter, the shared AI key and the hosted database become business risks.
Every deployed app costs 50 credits a month to stay live. More apps, or more environments, means more credits, whether or not you change a line.
The universal LLM key is convenient, but AI usage is billed through Emergent credits. You can’t use your own provider discounts, limits or data agreements.
Emergent hosts the MongoDB database behind your deployed app. Backups, retention, region and direct access are the platform’s decisions, not yours.
Every agent action spends credits, and complex tasks spend more. Debugging a production issue by prompt can burn through a month’s plan in an afternoon.
Enterprise buyers ask about SOC 2, data residency and VPCs. Self-hosted databases and VPC deployment sit in Emergent’s Enterprise tier.
The code is yours, but nobody on your team wrote it. A migration is the moment to get it reviewed, tested and documented properly.
What an Emergent migration involves
Good news first: Emergent writes a standard React, FastAPI and MongoDB app, and it can push the code to your GitHub. The migration work is the live data, the AI key, the secrets and the hosting.
- from emergentintegrations.llm.chat import LlmChat, UserMessage
+ from anthropic import Anthropic # or openai, google-genai
- chat = LlmChat(api_key=os.environ["EMERGENT_LLM_KEY"], ...)
+ client = Anthropic(api_key=os.environ["ANTHROPIC_API_KEY"]) # your account, your limits
- client = AsyncIOMotorClient(os.environ["MONGO_URL"]) # Emergent-hosted
+ client = AsyncIOMotorClient(os.environ["MONGO_URL"]) # your Atlas cluster or serverThe FastAPI app itself barely changes. What changes is who pays for the AI calls, where the database lives, and who holds every key.
The X & Company process
A calm, repeatable method, whether it’s a side project or a product with paying customers. You know the scope, the timeline and the cost before we start.
We pull your repo from GitHub, read what the agents wrote, and inventory every collection, endpoint, integration, env var and LLM call. Weak spots get flagged before anything moves.
We replace the universal LLM key with your own OpenAI, Anthropic or Gemini accounts, re-issue every secret, and add the tests and config a production app needs.
We dump every collection, restore it to your MongoDB Atlas cluster or server, and verify document counts and indexes. If you’d rather be on Postgres, we plan that too.
We deploy FastAPI and React to your server behind Nginx and SSL, run a final sync, switch your domain with a rollback plan, and hand over the repo, runbooks and every key.
Emergent vs. your stack
A fair comparison. Emergent is a strong place to start. Your own stack is where you go when control, cost predictability and security reviews start to matter more than build speed.
| Topic | Staying on Emergent | After migration |
|---|---|---|
| Code | Save to GitHub on paid plans | Your repo, reviewed, tested and documented |
| Hosting cost | 50 credits per deployed app, every month | A server bill you can see and size |
| Database | MongoDB on Emergent’s cloud | Your Atlas cluster or server, with your backups |
| AI calls | Universal key, billed in Emergent credits | Your OpenAI, Anthropic or Gemini accounts |
| Changes | Agent actions paid in credits | Any developer or AI tool, no meter |
| Enterprise needs | VPC & self-hosted DB on Enterprise tier | Region, VPC and controls you choose |
| Environments | Preview and deployed app | Local, staging and production with CI/CD |
| Monitoring | Platform-level | Logs, metrics and alerts you own |
What you get
X & Company delivers a working production system on infrastructure you own, and a team that understands how it works.
Talk to X & CompanyA reviewed, tested repository in your GitHub organization, with no Emergent-only libraries left.
Your MongoDB collections on infrastructure you control, with indexes, backups and every document counted.
LLM calls moved to your own provider accounts, with usage limits and alerts you set.
Your server behind Nginx with Certbot SSL, firewalling and monitoring. AWS, a VPS or on-prem.
Push to main and ship. Staging and production environments you can reason about.
Docs for deploys, backups, restores and on-call, plus a walkthrough with your team.
Readiness check
Tick every statement that’s true for your app. It takes 20 seconds.
Your score updates as you go. Nothing is sent anywhere; it all runs in your browser.
Get an expert opinionCredits calculator
Hosting uses 50 credits per deployed app each month. Add the credits you spend building, and see what’s left of your plan, and what you pay on top.
Free Emergent migration guides
Everything we’ve learned about getting off Emergent, written up in plain language. If you decide you’d rather have it done for you, we’re one click away.
From Save to GitHub to switching DNS. Seven steps covering code, MongoDB, AI keys, secrets and hosting.
Read guideCollections, indexes, files and users. How to move your Emergent app's MongoDB data and prove every document arrived.
Read guideWhat each plan includes, why every live app costs 50 credits a month, and how to tell when self-hosting wins.
Read guideDone for you
X & Company takes your Emergent app from audit to live on your own server, for a fixed-scope quote.
Get a free assessment →Questions
Yes. On paid plans, Emergent’s GitHub integration saves your project to a repository you own. Web apps are a React frontend with a Python FastAPI backend and MongoDB; mobile apps use Expo (React Native). The code is standard, which makes Emergent one of the more portable AI builders.
Everything that isn’t in the repo. Your live MongoDB data sits on Emergent’s cloud, AI features call models through Emergent’s universal LLM key, environment values and secrets stay behind, and the deployed app runs on Emergent hosting. A migration moves the data, swaps in your own AI provider keys, re-issues secrets, and redeploys on infrastructure you control.
Emergent’s help center lists deployment at 50 credits per month for each deployed app. On the Standard plan ($20 for 100 credits) that is half the month’s credits for one app, before any building. On your own stack, a small server and database is a fixed monthly bill that doesn’t grow with each app you keep online.
We replace them with direct calls to your own OpenAI, Anthropic or Google Gemini accounts. It’s usually a small code change, and it gives you your own rate limits, usage alerts, provider discounts and data agreements, instead of paying for AI usage in Emergent credits.
We export every collection, restore it to your MongoDB Atlas cluster or your own server, then check document counts and rebuild indexes. The final sync happens during a short write freeze just before cutover, so no documents are lost. If you’d rather move to PostgreSQL, we scope that as part of the audit.
It can be, once someone has reviewed it. Our audit reads the code the agents produced, adds tests for the critical paths, and fixes things like hard-coded settings, missing validation and over-broad CORS before the app moves.
Because the code is already standard, most of the work is data, keys and hosting. Scope depends on the number of collections, integrations, AI features and apps. You get a fixed timeline and quote after the audit.
Very little. The new deployment runs alongside your Emergent app while we test it. At cutover there’s a brief write freeze for the final data sync, then your domain moves over with a rollback plan ready.
No. This is an independent resource run by X & Company, a software studio that provides Emergent migration services. Emergent is a trademark of its owner.
Tell X & Company about your app. You’ll get a straight answer on scope, timeline and cost, and a plan to own your whole stack.