Browser Extension · 100% Free

Your ultimate prompt
library, one click away.

AeroPrompt securely stores your prompts with local App Lock. Build dynamic templates, instantly copy via Omnibox, or inject straight into AI chat boxes effortlessly.

On-device. Biometric Security. Works on Chromium 116+.

Features

Everything a power-user
needs right now

We bypassed the cloud to give you a blazing fast, completely local, deeply integrated browser experience.

Magic Inject
Using cross-tab APIs, click "Send" and we instantly find your active ChatGPT, Claude, or Gemini tab and write the prompt directly into the AI's chat box.
🧩
Dynamic Templates
Write prompts with {{Company}} or {{Tone}}. We detect the variables, drop down a sleek mini-form, compile it natively, and inject it.
🖱️
Right-Click Pipeline
Context menus are fully supported. Highlight text on any page, right-click, and instantly wrap it with any of your "Starred" template prompts into your clipboard.
⌨️
Omnibox Power-Search
Never open the side panel unless you want to. Type "pv" in your Chrome URL bar, hit space, and live-search your entire vault. Hit enter to copy.
🎨
Markdown Rendering
A fully embedded local Marked.js compiler builds your bullet points, lists, and code blocks securely inside the AeroPrompt dashboard.
🔒
Biometric App Lock
Secure your proprietary prompts with bank-level security. Enable native WebAuthn (TouchID/FaceID) or PIN codes to unlock your panel.
Export Anywhere
Download your entire Library as JSON. Your data, your format, your file — absolutely zero vendor lock in.
↕️
Native Rearranging
Complete drag-and-drop hierarchy mechanics. Reorder your individual prompts, or hit "Rearrange" to swap the structural tiers of whole groups safely.
How it works

Speed, security, and aesthetics

A simple workflow designed strictly for LLM Power Users.

1
Pin the Side Panel
Open the Side Panel extension in Chrome. Group your prompt contexts by "Coding", "Writing", or "Productivity". It persists alongside any website you browse.
2
Secure it with your Print
Toggle the App Lock in settings. The next time you open Chrome, only your fingerprint, face, or custom PIN will reveal your proprietary prompt strings.
3
Fill the variables instantly
Instead of manually hunting through paragraphs to replace brackets, AeroPrompt parses variables automatically on click and drops a beautifully styled inline form right into the UI.
4
One-Click Send
Push the new send icon. We target your ChatGPT or Claude tab autonomously, write your custom payload straight into the chatbox, and switch your window focus securely.

Your prompts are yours. Full stop.

AeroPrompt was designed from day one with a single constraint: no data ever leaves your device.

🔒
Stored locally only
All your prompt library strings, summaries, and settings live strictly in chrome.storage.local — on your device, in your browser.
🚫
No servers, ever
AeroPrompt makes zero outbound network requests except standard Tab routing. There is no backend, no database, no cloud.
🤖
WebAuthn Security
We interface directly with your Operating System's secure enclave to lock your extension away from prying eyes via WebAuthn APIs.
👤
No account required
No email. No sign-in. No user ID. Nothing is ever tied to you personally — because nothing is ever collected.
🗑️
Data Autonomy
Export your entire structural vault to JSON anytime to swap laptops, or purge it completely via extension uninstall.

Read the full Privacy Policy →

FAQ

Common questions

Everything you might want to know.

Will it steal my prompts?

Absolutely not. AeroPrompt operates entirely using Chrome's localized chrome.storage.local memory container. None of your proprietary corporate templates, system prompts, or private strings ever touch an external cloud, server, or API. You have 100% data autonomy.

Does it work automatically with ChatGPT and Claude?

Yes. By clicking the purple "Send" magic inject button next to any prompt, AeroPrompt utilizes Chrome's native Scripting APIs to dynamically trace the active <textarea> or contenteditable elements in ChatGPT, Claude, and Gemini.

It then natively writes your prompt text sequentially into the chat bot and switches your browser focus securely so you are instantly ready to chat.

How does the Biometric App Lock work?

We leverage Chrome's WebAuthn API to integrate directly with your Operating System's secure enclave (like Apple TouchID, FaceID, or Windows Hello). If biometric validation is unavailable, we also offer a secure PIN-code fallback.

When locked, your prompt DOM elements literally do not mount or render until you have successfully executed physiological or PIN authentication.

Do {{Variables}} work in the Right-Click menu?

The OS-level Context Menus pipeline specifically bypasses variable compilation in favor of blazing fast injection. If you right-click highlighted text and inject a prompt that has {{Company}} in it, it will literally output the raw bracket text.

If you intend to use dynamic template variables, you should use the Side Panel UI layout instead! When you click "Copy" or "Send" inside the Side Panel, a beautiful sliding form drops down allowing you to natively input and compile your variables flawlessly.

How do I reorganize my prompts and groups?

AeroPrompt features buttery-smooth drag-and-drop mechanics. You can physically drag any individual prompt card vertically to reorder it within a group, or even drag it out of one group and drop it into another.

By clicking the horizontal "Rearrange" slider icon at the top of the Side Panel, you can toggle into Structural Mode which allows you to seamlessly drag-and-drop rank your entire Parent Groups.

How do I use the Omnibox search?

You never have to physically open the Side Panel if you know what you are looking for. Just focus inside your Google Chrome URL address bar, type pv, and press spacebar.

The address bar transitions into AeroPrompt's search-engine. Simply start typing the nickname or raw content of the prompt you want. Use your arrow keys to select a result and hit Enter — it will silently copy straight into your clipboard!

Can I format my text with code blocks?

Yes! We embedded a fully local version of the Marked.js rendering engine. This means your raw text prompts inside the library dynamically parse native Markdown syntaxes. Lists, bold headers, and ```python code blocks``` are gorgeously formatted in real-time, completely isolated from any third-party CDNs.

Can I back up my templates?

Yes. You can access the gear icon in the top right to open Settings. From there, you can utilize the Export Vault feature to safely output all your groups, prompts, timestamps, and parameters into a clean, standalone .json file. Use Import Vault on another machine to instantly migrate your entire setup without losing any configuration.

How much data does it store? Is there a limit?

Because prompt data is just pure text string storage, it is incredibly lightweight. There is theoretically zero limit beyond Chrome's absolute 5MB localized extension memory boundary. You could comfortably store tens of thousands of highly complex multi-page system prompts before maxing out.

Is it open source?

In spirit, absolutely. Since it operates purely on local Chrome MV3 configurations and zero minified React bundles, the vanilla JS/HTML/CSS codebase is completely exposed upon unpacking. Feel free to inspect exactly how the algorithms work or modify the DOM to your specific liking.