Import 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
.zipfile 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
.zipfile. - 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
Configure and run your app
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:- Replit Agent: Get help with feature work, debugging, and refactoring
- Make your Replit App Public: Share your app as a Template
- Replit Deployments: Publish your app
- Collaborate: Build with teammates