A simple Node.js application that lets you ask questions to multiple LLM providers in one place — including OpenAI (ChatGPT), Claude, Gemini, and Grok.
This project was inspired by https://polygpt.io/, but built to run locally with your own API keys for full control and privacy.
- Query multiple AI models from a single interface
- Interactive API key setup (no manual
.envediting) - Runs entirely locally
- Lightweight and simple Node.js setup
- Easy to extend with more providers
- OpenAI (ChatGPT)
- Anthropic (Claude)
- Google (Gemini)
- xAI (Grok)
git clone https://github.com/hraw297/polyai.git
cd polyainpm installnode run devWhen you start the app for the first time:
- You will be prompted to enter your API keys directly in the UI
- The app will automatically generate and store them for future use
- No manual
.envsetup required
Once running, the app will:
- Prompt you for a question
- Send the query to all configured providers
- Return responses from each model
This makes it easy to compare outputs across different LLMs in real time.
Feel free to open issues or submit PRs to improve the project.
MIT License