A Latino-focused LLM Council
Vecinos is a full-stack AI application that brings together multiple large language models into a council-style conversation interface, designed with the Latino community in mind. Users pose questions or topics, and multiple LLMs respond in parallel, offering diverse perspectives that can be compared side by side.
The application is built with a FastAPI backend that asynchronously queries multiple models through the OpenRouter API, and a React + Vite frontend that renders rich markdown responses in real time. Conversations are persisted as JSON files, making the system lightweight and easy to deploy without a database.