![[I made this] Quib: a Chrome extension for reusing AI prompts in any textbox](https://external-preview.redd.it/CRzJuuFZQXvNe3FcnQW3lGf5zN9oDsYmV-Pi5jZaMsc.png?width=1080&crop=smart&auto=webp&s=d6dc893dd91187411778b32a37b3cb4501dca99d)
[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