> ## 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が環境を準備し、依存関係をインストールして、Replit向けの実行コマンドを設定します"

export const setupDescription_4 = "Replitがアプリのスタックを検出し、依存関係をインストールして実行コマンドを設定します"

export const setupDescription_3 = "Agentがプロジェクト構造を検証してReplit向けのセットアップを調整します"

export const setupDescription_2 = "Agentが環境を準備し、依存関係をインストールして、Replit向けの実行コマンドを設定します"

export const setupDescription_1 = "Agentがプロジェクト構造を検証してReplit向けのセットアップを調整します"

export const setupDescription_0 = "Agentがプロジェクト構造を検証してReplit向けのセットアップを調整します"

インポートを使うと、既存のコードやデザインをReplit Appsに持ち込み、Agentで構築を続けることができます。

## サポートされているソース

| ソース            | 必要なもの                                   | 最適な用途                           |
| -------------- | --------------------------------------- | ------------------------------- |
| GitHub         | リポジトリURLまたはリポジトリピッカー                    | 公開・非公開リポジトリのインポート               |
| Bitbucket      | リポジトリURLまたはリポジトリピッカー                    | Bitbucketホストのリポジトリインポート         |
| Vercel         | Vercelプロジェクトの背後にあるGitHubリポジトリ           | Vercelアプリの移行                    |
| Figma          | フレームURL                                 | デザインをReactアプリに変換                |
| Claude         | Claudeから送信されたデザイン                       | ClaudeデザインをインタラクティブなアプリにConvert |
| 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デザインをインタラクティブなアプリにConvertする](/build/figma-to-app)をご覧ください。

Claudeから送信されたデザインについては[ClaudeデザインをアプリにConvertする](/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. **インポート**を選択します。

    ## 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. **インポート**を選択します。

    ## 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. **インポート**を選択します。

    **インポートされるもの**

    * プロジェクトファイルとディレクトリ構造
    * 依存関係とフレームワークの設定
    * 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. **インポート**を選択します。

    ## 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. **インポート**を選択します。

    **インポートされるもの**

    * リポジトリファイルとフォルダ
    * 依存関係ファイル
    * 一般的な実行とビルドの設定

    **インポートされないもの**

    * 既存のシークレット値と環境変数の値
    * 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インポートフローは**アカウント → 接続済みサービス**ページとは別の接続を使用します。接続済みサービスで再接続するだけではインポートフローは修正されません。

    <Steps>
      <Step title="GitプロバイダーからGitHubを再接続する">
        Replitアカウント設定の**Gitプロバイダー**セクションを開き、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. **インポート**を選択します。

    **インポートされるもの**

    * プロジェクトファイルとディレクトリ構造
    * 依存関係ファイル
    * 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コミュニティハブ](https://replit.com/community)を訪問するか[サポートに連絡](https://replit.com/support)してください。

## 課金

Agent移行作業が必要なインポートはクレジットを消費することがあります。クレジットの使用量はプロジェクトの複雑さによって異なります。
