Explainer site for BWA, local-router, and their agent handoff workflow
https://bwa.dikka.dev
- TypeScript 55.3%
- CSS 41.8%
- Dockerfile 1.6%
- HTML 1.3%
| docs | ||
| src | ||
| .dockerignore | ||
| .gitignore | ||
| Dockerfile | ||
| index.html | ||
| nginx.conf | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| tsconfig.json | ||
| vite.config.ts | ||
Loopback Lab Site
A first-pass marketing/explainer site for three related local-agent tools.
Live at https://bwa.dikka.dev.
- BWA / bespoke-web-artifact — one-file React/TSX artifacts with a CLI runtime and optional submit payloads.
- local-router — loopback-only
.localhostrouting for already-running local servers. - BWA + local-router skill — the safe agent handoff workflow: run BWA on a random port, register a friendly route, optionally wait for structured submit data.
This is intentionally honest marketing: it should explain why the tools matter without pretending they are deployment, public hosting, or finished export infrastructure.
Run locally
pnpm install
pnpm run dev
Or with Vite+ if available:
vp install
vp run dev
Build
pnpm run build
Source notes
The copy is based on docs and skills from:
The open skills install examples use npx skills add because the public vercel-labs/skills CLI documents support for Claude Code, GitHub Copilot, Pi, OpenCode, Codex, Cursor, and many other agents.