[I made this] Quib: a Chrome extension for reusing AI prompts in any textbox
▲ 6 r/browserextensions+2 crossposts

[I made this] Quib: a Chrome extension for reusing AI prompts in any textbox

I built and launched a small Manifest V3 Chrome extension called Quib.

The problem was very plain: I had around 40 AI prompts sitting in a Notion doc, and I was copy-pasting them into ChatGPT, Claude, Gemini, Gmail, GitHub, Linear, and other tools all day.
Quib adds a prompt picker directly inside textboxes.

You type /, fuzzy-search a saved prompt, hit enter, and it inserts where you are already typing.

It supports normal inputs, textareas, and contenteditable editors. It also resolves variables at insert time, like:
{{selection}}
{{url}}
{{title}}
{{clipboard}}
{{date}}
{{time}}
custom placeholders like {{name}}

The free plan has 25 prompts, local storage, all editors, and all variables. Pro adds unlimited prompts and cross-device sync.

The Chrome Web Store version is live now.

I would especially like feedback from people who build or heavily use Chrome extensions:

Does the / trigger feel natural, or would you prefer another default?
Which editor/site would you expect this to fail on?
Is prompt management a real enough problem for you, or too niche?

Link: arkisoul.in/quib

u/arpit-jain87 — 5 days ago