AI Studio、GitHubコードをアプリに
Google AI Studio Adds ‘Import from GitHub’ to Build Mode, Turning an Existing Repo Into an Editable, Deployable App

Google AI StudioがGitHubのコードを直接取り込み、編集・公開できる新機能を追加。既存のコード資産を活用し、AIアプリ開発を効率化できます。
Google AI Studioは、そのBuildモード内で「Import from GitHub」機能を展開しています。これはリポジトリを取り込み、ランタイム互換の形式に変換します。その後、その上で反復作業を続けたり、デプロイしたりすることができます。このアップデートは、Google AI Studioのアカウントと、製品を率いるLogan Kilpatrickによって共有されました。 bringing your code from @github into ai studio build is as easy as clicking 'import from github' pic.twitter.com/lIyZ1lnpQQ — Google AI Studio (@GoogleAIStudio) July 8, 2026 Today we are rolling out "import from GitHub" in @GoogleAIStudio Build!! We will automagically take the repo and transform it into a format that is compatible with our runtime and then let you keep iterating on it in AI Studio, deploy it, and more. pic.twitter.com/F63MjsJQjf — Logan Kilpatrick (@OfficialLoganK) July 8, 2026 'Import from GitHub' Buildモードは、Google AI Studioの「vibe coding」インターフェースです。プロンプトでアプリを記述すると、Geminiがライブプレビュー付きのフルスタックアプリを生成します。その後、チャットまたはアノテーションモードでそれを洗練させます。この新機能は開始点を提供します。空白のプロンプトの代わりに、BuildをGitHubリポジトリに向けます。AI Studioはその後、リポジトリをそのランタイムと互換性のある形式に変換します。このフローには3つの部分があります: Import the repo Keep iterating on it in AI Studio. Deploy it. How the Import Flow Works Googleは内部手順を公開していません。簡単に言えば、インポーターはリポジトリを読み取り、ランタイムに適合させ、Buildで開きます。以下に埋め込まれたインタラクティブなウォークスルーはコンセプトシミュレーションであり、実際のバックエンドではありません。(function(){ var f=document.getElementById('mtp-embed'); window.addEventListener('message',function(e){ if(e&&e.data&&e.data.type==='mtp-embed-height'&&e.data.height){ f.style.height=e.data.height+'px'; } }); })(); One documented behavior matters when moving code in. For apps that use the Gemini API, AI Studio configures your GEMINI_API_KEY as a server-side secret. Keys are never
この記事について質問
記事の内容に答えます。記事外のことは都度ウェブで調べます。