Google has updated AI Studio Build to support full two-way syncing with GitHub, closing a workflow gap developers have flagged for a while. Once a repository is connected, changes made inside AI Studio Build now flow back out to GitHub automatically, and any updates pushed to the GitHub repository show up inside the Studio.
From One-Way Export to Full Sync
Until now, the relationship between AI Studio Build and GitHub only ran in one direction — developers could export finished work out to a GitHub repository, but there was no way to bring an existing codebase back in. That limitation is now gone with a new “Import from GitHub” button. A developer can select a repository and have it loaded into AI Studio Build in a single step, ready for editing, instead of building everything from scratch inside the environment.
How the Sync Works
The import creates a copy of the repository inside the AI Studio environment. Developers can then choose to “Commit and Push” their changes back to a new or existing branch on GitHub. This gives teams a real two-way loop: pull an existing repo in, make AI-assisted edits, and push the result straight back out without leaving the Studio interface.
Modernizing Legacy Codebases Without a Full Rewrite
For teams managing older codebases, the update offers a way to modernize gradually instead of committing to a full rewrite. Developers can import existing code, apply AI-assisted improvements piece by piece, and push those changes back to GitHub, all without switching tools mid-process. That incremental approach lowers the risk that typically comes with large-scale rewrites, where something breaks and it’s hard to pinpoint exactly why.
Google gains full context of the project structure during import, from configuration files like package.json down to backend logic, which is what allows the AI-assisted edits to stay consistent with the rest of the codebase.
Deploy Without Switching Tools
Once a project has been imported, refined, and synced, it doesn’t have to stay locked inside AI Studio. Finished builds can be deployed to environments like Cloud Run, giving developers a direct path from imported code to a live, running application without switching tools mid-process.
Framework Support
The feature is optimized for popular web frameworks such as Next.js, React, and Python, and AI Studio can read and attempt to build projects in most major languages, though the “Build and Deploy” preview works best with standard web stacks.
Getting Started
Developers can try the feature by heading to ai.studio/build, connecting a GitHub account, and using the new Import from GitHub option to bring an existing repository into the environment.
