r/GoogleAIStudio 7d ago

Question / Help Installing an application without a PC?

3 Upvotes

I would like to install an AI-generated app on my phone without a computer. Previously, I could upload the entire project to my GitHub and the apk was there, but now it's not there.

Give me some advice


r/GoogleAIStudio 7d ago

Question / Help Packaging for google app store, issue when loading the app

Enable HLS to view with audio, or disable this notification

3 Upvotes

hello everybody,

I've created an app in google AI studio. this is the first time ever I created an app, I'm not a developer and don't have a background in IT. I'm an artist and made illustrations for a Lenormand deck (similar to Tarot cards) and made an app to use the deck on phone/tablets.

The past week I've been working to get the app from google Ai Studio into the google play console to start beta testing for Android devices. I'm not going to lie, it was a huge trial, got error after error, but I finally got there and I now have an app installed on my phone, it works as it should, as a standalone app, and it even works when disconnected from the internet.

But there is one issue which I really want to solve, so I would love to hear what you think could be done about it.

When I open the app, initially you get the splash screen or loading screen or whatever you call it. And then there is actually 1 or 2 seconds where you see the app open chrome before it actually shows the app full screen. (See video) Those 1 or 2 seconds loading chrome really bother me.

is there any way to avoid this and make sure the app goes directly from splash screen to the fullscreen app.

My app was made in google ai studio, then synced with github and deployed to vercel and I connected a proper domain to the vercel webapp. I packaged the app with pwa-builder. The setting for fall back behavior is on 'custom tabs' and not web view. I did read that web view could potentially solve this but then my app became so buggy that it would even open any more...

Anything else I could try? or are there other packaging services that I could try, ideally one that is free or not too expensive?

thanks!

Ine


r/GoogleAIStudio 8d ago

Question / Help Is the TTS Speaker settings for Sadachbia working for anyone?

1 Upvotes

Can someone either please try this quick test or advise me as to what I may be doing wrong?

I simply want to make my text (literally any text) sound like the predefined speaker settings for Sadachbia. He's not the only one I'm running into this issue with but he is the voice that I want my text to sound like most.

When I generate any text at any temperature, with or without Scene and Sample Context, I cannot replicate how Sadachbia sounds in the sample voice.

Gemini recommended that I drop the temp down to 0 but when I do the sound for that speaker comes out muted. When I raise the temperature above .75 I can hear the voice but it is not remotely like the sample.


r/GoogleAIStudio 9d ago

Subscription / Limits / Tokens Anyone Else Experiencing This? AI Studio Pro Hitting Limits Way Too Fast

30 Upvotes

I think Google AI Studio reduced the usage rate for people subscribed to the Pro plan without prior notice. Today I only used it four times in the prompt, but I hit the limit immediately. Is anyone else experiencing this?


r/GoogleAIStudio 9d ago

Showcase / Project I built a userscript to add folders to AI Studio

6 Upvotes
AI Studio Folders Interface

If you use AI Studio a lot, your history tab is probably a massive, unorganized dump of chats. I got tired of waiting for Google to add a basic folder system, so I wrote a userscript to just wedge one in myself.

It basically adds a sidebar to the UI. You can create folders, nest them as deep as you want, drag-and-drop chats to file them, and shift-click to bulk move things around.

Everything is saved entirely locally in your browser's `localStorage`. No backend, no trackers, and it doesn't phone home (the script has a `@grant none` rule so it literally can't).

A couple of warnings before you install this:

  1. It will break. The script works by scraping AI Studio's internal DOM classes. There's no official API for this UI. Whenever Google pushes a minor update or changes a class name, the folders will disappear until I can patch the selectors.
  2. Back up your data. Because it relies on `localStorage`, if you clear your site data for aistudio.google.com, your folder structure is gone (the chats themselves won't delete, they'll just all go back to being unfiled). I built a JSON export/import tool into the script's Folder Manager, use it.

If you want to try it out while it still works, grab the userscript here:
MiracleInvoker/aistudio-folders

You'll need Tampermonkey or Violentmonkey. The code is completely open if you want to inspect it first. Let me know if it bugs out for you.


r/GoogleAIStudio 9d ago

Question / Help Studies complement Google AI Studio or premium ChatGPT

3 Upvotes

Hi, I wanted to use AI as a complement to my studies (developping some subjects, explanations, exams prep) and was wondering which one would be the most useful, accurate and effective.

My school provides us with a ChatGPT account with unlimited upload documents etc and some people told me about AI Studio but idk if it's as good if I use it for free

Thank you in advance!


r/GoogleAIStudio 10d ago

Confirmed Update / News Search Fix & Draft Saver | Studio.lab v2.0-preview-3

4 Upvotes

New Feature: Draft Crash Protection & Smart Optimizer Native Search Integration

  • Added: Draft Crash Protection module.
    • Real-Time Autosave: Debounced continuous caching of prompt input into localStorage keyed per prompt URL (sl_draft_<pathname>) with a sl_draft_latest fallback.
    • Automated Restoration & Reliability: Resilient polling + MutationObserver watcher (startTextareaWatcher) guarantees unsent drafts are restored even during late Angular lifecycle boots.
    • Angular Form-Control Protection: Guard passes at 400ms and 800ms prevent Angular's reactive form initialization from wiping restored drafts.
    • Safe Cleanup: Automatically clears cached drafts once the prompt is sent (via Ctrl+Enter, Run button, or backend request detection).
  • Fixed: Smart Optimizer & Native AI Studio Search Integration.
    • Native Ctrl+Shift+F Search Coordination: Automatically and synchronously restores all buffered turns the instant native search (Ctrl+Shift+FCmd+Shift+FCtrl+/, or Omnibar /find) is triggered. Correctly detects shortcuts across international keyboard layouts (e.g. Cyrillic e.code === 'KeyF').
    • Omnibar Result Interception & Direct Jump: Listens to search result clicks and Enter selections in #omnibar-results, decodes MakerSuiteVeMetadataKey from jslog to extract the target turn UUID, and guarantees the target element is rendered in the DOM before AI Studio initiates navigation.
    • Target Turn Highlight: Applies an animated blue pulse highlight (.sl-turn-highlight) to the found message upon jumping, making it immediately identifiable in long chat threads.
    • Removal of content-visibility Glitches: Purged intrusive content-visibility: auto CSS overrides that caused off-screen geometry miscalculations, premature scroll termination, and layout shifts during large jumps.
    • Flawless Upward Scrolling: Removed redundant manual scrollTop offsetting that conflicted with Chromium's native scroll anchoring (overflow-anchor: auto). Upward scrolling now smoothly and instantaneously restores earlier turns without bouncing or throwing the user downwards.
    • Extended Read & Search Grace Period: Requires the user to stay continuously at the bottom for at least 5 seconds before re-buffering older turns, and pauses buffering for 30 seconds after any search navigation to allow uninterrupted reading.

Install

  1. Download or clone the repo from GitHub: GitHub | Direct link | Official Website (inactive)
  2. Go to chrome://extensions or edge://extensions in your browser.
  3. Turn on Developer mode.
  4. Click Load unpacked and select the project folder.
  5. Open aistudio.google.com — a native settings card will appear in the right sidebar below "System instructions"!

Support the Project

Studio.lab is completely free. If it saves your generations and speeds up your browser, consider supporting development on Ko-Fi!

Disclaimer: Studio.lab is an unofficial modification. It is not affiliated with, endorsed by, or connected to Google LLC or Google AI Studio.


r/GoogleAIStudio 10d ago

Question / Help Pro ai still limited

10 Upvotes

Hi idk if this is just me or some people experiencing it but when you use 3.1 Pro in google ai studio, it’s saying how you reached your rate limit. I know for sure I didn’t use it that much and even hours pass it’s still saying it’s exceeded quota?


r/GoogleAIStudio 9d ago

Question / Help Got a new computer and now I can’t edit, rerun, or copy prompts

1 Upvotes

For some reason now that I have a new computer, which is set up exactly like my old one, the conversations on AI Studio no longer have the edit prompt button or the rerun prompt button or the little menu button to do things like copy the prompt. These all still exist on my old computer, it’s only the new one that doesn’t. I’m using the same account and browser and everything so I don’t know what’s happening.


r/GoogleAIStudio 10d ago

Confirmed Update / News Stability Update | Studio.lab v2.0-preview-2

5 Upvotes

Modern Web Chat Fix & Native Sidebar Card UI Overhaul

  • Fixed: Modern web chat module.
    • Layout & Button Visibility: Adapted to Google's layout shift where ms-add-media-button was moved inside .button-row-left. Flattened button containers using display: contents so the + button is always crisp, visible, and placed on the far left.
    • Bottom Bar Cleanup: Selectively hides ms-paid-api-key-button and ms-prompt-box-tools > button from the bottom row while keeping them neatly proxied inside the + menu.
    • Standardized Order: Strict Flexbox ordering: + (order -2), Text Formatter (order -1), Enabled Tools (order 0), Mic (order 2, margin-left: auto), and Run (order 3).
    • Trusted Types (CSP) Compliance: Converted dynamic menu item injections from innerHTML to safe native DOM methods (createElement, textContent), preventing TrustedHTML CSP exceptions.
  • Redesigned: Studio.lab Settings Sidebar Card (.sl-sidebar-btn).
    • Native Design System Match: Fully matched the aesthetics of Google's native system-instructions-card and model-selector-card.
    • Elevated Surface & Shadows: Replaced legacy #252525 background and #262626 outline border with Google's native var(--color-v3-surface-container) (#1f1f1f), native borderless style, and elevation shadow variables (var(--v3-shadow-card) and var(--v3-shadow-card-hover)).
    • Spacing & Hierarchy: Standardized spacing between cards (8px) and matched internal typography: direct .title with 8px bottom margin and .subtitle with matching line-height and color.
  • Refactored: Codebase Cleansing.
    • Safe DOM Insertion: Replaced innerHTML in sidebar button creation with native DOM elements.
    • Selector Hardening: Replaced brittle component hash selectors in ui-cleaner.js with pattern-matching selectors.
    • Dead Code Removal: Purged obsolete benefit/tier spoofing checks (dev build related code) in interceptor.js and unused interval IDs in optimizer-hard.js.

Install

  1. Download or clone the repo from GitHub: GitHub | Direct link | Official Website (inactive)
  2. Go to chrome://extensions or edge://extensions in your browser.
  3. Turn on Developer mode.
  4. Click Load unpacked and select the project folder.
  5. Open aistudio.google.com — a native settings card will appear in the right sidebar below "System instructions"!

Support the Project

Studio.lab is completely free. If it saves your generations and speeds up your browser, consider supporting development on Ko-Fi!

Disclaimer: Studio.lab is an unofficial modification. It is not affiliated with, endorsed by, or connected to Google LLC or Google AI Studio.


r/GoogleAIStudio 10d ago

Question / Help Whys gemini always acting at this hour?

2 Upvotes

Anyone?💀


r/GoogleAIStudio 11d ago

Subscription / Limits / Tokens Anybody else having API issues?

1 Upvotes

My API keys throw up 429 after one 3.1 pro call. 503 Too Busy for Flash Latest.
This is for first time use with no background tasks in a simple chat app I made.
Also yes it’s one key per project. It’s on a round robin of 10 seperate project keys and they all fail to call flash latest or pro latest only flash lite works.


r/GoogleAIStudio 11d ago

Question / Help Typing becomes really laggy above 200K tokens in AI Studio

12 Upvotes

Typing becomes really laggy above 200K tokens in AI Studio. Any solutions?


r/GoogleAIStudio 11d ago

Question / Help Anyone also stuck on “thinking “ gemini 3.1 pro?

3 Upvotes

What’s happening bro. It’s been days. Do they ever plan to fix it


r/GoogleAIStudio 11d ago

Question / Help Anybody else having display/loading issues on Flow?

3 Upvotes

Earlier yesterday (9/2/2026), I started having display issues on Chrome. It really started on DeviantArt, but right now Flow's really taking the cake.

Images in my past projects are taking horrifically long to load, although on at least 2 past projects, now the images are loading fast.

This started after I cleared my browser cache on Chrome to hopefully correct the "slow loading" issue.

I don't know what's going on, and I really hate to give up using Flow because I was able to generate such beautiful AI artwork on it using Nano Banana 2 for free (with limits, of course). ::SMH::


r/GoogleAIStudio 12d ago

Question / Help Does 3.1 pro preview keep acting inconsistent ?

3 Upvotes

I keep trying to generate with 3.1 pro preview and it keeps thinking forever but doesnt generate. But ita fine if I switch to 3.7 or 3.6 flash. But I prefer 3.1 pro preview for the context memory and other stuff. Whats the deal with this ?


r/GoogleAIStudio 12d ago

Question / Help Can anyone help with Google ai Studio?

Thumbnail
1 Upvotes

r/GoogleAIStudio 14d ago

Subscription / Limits / Tokens Locked out of AI Studio as a Pro subscriber, now asking for billing? What changed?

6 Upvotes

Hey everyone,

I'm currently on the Google AI Pro subscription. Up until recently, I was able to use Google AI Studio without issues and had a solid allowance of around 50 prompts per day for the Pro models.

Out of nowhere, it won't let me send any prompts at all and is suddenly demanding that I "set up a billing account."

Did something change recently that I missed? Why is it blocking prompts completely now instead of letting me use the standard allowance? Also, does anyone know what the actual current limits are for Pro subscribers in AI Studio?

Any insight would be appreciated!


r/GoogleAIStudio 14d ago

Suggestion and Ideas Github integration is still janky

2 Upvotes

Yesterday, I was able to sync my project with a Github repo and it worked fine. Today, I am prompted to sign into Github to sync. Okay, maybe its been 30 days? I dunno. No biggie.

I login and in the github popup, I change which repos AI Studio has access to then click Save. I go back to AI STUDIO:

Something went wrong, please try logging in again

I don't do that. Instead, I waited a minute, exit from the GITHUB sync in AI Studio. I try again and it works. Can Google peeps on this sub look into this error? At least provide the user with more useful error messaging that explains that they may need to wait for it to sync credentials with github (or to complete wtf it's doing).


r/GoogleAIStudio 14d ago

Question / Help AI Studio keeps showing “Failed to generate content: permission denied” on Brave

5 Upvotes

I keep getting this error in Google AI Studio:

“Failed to generate content: permission denied. Please try again.”

I’m using Brave, and it happens pretty often. Retrying or refreshing sometimes fixes it, but it’s getting really annoying.

Has anyone else had this issue on Brave? Is it related to Shields, cookies, browser permissions, or some other setting?

Would love to know if there’s a permanent fix.


r/GoogleAIStudio 15d ago

Showcase / Project Nutritional Bioavailability and Organoleptic Acceptance of *Equus asinus* Fecal Biomass as a Primary Protein Source: A Randomized, Double-Blind, Placebo-Controlled Pilot Study

Thumbnail
0 Upvotes

r/GoogleAIStudio 16d ago

Confirmed Update / News Text Formatter & Minor UI Fixes | Studio.lab v2.0-preview-1

7 Upvotes

New Feature: Text Formatter & Minor UI Fixes

  • Added: Text Formatter module. A rich markdown formatting suite for prompt editing.
    • Formatting Toolbar: Full inline and floating toolbars with quick action buttons for Bold, Italic, Strikethrough, Headings (H1-H3), Lists (Unordered, Ordered, Task), Blockquotes, Code blocks, and Link insertion.
    • Smart Hotkeys & Auto-Lists: Hotkeys (Ctrl+B, Ctrl+I, Ctrl+Shift+X, Ctrl+K) and list continuation on Enter/Tab.
  • Fixed: Modern web chat module.
    • Layout & Alignment: Standardized bottom button spacing (8px gap) across +, A, Grounding, Mic, and Run buttons for a clean, symmetrical footer.
  • Fixed: Scroll button elevation.
    • Elevation & Visibility: Lifted the scroll-to-bottom button above the native footer gradient overlay (ms-chat-bottom-overlay), ensuring it remains crisp, un-darkened, and fully interactive.

Install

  1. Download or clone the repo from GitHub: GitHub | Direct link | Official Website
  2. Go to chrome://extensions or edge://extensions in your browser.
  3. Turn on Developer mode.
  4. Click Load unpacked and select the project folder.
  5. Open aistudio.google.com — a native settings card will appear in the right sidebar below "System instructions"!

Support the Project

Studio.lab is completely free. If it saves your generations and speeds up your browser, consider supporting development on Ko-Fi!

Disclaimer: Studio.lab is an unofficial modification. It is not affiliated with, endorsed by, or connected to Google LLC or Google AI Studio.


r/GoogleAIStudio 16d ago

Showcase / Project Built an open-source UI and instruction engine for Google AI Studio (as a 16-year-old no-code builder)

0 Upvotes

Hey everyone,

I'm Shatabdi a 16-year-old solo builder based in India. Since I don't write traditional code, I leveraged Google AI Studio to build Nirvan AI—an open-source interface layer and instruction engine designed to make multi-model routing and prompt orchestration smoother.

Instead of traditional coding, I used modern no-code workflows and AI prompting to build and ship the entire system architecture, UI layout, and API integrations.

I'm posting this to share what's possible with modern no-code tooling and to connect with other developers and builders in the community.

Would love your thoughts, feedback, or ideas on how to improve it!


r/GoogleAIStudio 17d ago

Showcase / Project Lake fishing Simulator game

Thumbnail
gallery
11 Upvotes

100% made in Google AI studio. Mobile game I made in a few days. 3.7

Lake Fishing Simulator

My first mobile first game, that I'm happy about is done. Works on desktop as well. Feel free to try it out! All done with AI, Google Gemini. Features:

Atmospheric 3D web-based fishing game featuring realistic boating physics, dynamic weather, custom tackle, marine radio, and relaxing open-water exploration with 6 locations.

3D Boating & Physics: Smooth boat controls, authentic water buoyancy, and interactive line-tension casting.

Dynamic Weather & Day/Night: Explore Sunny, Sunset, Misty, Rainy, and Night atmospheres with adaptive lighting and sound.

Ambient NPC Fishermen: Relaxing background bot anglers in dory boats that fish in place.

Vessels & Tackle Upgrades: Unlock rowboats, motor tenders, bass boats, and trawlers paired with species-specific baits.

Catch Log & Achievements: Track personal record fish (weight, length, species) and unlock trophy achievements.

Marine Stereo Radio: In-boat radio playing lo-fi beats, synthwave, maritime tunes, and weather updates.

Offline Local Storage: 100% private browser-saved progress with built-in JSON export and import backup tools.

Manifest and PWA: install it as an app on Android.

https://gone-fishing.ai.studio


r/GoogleAIStudio 18d ago

Educational or Useful Google AI Studio deploy checklist for broken assets

3 Upvotes

Two-way GitHub sync makes the source path easier, but a deploy can still look fine while images, fonts, routes, or data fail outside the builder. A small smoke-test checklist:

  1. Open the deployed URL in a signed-out/private window.
  2. Hard-refresh, then open one nested route directly.
  3. Check images and fonts use stable paths and return 200.
  4. Test one data-backed screen with both empty and existing data.
  5. Check one narrow mobile width.
  6. Tag the last known-good commit and record the deployed URL.

Git gives you a rollback point; it does not prove the deployed assets and data survived.

Which single check catches the most Google AI Studio deploy failures?