Discover and explore top open-source AI tools and projects—updated daily.
AI chat playground for comparing LLM outputs
Top 39.7% on SourcePulse
Open-Fiesta is an open-source AI chat playground built with Next.js App Router, designed for users who want to experiment with multiple AI models and providers. It allows users to compare outputs side-by-side, offers web search and image attachment capabilities, and provides a clean, user-friendly interface.
How It Works
The project leverages Next.js 14 with the App Router and Tailwind CSS for its tech stack. It utilizes API routes to normalize responses from various providers, including Gemini and OpenRouter (which aggregates models like DeepSeek R1, Llama 3.3, Mistral, and others). A key design choice is the normalization of API responses and post-processing of specific model outputs (like DeepSeek R1) to enhance readability and consistency across different AI models.
Quick Start & Requirements
npm i
.env.local
file with OPENROUTER_API_KEY
and/or GOOGLE_GENERATIVE_AI_API_KEY
.npm run dev
Highlighted Details
Maintenance & Community
The project welcomes contributions for bug fixes, features, and documentation. Contributions should be made via feature branches from main
, with pull requests including descriptions, screenshots (if applicable), and testing notes. Issue reporting requires clear reproduction steps and environment information.
Licensing & Compatibility
This project is licensed under the MIT License, which generally permits commercial use and linking with closed-source projects.
Limitations & Caveats
The README does not specify any known limitations, alpha status, or significant caveats regarding the project's functionality or stability.
1 day ago
Inactive