
Nietzsche in a Madhouse
This is a submission for the DEV April Fools Challenge What I Built Nietzsche in a Madhouse — A satirical "Anti-Productivity" AI agent. While most AIs try to help you be efficient, this one uses the full arsenal of Western philosophy (nihilism, existentialism, and grandiloquent rhetoric) to argue against your most basic, healthy, and logical life decisions. Want to brush your teeth? It's "bacterial genocide." Want to sleep? It's "surrendering your consciousness to the amorphous void." Demo Live Demo Code GitHub Repository The project is built with Next.js and integrated with the Google Gemini API. The core logic resides in: app/api/argue/route.ts : The philosophical persona prompt and Gemini integration. app/page.tsx : The clean, "Dark Academia" inspired UI and custom Nietzsche SVG illustration. How I Built It Framework: Next.js 16 (App Router) AI Brain: Google Gemini API using the gemini-2.5-flash-lite model. Styling: Vanilla CSS with a focus on premium serif typography and a "Claude-
Continue reading on Dev.to
Opens in a new tab


