Full-Stack Architecture Blueprint

An interactive layout of the ZenPlan technical stack showing connections from the frontend to the AWS Database.

Interactive Deployment Flow

Click boxes to view components specs
Logical Router LayerSelected Node Specification

Dynamic DB Dispatcher (db.ts)

TypeScript Runtime Inspection

A smart wrapper client that inspects environment variables on compile/load. It dynamically selects the active database provider.

Key Highlights

No-configuration local fallback to file storage for developers
Auto-transition to cloud mode: triggers when AWS_ACCESS_KEY_ID is detected
Maintains a unified API interface regardless of active provider
Dual-mode compatibility ensures flawless local developer offline sandbox environments.