Import Guides
Built something in an AI builder or a cloud IDE? These guides help you export the code, run it locally, and deploy it to Zeabur with minimal configuration—so your app stays online 24/7 with a real URL.
Pick your starting point
- Import from Replit
- Import from Lovable
- Import from Bolt
- Import from Emergent
- Import from Google AI Studio
What you’ll get
- A live
*.zeabur.appURL (and you can add a custom domain) - Proper environment variables for your app (for example, database connection strings)
- Optional managed services (databases, storage, etc.) in the same project
Common workflow (all guides)
- Export / download your project source code.
- Open it locally in VS Code or Cursor and verify it runs.
- Deploy to Zeabur (via Deploy Button, an editor extension, or Git).
- Add required services (like a database) and wire them up using environment variables.
If your app needs persistence, deploy the database on Zeabur and prefer Internal/Private connection strings for deployed apps (faster and avoids public bandwidth).
Before you start
- A Zeabur account
- A local editor (VS Code or Cursor)
- Local runtime tooling for your stack (each guide lists the specific prerequisites)