A modern web application that helps you improve your AI prompts for better results with large language models.
- Prompt Enhancement: Transform basic prompts into detailed, effective instructions
- Prompt Library: Save and organize your enhanced prompts by category
- Local Storage: All your prompts are saved in your browser's local storage
- LM Studio Integration: Connect to LM Studio Server to run your prompts
- Dark/Light Mode: Choose your preferred theme
- Modern UI: Beautiful and responsive interface built with Tailwind CSS 4
- Enter a basic prompt in the left panel
- Click "Enhance Prompt" to transform it into a more detailed instruction
- Save your enhanced prompts to the library
- Organize prompts by category
- Use the settings panel to configure your LM Studio Server connection
This project is built with:
- React
- TypeScript
- Tailwind CSS 4
- Vite
# Clone the repository
git clone https://github.com/YorkieDev/PromptEnhancer.git
# Navigate to the project directory
cd PromptEnhancer/prompt-ui
# Install dependencies
npm install
# Start the development server
npm run dev
# Build the project
npm run build
# Preview the production build
npm run preview
MIT
Contributions, issues, and feature requests are welcome!