A modern tool that helps you enhance your prompts for better AI interactions. Available as both a web application and a browser extension.
🌐 Live Demo - Try it now without installation!
- Clean, Minimalist Interface: A distraction-free environment focused on your prompt
- One-Click Enhancement: Transform basic prompts into detailed, effective instructions
- Multiple AI Providers: Support for OpenAI (GPT models), Anthropic (Claude models), and custom API endpoints
- Modern Design: Sleek glassmorphism UI with a beautiful gradient background
- Responsive Layout: Works seamlessly on desktop and mobile devices
- Browser Extension: Enhance your prompts directly within your browser
- No Account Required: Start enhancing prompts immediately without sign-up
- Secure: API keys are stored locally in your browser and never sent to our servers
-
Clone the repository:
git clone https://github.com/0xVeRc/prompt-enhancer.git cd prompt-enhancer -
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Open http://localhost:5173 in your browser
- Clone the repository
- Open Chrome/Edge and navigate to
chrome://extensions/ - Enable "Developer mode"
- Click "Load unpacked"
- Select the
extensionfolder from the cloned repository
- Open the web app or the browser extension
- Enter your API key in the settings (click the gear icon)
- Type or paste your prompt in the input area
- Click "Enhance"
- Copy the enhanced prompt for use with your favorite AI tool
The application supports three API providers:
- OpenAI: Requires an OpenAI API key (https://platform.openai.com/)
- Anthropic: Requires an Anthropic API key (https://console.anthropic.com/)
- Custom API: For use with other API providers or local models
npm run buildThe build artifacts will be stored in the dist/ directory.
The extension files are already in the extension/ directory. After making changes, reload the extension in your browser.
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
- Inspired by the need for better AI prompts
- Thanks to all contributors and users