Skip to main contentImport from ZIP
⏰ Estimated time: three minutes
Import a local project by uploading a .zip file.
For comprehensive import options including other platforms like GitHub, Figma, Bolt, Lovable, and Vercel, see the Import feature documentation.
Before you start
- A
.zip file that contains your project
- A clear project root folder in the archive
- A Replit account
Import steps
- Open replit.com/import.
- Select ZIP.
- Upload your
.zip file.
- Add any requested secrets and environment variables.
- Select Import.
What gets imported
- Project files and directory structure
- Dependency files
- Run and build defaults for Replit
What is not imported
- Existing environment variable values
- Custom domains
- Platform-specific services that need manual setup
- Existing database data
- Existing third-party connector configuration
During import, . If your app needs changes, use these Workspace tools:
- Agent: Refine features, debug issues, and make code changes
- Secrets: Add API keys and environment variables
- Workflows: Set the Run command for your app
Continue your journey
Now that you’ve imported your , explore these next steps: