
Step into Synapse Saga, where your mind is the ultimate battleground. This isn't just another puzzle game; it's an intellectual adventure powered by cutting-edge generative AI, designed to challenge not only your logic but the very essence of your creativity and humanity. Forget simple right or wrong answers. In Synapse Saga, every solution you submit is scrutinized by a diverse panel of unique AI judges. Will your wit charm Momo, the Comedian? Will your elegant prose impress Lira, the Poet? Or will your flawless reasoning satisfy Cronos, the Logician? Each judge has a distinct personality and a detailed rubric, scoring you on everything from originality and emotional resonance to practicality and humor. Beyond the panel, the enigmatic Turing Judge analyzes your every word, assigning a 'Humanity Score' to determine if your response was penned by a human or a machine. Can you prove your ingenuity is truly your own? Embark on a quick mental workout in Simple Mode, tackling puzzles of your chosen type and difficulty. For a greater challenge, begin an epic Adventure, progressing through a gauntlet of all puzzle categories to earn a cumulative final score and etch your name onto the global leaderboards. Ready to start your saga?
19 Nov 2025

The project provides a full-stack assistant intended for e-commerce or travel scenarios. The backend is written in FastAPI and exposes several routes. The /agent endpoint relies on language model and search API keys; missing credentials cause a runtime error surfaced to the frontend. The /speech route accepts audio, returning a transcription and a base‑64 MP3 audio URL, with optional translation to English. Another /notify endpoint allows sending SMS messages through Twilio. Additional routes include search and map services implemented in the backend module. The frontend, built with Next.js, communicates with these endpoints and offers interactive components such as a chat box, voice recorder, and a map view. Users can run npm run dev to start the frontend on http://localhost:3000. Suggested results appear as buttons that automatically send follow‑up prompts when clicked, extracting list items from the language-model response if present. A “Color Settings” menu lets users switch themes or set a custom background image. Overall, the application combines a FastAPI backend (handling LLM queries, speech processing, searches, map coordinates, and SMS notifications) with a Next.js frontend that supports interactive chat, audio input, map display, and customizable visual themes.
8 Jul 2025