PromptWizard is a web application that helps users create, optimize, and compare prompts for various AI assistants like ChatGPT, Claude, Gemini, and more.
- Prompt Playground: Transform your ideas into powerful, optimized prompts
- Compare Across Agents: See how your prompt performs differently across AI models
- Ready-Made Templates: Use expert-crafted prompt templates for different use cases
Follow these steps to run the project locally:
- Node.js (v14 or higher)
- npm or yarn
-
Clone the repository
git clone https://github.com/yourusername/prompt-wizard.git cd prompt-wizard -
Install dependencies
npm install -
Run the setup script to organize the files
npm run setup -
Start the development server
npm start -
Open your browser and navigate to http://localhost:3000
/components- Reusable UI components/pages- Page components for different routes/utils- Utility functions
- React
- React Router
- Tailwind CSS
- Framer Motion
This project is licensed under the MIT License