Skip to main content

Import from Vercel

Estimated time: three minutes Import a Vercel project into Replit by linking the GitHub repository behind the project. For comprehensive import options including other platforms like GitHub, Figma, Bolt, and Lovable, see the Import feature documentation.

Before you start

  • A Vercel project connected to GitHub
  • Access to the backing GitHub repository
  • A Replit account

Import steps

  1. Open replit.com/import.
  2. Select Vercel.
  3. Connect your GitHub account.
  4. Select the repository for your Vercel project.
  5. Add any requested secrets and environment variables.
  6. Select Import.

What gets imported

  • Project files and directory structure
  • Dependency and framework configuration
  • Run and build defaults for Replit

What is not imported

  • Existing environment variable values
  • Custom domains
  • Vercel-specific edge or middleware behavior
  • External analytics or monitoring 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: