node-app-build 6.4.3

Mini app developer CLI: scaffold, validate, package node-app-* Debian packages
# {{name}}

{{description}}

Scaffolded by [`node-app new --profile bun-fullstack`](https://github.com/econ-v1/node).

Bun TypeScript app **plus** an embedded React + Vite UI. The platform mounts
the `ui/dist` bundle inside a same-origin iframe at
`/api/v2/node-apps/{{name}}/ui/`. The capability handler in `src/index.ts`
remains the only entry point for backend logic.

## Quickstart

```bash
bun install
bun --cwd ui install
node-app dev                 # hot-reload against your local monorepo
node-app audit               # check this app against the blueprint
```

See `AGENTS.md` for the architecture brief and `ui/src/App.tsx` for the
iframe auth handshake.