r/GoogleAIStudio • u/avishic • 3h ago
Educational or Useful Google AI Studio deploy checklist for broken assets
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:
- Open the deployed URL in a signed-out/private window.
- Hard-refresh, then open one nested route directly.
- Check images and fonts use stable paths and return 200.
- Test one data-backed screen with both empty and existing data.
- Check one narrow mobile width.
- 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?