# Kazzle template context

This app was created from the `process` template. It is a server-side process app, not a browser UI.

Template-owned setup:
- `kazzle.config.ts` declares one process component.
- `components/process/index.ts` is the process entrypoint.
- `components/process/package.json` already contains start, dev, typecheck, and check scripts.

Keep runtime-only logic in the process entrypoint. Do not add frontend files, browser preview requirements, or database wiring unless the user's requirements need them.
