A powerful tool that helps you create better prompts for Large Language Models using advanced prompt engineering techniques.
- 🪄 Enhance prompts with expert prompt engineering techniques
- 🌓 Dark/Light theme support
- 📋 Easy copy-to-clipboard functionality
- 💨 Fast and responsive UI
- 🔄 Fallback to mock data when API is unavailable
- React
- TypeScript
- Tailwind CSS
- Google's Gemini AI API
- Lucide Icons
- Clone the repository
- Install dependencies:
npm install
- Copy
.env.exampleto.envand add your Gemini API key:VITE_GEMINI_API_KEY=your_api_key_here
- Start the development server:
npm run dev
- Built with Vite for fast development and building
- Uses TypeScript for type safety
- Implements modern React patterns and hooks
- Follows a component-based architecture
src/
├── components/ # React components
├── contexts/ # React contexts (theme)
├── services/ # API and enhancement services
├── utils/ # Utility functions
└── prompts/ # Prompt templates
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Open a Pull Request
MIT