Transform your prompts into powerful, detailed instructions for AI systems.
- AI-Powered Enhancement: Uses AI to refine prompts
- Structured Output: Returns enhanced prompts with improvement details
- Local History: Saves your last 20 enhanced prompts
- One-Click Copy: Easy clipboard functionality
- Modern UI: Built with Next.js 14, TypeScript, and Tailwind CSS
- Frontend: Next.js 14 (App Router), TypeScript, Tailwind CSS
- UI Components: shadcn/ui with Sonner for notifications
- AI: Google Gemini 2.5 Flash API
- Icons: Lucide React
-
Clone the repository
-
Install dependencies:
npm install -
Create .env.local\ with your Gemini API key:
GEMINI_API_KEY=your_api_key_here -
Run development server:
npm run dev
- GEMINI_API_KEY: Your Google Gemini API key
MIT License - feel free to use this project for your own purposes!