Download as ZIP
Overview
Download your complete project as a ZIP file to use locally or deploy anywhere.
Requirements
- Paid plan (Builder, Pro, or Business)
- Free trial users cannot export
How to Download
- Open your project
- Click the Export button
- Select Download ZIP
- ZIP file downloads to your computer
What is Included
- All source code files
- package.json with dependencies
- Configuration files
- Assets and images
- README with instructions
Running Locally
After downloading:
- Unzip the file
- Open terminal in the folder
- Run: npm install
- Run: npm run dev
- Open http://localhost:5173
Modifying Code
The code is yours to modify. You can:
- Add new features
- Change styling
- Integrate with other services
- Deploy anywhere