This is a submission for
Code
🔗 GitHub Repository: [https://github.com/arfath62/obsession-]
How I Built It
I engineered a full-stack Node.js & React single-page application focused on high performance and extreme resilience:
Editorial Design System: Kept the layout true to print design and neo-brutalist aesthetics—featuring hard geometric lines, deep blacks, spacious negative layouts, raw code readouts, and responsive transitions usingmotion.
Resilient AI Pipeline: Implemented the official Google GenAI SDK (@google/genai) inside an Express.js backend. To safeguard the application from high-demand503 UNAVAILABLEerrors or rate-limiting:
- Configured an active retry protocol using exponential backoffs.
- Built an automated model-fallback waterfall. If
gemini-3.5-flashexperiences transient load, the server seamlessly cascades down togemini-flash-latestand thengemini-3.1-flash-lite, assuring 100% backend uptime.
Structured Outputs: Forced Gemini to spit out structured, schema-validated JSON diagnostics so the client could instantly render progress gauges, witty deconstruction blocks, and formatted procedural steps.
Prize Categories
Best Use of Google AI
I integrated the official @google/genai SDK and established a multi-model fallback waterfall system (gemini-3.5-flash ➡️ gemini-flash-latest ➡️ gemini-3.1-flash-lite) to bypass high-demand unavailability spikes, assuring that developer audits and legal defense generation are always available.
thank you....
SOCIAL SHARE CARD GENERATOR