Skip to content

sethdavis512/prompt-amplifier

Repository files navigation

Prompt Amplifier

A tray-based Electron app that takes your simple prompts and transforms them into comprehensive, well-structured prompts using OpenAI's GPT-5.2.

Features

  • 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 prompt
    • Escape - Hide window
  • Auto-hide: Window hides when you click elsewhere

Setup

Prerequisites

Installation

  1. Install dependencies:

    npm install
  2. Run the app:

    npm start

First-Time Setup

  1. Click the tray icon to open the popup
  2. Click the ⚙️ settings icon
  3. Enter your OpenAI API key
  4. Start amplifying your prompts!

Usage

  1. Click the tray indicator (⚡) to open the popup
  2. Type your simple prompt in the input field
  3. Click "🚀 Amplify Prompt" or press Ctrl/Cmd + Enter
  4. Wait for the AI to generate an improved version
  5. Click "📋 Copy" to copy the result to your clipboard

Building for Distribution

To create a distributable package:

npm run build

This will create installers for your platform in the dist folder.

Customization

Changing the Tray Indicator

Edit the tray title in main.js (tray.setTitle('⚡')) to use a different glyph or text.

Modifying the Prompt Enhancement

Edit the system prompt in index.html to customize how prompts are improved.

Tech Stack

  • Electron
  • OpenAI GPT-5.2 API
  • Vanilla JavaScript/HTML/CSS

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors