Skip to content

AvinashWalton/PromptVaultPro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

⚡ PromptVault Pro

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


🎯 What is PromptVault Pro?

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.


✨ Key Features

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

🛠️ Tech Stack

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

📁 Repository Structure

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)

🎮 Live Demo

The index.html file hosted at avinashwalton.github.io/PromptVaultPro serves as both:

  1. The sales landing page — driving traffic to the $25 Gumroad listing
  2. 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.


💰 The Business Model

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.html with 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


🚀 Deploy Your Own

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 branch

👤 Author

Avinash Walton — Made with ❤️ in India


📄 License

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!