# {{name}}
{{description}}
Scaffolded by [`node-app new --profile native-fullstack`](https://github.com/econ-v1/node).
Native Rust cdylib **plus** an embedded React + Vite UI. The platform loads
the `.so` in-process via `dlopen` and mounts the `ui/dist` bundle inside a
same-origin iframe at `/api/v2/node-apps/{{name}}/ui/`.
## Quickstart
```bash
cargo check
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.