The template keeps client-side state light:Documentation Index
Fetch the complete documentation index at: https://devkit4ai.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
- 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.

