Import your Vercel project
⏰ Estimated time: three minutes You can import your Vercel projects into Replit by linking the GitHub repository that backs your Vercel project. Agent scans your code and handles the setup automatically. This quickstart covers the step-by-step process to migrate your Vercel projects to Replit with a clean workflow, live preview, and logs. For comprehensive import options including other platforms like GitHub, Figma, Bolt, and Lovable, see the Import feature documentation.
Import process
- Navigate to https://replit.com/import.

- Select Vercel from the available import sources.
- Connect your GitHub account to authorize access to your repositories.
- Select the repository that backs your Vercel project from the available repositories.
- Provide environment variables when prompted by Agent. Only non-standard secrets and environment variables will be requested.
- Select Import to start the migration process.
What gets imported
During the import process, Replit converts your Vercel project into a functional Replit App:- Project structure: Complete codebase and file organization
- Dependencies: Package.json and dependency management
- Build configuration: Optimized for Replit’s environment
- Environment setup: Runtime and framework configuration
What’s not included
The following items from your Vercel project are not automatically imported:- Environment variables: You’ll be prompted to provide these during import
- Custom domains: Set up separately in Replit Deployments
- Vercel-specific configurations: Edge functions and middleware may need adjustment
- Analytics and monitoring: Use Replit’s built-in monitoring tools
Configure and run your app
During the import process, . If your app doesn’t run as expected, Replit offers the following workspace tools to help you resolve the issues:- Agent: Use AI to add new features and refine your imported project
- Assistant: Get help with code questions and debugging
- Secrets: Add your API keys and environment variables
- Workflows: Configure the Run button to your preferred command
Continue your journey
Now that you’ve imported your , learn more about what you can do with your Replit App:- Replit Agent: Get AI assistance with code review, testing, and feature implementation
- Make your Replit App Public: Share your app as a Template for others to remix
- Replit Deployments: Publish your app to the cloud with a few clicks
- Collaborate: Work with others on your imported projects