Skip to main content

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 .zip file that contains your project
  • A clear project root folder in the archive
  • A Replit account

Import steps

  1. Open replit.com/import.
  2. Select ZIP.
  3. Upload your .zip file.
  4. Add any requested secrets and environment variables.
  5. 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: