Conspiracies are usually dark, but what if they were just... absurd? That's the premise behind ConspirAI , an app that transforms a simple photo of a coffee mug into a "Trans-Dimensional Proxy" used by intergalactic laundry operations. In this post, we'll dive into the technical architecture and the creative prompt engineering that makes this possible. The Core Stack The app is built using React 18 and Vite , chosen for their speed and developer experience. For the visual identity, we went with a "Hacker/Brutalist" aesthetic using Tailwind CSS . A heavy dose of Framer Motion was added to create that cinematic, glitchy feeling of "accessing forbidden data." AI Orchestration: The Gemini Advantage The heart of ConspirAI is Gemini 1.5 Flash . We chose Flash because conspiracy generation needs to be fast and creative. The model handles both the vision task (identifying the object) and the creative writing task (spinning the web of lies). 1. Multi-modal Safety Before we generate a theory, we run a safety check.…