A clean, local-first workspace to send a single prompt to multiple LLMs simultaneously and compare the responses side by side. It aims to eliminate tab bloat and simplify testing different AI models by unifying everything into one clean dashboard.
Features
- Parallel prompt execution across multiple language models.
- Persistent local SQLite database for chat history, prompts, model responses, and state.
- Easy API key and default model management for providers like OpenAI, Gemini, Anthropic, xAI, and DeepSeek.
- Ability to intentionally continue a conversation branch forward from one specific model's response.
- Lightweight stack matching modern standards: Next.js, React, TypeScript, Tailwind CSS, and Prisma.