PluralPrompt is an application that allows you to send prompts to multiple AI models simultaneously and compare their responses. It provides a streamlined interface for working with various AI models through the OpenRouter API.
- Send prompts to multiple AI models at once
- Compare responses side-by-side
- View summaries of collective model responses
- Save and review recent prompt history
- Customizable model selection
- Node.js 18+
- npm or yarn
- An OpenRouter API key (get one at openrouter.ai)
-
Clone the repository:
git clone https://github.com/yourusername/plural-prompt.git cd plural-prompt -
Install dependencies:
npm install # or yarn -
Set up environment variables:
cp .env.local.example .env.local
Then edit
.env.localto add your OpenRouter API key. -
Run the development server:
npm run dev # or yarn dev -
Open http://localhost:3772 in your browser.
- Enter your prompt in the text area
- Select the models you'd like to use (you can add multiple)
- Click "Send to Models" to submit your prompt
- View individual model responses and the summary
- Previous prompts are saved in the sidebar for easy reference
This project is licensed under the MIT License - see the LICENSE file for details.
- Built with Next.js and React
- Uses OpenRouter API for model access