Ai Studio Pro banner

Ai Studio Pro

3 devlogs
2h 8m 15s

AI Studio Pro is a premium add-on of tools for ChatGPT and 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.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

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