Features
Exporting Your Code
Download your generated code and deploy it anywhere.
Your code, your way
Every app built with Marnix is yours to keep. You can export the full source code at any time and deploy it wherever you like โ Vercel, Netlify, Render, or your own server. No lock-in.
What you get
The exported code is a complete, production-ready project. You'll receive:
- A full Next.js project with App Router
- TypeScript throughout โ properly typed components and API routes
- Tailwind CSS for styling
- All dependencies listed in
package.jsonwith pinned versions - A
.env.examplefile listing all required environment variables - If Supabase is connected: database migration files and the full schema
How to export
Open your build in Marnix and click the Export button in the top right. Your project will be packaged as a .zip file and downloaded instantly.
Deploying to Vercel
Vercel is the easiest way to deploy your exported app:
Vercel will detect the Next.js project automatically. Add your environment variables in the Vercel dashboard under Settings โ Environment Variables.
Code quality
The generated code is written to be readable and maintainable โ not just functional. Components are broken into logical files, naming is consistent, and the code follows modern React best practices. You can open it in any editor and continue developing from where Marnix left off.
๐ก Tip
Export at any point in the build process โ you don't need to finish iterating first. You can always continue iterating in Marnix and export again later.