← Back to docs
🚢
Deploying Your App
Export to GitHub, download as ZIP, or deploy directly to production.
When your app is ready, Flexity offers multiple ways to deploy.
Export to GitHub
- 1Click the Deploy button in the workbench header
- 2Select "Export to GitHub"
- 3Choose a new or existing repository
- 4Click "Push" — your code is now on GitHub
Download as ZIP
- 1Click the actions menu (⋮) in the header
- 2Select "Download ZIP"
- 3Your entire project downloads as a ZIP file
Deploy to Production
Flexity can deploy your app directly: 1. Click Deploy → "Deploy to production" 2. Your app gets a unique URL (yourapp.flexity.app) 3. Custom domains available on Pro plan
Framework-Specific Notes
React (Vite) Builds to static files. Deploy anywhere that serves static HTML.
Next.js Requires a Node.js hosting provider (Vercel, Railway, etc.).
Express/Node.js Requires a server environment (Railway, Render, etc.).
After Deployment
Your deployed app is fully independent — it doesn't require Flexity to run. You own the code.