Ai Studio Pro banner

Ai Studio Pro

4 devlogs
2h 30m 45s

AI Studio Pro is a premium add-on of tools for Gemini that enables instant code block exports, live web previews, and a advanced custom prompt library within a familiar style.

This project uses AI

Antigravity is my IDE. (Ai IDE)

Demo Repository

Loading README...

Limitens

v1.2.2


Bug Fixes

Fixed a bug where you cannot access the library while on chrome (Chrome users please use ctrl+shift+space to access the library. Firefox users can use both, ctrl+shift+space and ctrl+shift+L.

Support Removal

We have sadly removed support for ChatGPT and Claude for now, this support will be coming back in the future, but we are working our best on just Gemini for now.

(crx does not work currently. working on getting a working chrome extension)

Attachment
0
Limitens

v1.2.0


Code Commenting Feature

Highlight any snippet within a code block to trigger a minimalist inline comment tool. You can add multiple comments per block, which appear as persistent visual highlights. Hover over any highlight to see your comment, delete it, or send it directly to the AI with specific line context.

Example

Highlight a line of code and add: "Refactor this loop for better performance."


(The .crx still doesn’t work, but if you’re on Firefox, you can use the .xpi.)
(Or, for chrome, you can un-extract the zip, and load unpacked)

Attachment
0
Limitens

Shipped this project!

Hours: 1.6
Cookies: đŸȘ 9
Multiplier: 5.37 cookies/hr

I built a premium extension studio for Gemini and ChatGPT designed to speed up AI development. The most challenging part was engineering the library system, which integrates custom prompt management with a feature to export entire chat sessions instantly. I’m very proud of the fast responsiveness of my extension, and I hope you do too!

Limitens

v1.1.1

Dynamic Variables

  • You can now add {{variable}} to your prompts. A draggable popup will appear so you can fill in the details before sending it to the AI. It’s way easier than manually editing prompts every time.

🩊 Now on Firefox

The extension is officially live on the Firefox(have to download xpi through github). I had to fix some manifest settings and tighten up the security to get it certified, so it’s now running on a more solid, stable base.

Other Fixes

  • Hardened the code to prevent XSS (swapped innerHTML for safer methods).
  • Resized icons to 128px for better clarity.
  • Unified the font to ‘Outfit’ and cleaned up the sidebar spacing.
Attachment
0
Limitens

Added:

  • Folders/Workspaces for prompts, you can now create quick-prompts within the folders, and move them from folder-to-folder.
Attachment
0