A powerful, local-first prompt engineering tool that helps you create, test, and optimize prompts for large language models (LLMs).
- Local-First: All data is stored locally in your browser with no server uploads, ensuring complete privacy and security of your prompts and data.
- Open-Source: Fully open-source codebase that you can review, modify, and contribute to according to your needs.
- Intuitive Playground: Test and debug prompts with an easy-to-use interface that provides real-time results and instant feedback.
- Test Sets: Create and run batch tests with multiple test cases to systematically evaluate prompt performance across different scenarios.
- Multi-Turn Conversation Simulation: Use additional prompts as conversation partners to simulate realistic multi-turn dialogues, helping evaluate prompt performance in dynamic interactions.
- Version Control: Track, manage, and compare different prompt versions with easy rollback capabilities when needed.
Get up and running in minutes:
# Clone the repository
git clone https://github.com/yourusername/prompt-forge.git
# Navigate to the project directory
cd prompt-forge
# Install dependencies
npm install
# Start the development server
npm run devOpen http://localhost:3000 in your browser to start using Prompt Forge.
Contributions are welcome! Feel free to submit issues or pull requests.