The AI Prompt Manager for Marketers, Coders & Creators.
Stop wasting time managing prompts in Notion. Use Dynamic Variable Inputs to execute complex prompts in seconds.
🔗 Live Demo: avinashwalton.github.io/PromptVaultPro
💳 Get Lifetime Access ($25): avinashwalton.gumroad.com/l/PromptVaultPro
PromptVault Pro is a privacy-first, offline-capable AI prompt management tool built entirely in vanilla HTML, CSS, and JavaScript — no frameworks, no servers, no API keys, no subscriptions.
It solves a real problem every AI power-user faces: prompt chaos. Your best prompts are scattered across Notion, text files, browser bookmarks, and your memory. And every time you use one, you're manually copy-pasting and replacing [Product Name] [Audience] [Tone] over and over again.
PromptVault Pro fixes this with a Dynamic Variable Engine — write your prompt template once with [Variables], and the app generates input fields for each one automatically. Fill them in, get a live preview, copy in one click.
| Feature | Description |
|---|---|
| ⚡ Dynamic Variables | Write [Variables] in templates. Auto-generates input fields per variable |
| 📋 1-Click Copy | Copy the filled, final prompt to clipboard instantly |
| 🏷️ Tags & Filtering | Organize prompts by tags. Filter your library in one click |
| ⭐ Favorites | Pin your most-used prompts to always sit at the top |
| 💾 Export / Import | Download vault as .json backup. Restore on any device, any browser |
| 🔍 Instant Search | Real-time search across all prompt titles and content |
| 🌙 100% Offline | Works without internet. Double-click and use |
| 🔒 Zero Tracking | No servers, no analytics, no data collection. Ever |
This project is intentionally built with zero dependencies and zero external APIs. That's a feature, not a limitation.
HTML5 — Single-file architecture. No build step.
CSS3 — Custom properties, glassmorphism, animations
Vanilla JS — Zero frameworks. Pure ES6+.
localStorage — All data stored locally in the browser
Regex — Variable extraction engine ([VarName] syntax)
Clipboard API — 1-click copy functionality
FileReader API — JSON export/import for backups
Why this stack?
- 🔒 Privacy first — nothing ever leaves your browser
- 📦 Zero dependencies — no npm, no bundler, no supply chain risk
- ⚡ Instant load — no waiting for APIs or frameworks
- ♾️ Works forever — a file from 2024 will work in 2044
- 🌍 Universal — works on any OS with any modern browser
PromptVaultPro/
├── index.html ← Landing page (this GitHub Pages site)
│ Includes a live interactive demo
├── tool.html ← Premium app (delivered via Gumroad)
├── premium-readme.md ← User manual (included in Gumroad .zip)
├── showcase-readme.md ← This file
└── README.md ← (same as showcase-readme.md)
The index.html file hosted at avinashwalton.github.io/PromptVaultPro serves as both:
- The sales landing page — driving traffic to the $25 Gumroad listing
- A functional free demo — featuring pre-loaded prompt templates where visitors can test the Dynamic Variable system before buying
The demo is fully functional. Visitors can:
- Select from 3 pre-built prompt templates (Marketing, Coding, Email)
- Fill in dynamic variables and watch the preview update in real-time
- Copy the final prompt to their clipboard
This acts as the #1 trust signal — users experience the value before spending a cent.
This repo is a lead magnet for the premium product.
- Free: This live demo on GitHub Pages (functional but limited — 3 sample prompts only)
- Paid ($25, Lifetime): Full
tool.htmlwith unlimited prompts, CRUD, tags, favorites, search, and export/import
The paid version is a single HTML file delivered via Gumroad. Users double-click it and use it forever — offline, private, no accounts needed.
→ Get Lifetime Access for $25
🛡️ Backed by a 14-Day, 100% Money-Back Guarantee
To fork and deploy this landing page on GitHub Pages:
git clone https://github.com/AvinashWalton/PromptVaultPro.git
cd PromptVaultPro
# Edit index.html — update your Gumroad link and social links
# Push to GitHub and enable Pages in repo Settings → Pages → main branchAvinash Walton — Made with ❤️ in India
- 🐙 GitHub: @AvinashWalton
- 💼 LinkedIn: SonuKumarSuman
- 🐦 Twitter: @AvinashWalton
- 📺 YouTube: @AvinashWalton
- 📸 Instagram: @AvinashWalton
- 🧵 Threads: @AvinashWalton
This repository (the landing page / demo) is open-source for personal and educational use.
The premium tool.html is a commercial product — purchase required.
⭐ If you find this useful, a star on this repo goes a long way. Thank you!