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%
Find a file
2026-06-01 15:26:25 +02:00
docs Initial BWA and local-router explainer site 2026-06-01 14:36:24 +02:00
src Initial BWA and local-router explainer site 2026-06-01 14:36:24 +02:00
.dockerignore Add Coolify Docker deployment 2026-06-01 15:16:55 +02:00
.gitignore Initial BWA and local-router explainer site 2026-06-01 14:36:24 +02:00
Dockerfile Add Coolify Docker deployment 2026-06-01 15:16:55 +02:00
index.html Initial BWA and local-router explainer site 2026-06-01 14:36:24 +02:00
nginx.conf Add Coolify Docker deployment 2026-06-01 15:16:55 +02:00
package.json Initial BWA and local-router explainer site 2026-06-01 14:36:24 +02:00
pnpm-lock.yaml Initial BWA and local-router explainer site 2026-06-01 14:36:24 +02:00
README.md Link deployed site from README 2026-06-01 15:26:25 +02:00
tsconfig.json Initial BWA and local-router explainer site 2026-06-01 14:36:24 +02:00
vite.config.ts Initial BWA and local-router explainer site 2026-06-01 14:36:24 +02:00

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 .localhost routing 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.