Project Obsidian

Engineering Autopsy

Client: Kriiiva Architecture TeamTimeline: Internal R&D

Project Obsidian was conceived out of strict architectural necessity. Monolithic e-commerce platforms were fundamentally failing to deliver the performance required for modern high-volume flash sales. We faced a critical challenge: architecting a headless catalog capable of serving sub-100ms responses to users globally, without crumbling under immense traffic spikes.

We completely abandoned traditional monolithic architecture in favor of a highly decentralized edge computing model. By aggressively pairing Next.js with Redis Edge Caching, we pre-computed and distributed the entire product graph to CDN edge nodes worldwide. This execution meant the origin database was almost entirely insulated from front-end traffic.

The result is a headless commerce architecture that operates with brutal efficiency. Even during peak traffic bursts exceeding 100k concurrent users, the system maintains a perfect 100/100 Core Web Vitals score. Project Obsidian stands as a testament to the power of edge-native engineering.