Google AI Studio Build mode creates full-stack web applications with a React frontend and Node.js server runtime. Apps can be published to Cloud Run, where they receive a public URL that works directly with ToDesktop Builder.
This is a strong fit for Gemini-powered applications that need a dedicated desktop experience without moving the AI integration into an Electron codebase.
Turn an AI Studio app into a desktop app
- Build and test the app in AI Studio, including all Gemini features, permissions, and connected services.
- Use Publish App to deploy it to Cloud Run and obtain the live URL.
- Open the deployed app in a separate browser session to verify production authentication and server-side secrets.
- Create a Simple Window project in ToDesktop Builder and enter the Cloud Run or custom URL.
- Test camera, microphone, file, popup, and external-link behavior before signing the release.
AI Studio keeps the Gemini API key in the server-side environment when deployed correctly. Preserve that architecture: do not move secret keys into browser code or desktop-injected scripts.
Good AI Studio desktop use cases
- Gemini-powered assistants and research tools.
- Voice, image, or multimodal workflow applications.
- Internal AI utilities that benefit from global shortcuts.
- Full-stack prototypes moving toward branded distribution.
If you export the project to GitHub, you can continue development in a conventional workflow and add ToDesktop APIs for richer native features.








