Starter app ยท Packed package boundary

Web consumer

Vite + react-native-web consumer with a real production build and browser interaction coverage.

Repository-local run path

Build BeeUI packages first, then run the isolated consumer.

pnpm build
cd examples/web-consumer
bash setup.sh
npm run build

What it proves

No monorepo shortcut.

The starter installs/builds through the intended package or source-ownership boundary instead of silently resolving private workspace internals.

Distribution truth

Still unpublished.

Public npm/CLI distribution is not implied. Repository examples use packed package artifacts or committed source ownership until the owner-gated publication step occurs.