A tray-based Electron app that takes your simple prompts and transforms them into comprehensive, well-structured prompts using OpenAI's GPT-5.2.
- System Tray Integration: Lives in your system tray for quick access (⚡ title indicator)
- Prompt Enhancement: Uses GPT-5.2 to improve your prompts with better context, structure, and clarity
- One-Click Copy: Easily copy the amplified prompt to your clipboard
- Keyboard Shortcuts:
Ctrl/Cmd + Enter- Amplify promptEscape- Hide window
- Auto-hide: Window hides when you click elsewhere
- Node.js 18+ installed
- An OpenAI API key (Get one here)
-
Install dependencies:
npm install
-
Run the app:
npm start
- Click the tray icon to open the popup
- Click the ⚙️ settings icon
- Enter your OpenAI API key
- Start amplifying your prompts!
- Click the tray indicator (⚡) to open the popup
- Type your simple prompt in the input field
- Click "🚀 Amplify Prompt" or press
Ctrl/Cmd + Enter - Wait for the AI to generate an improved version
- Click "📋 Copy" to copy the result to your clipboard
To create a distributable package:
npm run buildThis will create installers for your platform in the dist folder.
Edit the tray title in main.js (tray.setTitle('⚡')) to use a different glyph or text.
Edit the system prompt in index.html to customize how prompts are improved.
- Electron
- OpenAI GPT-5.2 API
- Vanilla JavaScript/HTML/CSS
MIT