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+.
We bypassed the cloud to give you a blazing fast, completely local, deeply integrated browser experience.
A simple workflow designed strictly for LLM Power Users.
AeroPrompt was designed from day one with a single constraint: no data ever leaves your device.
chrome.storage.local — on your device, in your browser.Read the full Privacy Policy →
Everything you might want to know.
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.
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.
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.
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.
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.
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!
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.
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.
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.
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.