> ## 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.

# 제공업체에서 가져오기

> 다른 도구에서 Replit으로 프로젝트, 코드, 디자인을 가져오고 Agent로 계속 빌드하세요.

export const platform_8 = "Bolt"

export const platform_7 = "Base44"

export const platform_6 = "Lovable"

export const platform_5 = "Bolt"

export const projectType_5 = "project"

export const platform_4 = "Base44"

export const projectType_4 = "project"

export const platform_3 = "Lovable"

export const projectType_3 = "project"

export const platform_2 = "ZIP"

export const projectType_2 = "project"

export const platform_1 = "GitHub"

export const projectType_1 = "repository"

export const platform_0 = "Vercel"

export const projectType_0 = "project"

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

export const setupDescription_4 = "Replit detects your app stack, installs dependencies, and configures run commands"

export const setupDescription_3 = "Agent validates project structure and adjusts setup for Replit"

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

export const setupDescription_1 = "Agent validates project structure and adjusts setup for Replit"

export const setupDescription_0 = "Agent validates project structure and adjusts setup for Replit"

가져오기를 사용하면 기존 코드나 디자인을 Replit Apps로 가져와 Agent로 계속 빌드할 수 있습니다.

## 지원되는 소스

| 소스            | 제공하는 내용                                  | 최적 사용 사례                    |
| ------------- | ---------------------------------------- | --------------------------- |
| GitHub        | 저장소 URL 또는 저장소 선택기                       | 공개 및 비공개 저장소 가져오기           |
| Bitbucket     | 저장소 URL 또는 저장소 선택기                       | Bitbucket 호스팅 저장소 가져오기      |
| Vercel        | Vercel 프로젝트 뒤의 GitHub 저장소                | Vercel 앱 마이그레이션             |
| Figma         | 프레임 URL                                  | 디자인을 React 앱으로 변환           |
| Claude        | Claude에서 전송된 디자인                         | Claude 디자인을 대화형 앱으로 변환      |
| Bolt          | Bolt에서 내보낸 GitHub 저장소                    | Bolt 프로젝트 마이그레이션            |
| Lovable       | Lovable에서 내보낸 GitHub 저장소                 | Lovable 프로젝트 마이그레이션         |
| Base44        | Base44에서 내보낸 GitHub 저장소                  | Base44 프로젝트 마이그레이션          |
| ZIP           | `.zip` 파일 업로드                            | 로컬 프로젝트 아카이브 가져오기           |
| 스프레드시트        | `.xlsx`, `.csv` 파일, 또는 Google Sheets URL | 스프레드시트 데이터로 앱 빌드            |
| 이전 Agent 내보내기 | 이전 Agent App에서 내보낸 GitHub 저장소            | 이전 Agent App 재가져오기          |
| 빈 프로젝트        | 없음                                       | Agent 없이 빈 프로젝트를 원하는 고급 사용자 |

<Note>Replit은 가져오기 시작 전에 호환성을 검증합니다.</Note>

Figma 디자인의 경우 [Figma 디자인을 인터랙티브 앱으로 변환하기](/ko/build/figma-to-app)를 참조하세요.

Claude에서 전송된 디자인의 경우 [Claude 디자인을 앱으로 변환하기](/build/claude-to-app)를 참조하세요.

## 빠른 가져오기

단계별 지침을 위해 소스를 선택하세요:

<Tabs>
  <Tab title="Lovable">
    ⏰ *예상 시간: 4분*

    Lovable 프로젝트를 GitHub에 내보낸 다음 해당 저장소를 가져와 Replit으로 가져옵니다.

    **시작 전에**

    * 내보낼 수 있는 Lovable 프로젝트
    * Lovable에 연결된 GitHub 계정
    * Replit 계정

    **단계**

    1. Lovable 프로젝트를 GitHub에 내보냅니다.
    2. [replit.com/import](https://replit.com/import)를 여세요.
    3. **Lovable**을 선택하세요.
    4. GitHub 계정을 연결하세요.
    5. 내보낸 Lovable 저장소를 선택하세요.
    6. **Import**를 선택하세요.

    ## What gets imported

    Replit imports the following from your {platform_6} project:

    * **Code**: Application logic and source files
    * **Design and styles**: UI components and styling rules
    * **Assets**: Images, icons, and static files
    * **Backend logic**: Server-side functionality, if present
    * **Database schema**: Table structure, if present

    ## What is not imported

    * **Supabase data**: Existing database records are not migrated
    * **Secrets**: Environment variables and API keys must be added separately

    Use Agent to rebuild missing functionality, add secrets, and recreate database data.

    ## Configure and run your app

    During import, {setupDescription_0}. If your app needs changes, use these Project Editor tools:

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

    ## Continue your journey

    Now that you've imported your {platform_3} {projectType_3}, explore these next steps:

    * [Replit Agent](/references/agent/overview): Get help with feature work, debugging, and refactoring
    * [Replit Deployments](/learn/projects-and-artifacts/replit-deployments): Publish your app
    * [Database setup](/references/data-and-storage/sql-database): Configure your database with Agent help
    * [Collaborate](/build/invite-teammates): Build with teammates
  </Tab>

  <Tab title="Base44">
    ⏰ *예상 시간: 4분*

    Base44 프로젝트를 GitHub에 내보낸 다음 해당 저장소를 가져와 Replit으로 가져옵니다.

    **시작 전에**

    * 내보낼 수 있는 Base44 프로젝트
    * Base44에 연결된 GitHub 계정
    * Replit 계정

    **단계**

    1. Base44 프로젝트를 GitHub에 내보냅니다.
    2. [replit.com/import](https://replit.com/import)를 여세요.
    3. **Base44**를 선택하세요.
    4. GitHub 계정을 연결하세요.
    5. 내보낸 Base44 저장소를 선택하세요.
    6. **Import**를 선택하세요.

    ## What gets imported

    Replit imports the following from your {platform_7} project:

    * **Code**: Application logic and source files
    * **Design and styles**: UI components and styling rules
    * **Assets**: Images, icons, and static files
    * **Backend logic**: Server-side functionality, if present
    * **Database schema**: Table structure, if present

    ## What is not imported

    * **Supabase data**: Existing database records are not migrated
    * **Secrets**: Environment variables and API keys must be added separately

    Use Agent to rebuild missing functionality, add secrets, and recreate database data.

    ## Configure and run your app

    During import, {setupDescription_1}. If your app needs changes, use these Project Editor tools:

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

    ## Continue your journey

    Now that you've imported your {platform_4} {projectType_4}, explore these next steps:

    * [Replit Agent](/references/agent/overview): Get help with feature work, debugging, and refactoring
    * [Replit Deployments](/learn/projects-and-artifacts/replit-deployments): Publish your app
    * [Database setup](/references/data-and-storage/sql-database): Configure your database with Agent help
    * [Collaborate](/build/invite-teammates): Build with teammates
  </Tab>

  <Tab title="Vercel">
    ⏰ *예상 시간: 3분*

    프로젝트 뒤의 GitHub 저장소를 연결하여 Vercel 프로젝트를 Replit으로 가져옵니다.

    **시작 전에**

    * GitHub에 연결된 Vercel 프로젝트
    * 백업 GitHub 저장소에 대한 접근 권한
    * Replit 계정

    **단계**

    1. [replit.com/import](https://replit.com/import)를 여세요.
    2. **Vercel**을 선택하세요.
    3. GitHub 계정을 연결하세요.
    4. Vercel 프로젝트의 저장소를 선택하세요.
    5. 요청된 시크릿과 환경 변수를 추가하세요.
    6. **Import**를 선택하세요.

    **가져오는 내용**

    * 프로젝트 파일 및 디렉토리 구조
    * 의존성 및 프레임워크 설정
    * Replit의 실행 및 빌드 기본값

    **가져오지 않는 내용**

    * 기존 환경 변수 값
    * 커스텀 도메인
    * Vercel 전용 엣지 또는 미들웨어 동작
    * 외부 분석 또는 모니터링 설정

    ## Configure and run your app

    During import, {setupDescription_2}. If your app needs changes, use these Project Editor tools:

    * **[Agent](/references/agent/overview)**: Refine features, debug issues, and make code changes
    * **[Secrets](/core-concepts/project-editor/app-setup/secrets)**: Add API keys and environment variables
    * **[Workflows](/references/workspace-tools/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](/references/agent/overview): Get help with feature work, debugging, and refactoring
    * [Replit Deployments](/learn/projects-and-artifacts/replit-deployments): Publish your app
    * [Collaborate](/build/invite-teammates): Build with teammates
  </Tab>

  <Tab title="Bolt">
    ⏰ *예상 시간: 4분*

    <Warning>Agent는 현재 Vite + React 앱의 Bolt 가져오기를 지원합니다.</Warning>

    Bolt 프로젝트를 GitHub에 내보낸 다음 해당 저장소를 가져와 Replit으로 가져옵니다.

    **시작 전에**

    * 내보낼 수 있는 Bolt 프로젝트
    * Bolt에 연결된 GitHub 계정
    * Replit 계정

    **단계**

    1. Bolt 프로젝트를 GitHub에 내보냅니다.
    2. [replit.com/import](https://replit.com/import)를 여세요.
    3. **Bolt**를 선택하세요.
    4. GitHub 계정을 연결하세요.
    5. 내보낸 Bolt 저장소를 선택하세요.
    6. **Import**를 선택하세요.

    ## What gets imported

    Replit imports the following from your {platform_8} project:

    * **Code**: Application logic and source files
    * **Design and styles**: UI components and styling rules
    * **Assets**: Images, icons, and static files
    * **Backend logic**: Server-side functionality, if present
    * **Database schema**: Table structure, if present

    ## What is not imported

    * **Supabase data**: Existing database records are not migrated
    * **Secrets**: Environment variables and API keys must be added separately

    Use Agent to rebuild missing functionality, add secrets, and recreate database data.

    ## Configure and run your app

    During import, {setupDescription_3}. If your app needs changes, use these Project Editor tools:

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

    ## Continue your journey

    Now that you've imported your {platform_5} {projectType_5}, explore these next steps:

    * [Replit Agent](/references/agent/overview): Get help with feature work, debugging, and refactoring
    * [Replit Deployments](/learn/projects-and-artifacts/replit-deployments): Publish your app
    * [Database setup](/references/data-and-storage/sql-database): Configure your database with Agent help
    * [Collaborate](/build/invite-teammates): Build with teammates
  </Tab>

  <Tab title="GitHub">
    ⏰ *예상 시간: 2분*

    GitHub 저장소를 Replit으로 가져와 더 빠르게 실행, 테스트, 게시하세요.

    **시작 전에**

    * GitHub 저장소 URL
    * 저장소에 대한 접근 권한(공개 또는 비공개)
    * Replit 계정

    **옵션 1: 빠른 가져오기**

    빠른 가져오기는 공개 저장소에 적용됩니다.

    1. `github.com/` 이후의 저장소 경로를 복사하세요.
    2. `https://replit.com/github.com/<owner>/<repo>`를 여세요.
    3. Enter를 눌러 가져오기를 시작하세요.

    *예시*

    * GitHub URL: `https://github.com/exampleUser/my-app`
    * Replit 가져오기 URL: `https://replit.com/github.com/exampleUser/my-app`

    **옵션 2: 안내형 가져오기**

    안내형 가져오기는 공개 및 비공개 저장소를 지원합니다.

    1. [replit.com/import](https://replit.com/import)를 여세요.
    2. **GitHub**을 선택하세요.
    3. GitHub 계정을 연결하세요.
    4. 저장소를 선택하세요.
    5. **Import**를 선택하세요.

    **가져오는 내용**

    * 저장소 파일 및 폴더
    * 의존성 파일
    * 일반적인 실행 및 빌드 설정

    **가져오지 않는 내용**

    * 기존 시크릿 값 및 환경 변수 값
    * Replit에서 기본적으로 실행되지 않는 플랫폼별 서비스

    ## Configure and run your app

    During import, {setupDescription_4}. If your app needs changes, use these Project Editor tools:

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

    ## Continue your journey

    Now that you've imported your {platform_1} {projectType_1}, explore these next steps:

    * [Replit Agent](/references/agent/overview): Get help with feature work, debugging, and refactoring
    * [Replit Deployments](/learn/projects-and-artifacts/replit-deployments): Publish your app
    * [Collaborate](/build/invite-teammates): Build with teammates

    **GitHub 연결 문제 해결**

    `Failed to get repository, please re-authenticate with GitHub` 오류가 표시되거나 저장소 드롭다운에 `No repositories found`가 나타나면, GitHub 가져오기 흐름은 **Account → Connected Services** 페이지의 연결과 별도의 연결을 사용합니다. Connected Services에서만 재연결해도 가져오기 흐름은 수정되지 않습니다.

    <Steps>
      <Step title="Git Providers에서 GitHub 재연결">
        Replit 계정 설정의 **Git Providers** 섹션을 열고, GitHub 연결을 해제한 후 같은 화면에서 다시 연결하세요. 이후 개인 저장소가 가져오기 드롭다운에 표시되어야 합니다.
      </Step>

      <Step title="GitHub 조직에 대해 Replit 앱 승인">
        저장소가 GitHub 조직 소유인 경우, [https://github.com/settings/applications](https://github.com/settings/applications)를 열고, Replit OAuth 앱을 찾아 서드파티 애플리케이션 접근 설정에서 조직에 대한 접근 권한을 부여하세요. 조직 소유자가 아닌 경우 조직 관리자가 이 단계를 수행해야 할 수 있습니다.
      </Step>

      <Step title="가져오기 재시도">
        [replit.com/import](https://replit.com/import)를 열고 저장소 드롭다운과 저장소 URL 붙여넣기 두 가지 방법으로 가져오기를 다시 시도하세요.
      </Step>
    </Steps>
  </Tab>

  <Tab title="ZIP">
    ⏰ *예상 시간: 3분*

    `.zip` 파일을 업로드하여 로컬 프로젝트를 가져옵니다.

    **시작 전에**

    * 프로젝트가 포함된 `.zip` 파일
    * 아카이브에 명확한 프로젝트 루트 폴더
    * Replit 계정

    **단계**

    1. [replit.com/import](https://replit.com/import)를 여세요.
    2. **ZIP**을 선택하세요.
    3. `.zip` 파일을 업로드하세요.
    4. 요청된 시크릿과 환경 변수를 추가하세요.
    5. **Import**를 선택하세요.

    **가져오는 내용**

    * 프로젝트 파일 및 디렉토리 구조
    * 의존성 파일
    * Replit의 실행 및 빌드 기본값

    **가져오지 않는 내용**

    * 기존 환경 변수 값
    * 커스텀 도메인
    * 수동 설정이 필요한 플랫폼별 서비스
    * 기존 데이터베이스 데이터
    * 기존 서드파티 커넥터 설정

    ## Configure and run your app

    During import, {setupDescription_5}. If your app needs changes, use these Project Editor tools:

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

    ## Continue your journey

    Now that you've imported your {platform_2} {projectType_2}, explore these next steps:

    * [Replit Agent](/references/agent/overview): Get help with feature work, debugging, and refactoring
    * [Replit Deployments](/learn/projects-and-artifacts/replit-deployments): Publish your app
    * [Collaborate](/build/invite-teammates): Build with teammates
  </Tab>
</Tabs>

## 기타 소스

### Bitbucket

* Bitbucket 저장소 URL을 붙여넣거나 Bitbucket 계정을 연결하여 저장소를 검색하세요.
* 가져오기 중 Agent 지원은 GitHub 호스팅 프로젝트에 비해 제한될 수 있습니다.

### 스프레드시트

* Excel(`.xlsx`) 또는 CSV 파일을 업로드하거나, 공개 Google Sheets URL을 붙여넣으세요.
* Agent가 스프레드시트 구조를 읽고 데이터로 시드된 데이터베이스와 함께 풀스택 앱을 빌드합니다.
* 레코드를 보고, 검색하고, 관리할 수 있는 UI가 포함됩니다.

### 이전 Agent 내보내기

* GitHub 저장소에서 이전에 내보낸 Agent App을 다시 가져옵니다.
* Replit이 Agent 전용 구조(코드, 데이터베이스 스키마, 백엔드 기능)를 보존합니다.
* 데이터베이스 값과 시크릿 값은 가져오지 않습니다.

### 빈 프로젝트

* Agent 없이, 프레임워크 선택 없이, 스캐폴딩 없이 완전히 빈 프로젝트를 시작합니다.
* 프로젝트 설정에 대한 완전한 제어를 원하는 고급 사용자에게 최적입니다.

## 제한사항

* 기존 데이터베이스 데이터는 마이그레이션되지 않습니다.
* 일부 복잡하거나 독점적인 의존성은 수동 설정이 필요할 수 있습니다.
* 대형 프로젝트는 처리 시간이 더 걸릴 수 있습니다.

## 모범 사례

* 가져오기 전에 민감한 자격 증명을 제거하세요.
* 소스 프로젝트 구조를 깔끔하게 유지하세요.
* 가져오기 후 의존성과 실행 명령을 확인하세요.
* 게시 전에 핵심 흐름을 테스트하세요.

## 문제 해결

가져오기가 실패하면 다음 영역을 먼저 확인하세요:

* **호환성 오류**: 필요한 프로젝트 파일과 지원되는 프레임워크를 확인하세요.
* **접근 오류**: 저장소 또는 소스 권한을 확인하세요.
* **처리 오류**: 프로젝트 구조를 단순화하거나 크기를 줄인 후 다시 시도하세요.

문제가 계속되면 [Replit Community Hub](https://replit.com/community)를 방문하거나 [지원팀에 문의](https://replit.com/support)하세요.

## 청구

Agent 마이그레이션 작업이 필요한 가져오기는 크레딧을 소비할 수 있습니다. 크레딧 사용량은 프로젝트 복잡도에 따라 다릅니다.
