WarpKit Guide
A comprehensive walkthrough covering everything from first setup to advanced architecture. Follow the chapters in order, or jump to what you need.
Introduction & Philosophy
What WarpKit is, why it exists, and the design principles behind it
Quick Start
Get a WarpKit app running in 5 minutes
State-Based Routing
The core innovation: routes organized by application state
The Navigation Pipeline
How every navigation flows through 10 predictable phases
The Provider System
Pluggable abstractions for browser APIs
Data Fetching & Caching
Config-driven data layer with E-Tag caching
Forms & Validation
Schema-driven forms with deep proxy binding
WebSockets & Real-Time
Type-safe real-time communication
Authentication
Pluggable auth adapter pattern
Testing
Mock providers, assertion helpers, and testing strategies
Architecture & Design Decisions
Why WarpKit is built the way it is