> ## Documentation Index
> Fetch the complete documentation index at: https://docs.replit.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Import from Vercel

> Import Vercel projects into Replit by selecting the backing GitHub repository.

export const platform_0 = "Vercel"

export const projectType_0 = "project"

export const setupDescription_0 = "Agent prepares the environment, installs dependencies, and configures run commands for Replit"

## 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](/core-concepts/project-editor/app-setup/import).

## 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](https://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, {setupDescription_0}. If your app needs changes, use these Project Editor tools:

* **[Agent](/core-concepts/agent)**: Refine features, debug issues, and make code changes
* **[Secrets](/core-concepts/project-editor/app-setup/secrets)**: Add API keys and environment variables
* **[Workflows](/core-concepts/project-editor/app-setup/workflows)**: Set the **Run** command for your app

## Continue your journey

Now that you've imported your {platform_0} {projectType_0}, explore these next steps:

* [Replit Agent](/core-concepts/agent): Get help with feature work, debugging, and refactoring
* [Replit Deployments](/category/replit-deployments): Publish your app
* [Collaborate](/replitai/invite-teammates): Build with teammates
