Core Framework
The core building blocks of Zeno — data, users, UI, and testing.
Database
Database setup with Supabase Postgres and Drizzle
Schemas
Data schemas and validation
Supabase
Framework-aware Supabase clients, middleware, and Storage image loader
Real-time
Real-time data synchronization
Authentication
Drop-in Supabase auth flows via the registry, plus the server-side confirm handler
Authorization
Role-based access control and permissions
Installation
Configure shadcn in your Zeno monorepo and add components with the CLI
UI Primitives
The shadcn Base UI primitives Zeno builds on, and how to add them
Theming
A thin overlay on shadcn theming with easy-to-override color tokens
Animations
Animation and motion utilities
Unit Testing
Unit testing with Vitest
E2E Testing
End-to-end testing based on Playwright