# Kazzle template context

This app was created from the `empty` template. It intentionally starts with no components so the app structure can be designed from the user's requirements.

Safe next steps:
- Add components to `kazzle.config.ts` only after choosing the app type.
- Add files that match those components.
- Add `package.json` scripts, including `check`, before calling the app done.

If the user wants a common app shape, prefer a purpose-built template such as `ui`, `process`, `ui-db`, or `realtime` instead of rebuilding that structure manually here.
