- Authentication and deployment data flow through
AuthProviderandDeploymentModeProvider, which match the contexts documented instarter-kit/lib/auth-context.tsx. - Persistent UI state (theme selection, provisioning bundle) uses cookies instead of third-party stores, mirroring the upstream implementation.
- When you need additional client state, reuse the existing providers or introduce scoped contexts so you stay aligned with the architecture described in
CURRENT_FEATURES.md.
Advanced Topics
State Management
Work with React context and server caches already bundled with the Starter Kit.
The template keeps client-side state light:

