# Kazzle template context

This app was created from the `realtime` template. It already includes React UI, a server process, and realtime database wiring.

Template-owned setup:
- `kazzle.config.ts` declares the UI and server components. Realtime env vars are injected by `app.create`.
- `components/server/index.ts` owns the server process and sync-aware API behavior.
- `components/ui/src/` owns the realtime UI and client logic.
- `components/ui/package.json` and `components/server/package.json` already contain install, build, and check scripts.

Do not rerun `db.connect`, rewrite manifest env refs, or replace realtime setup after `app.create` reports template setup complete. Change template-owned files only when requirements actually change app behavior.
