bridge-app Maintainer Brief

This is a compact status snapshot for contributors. The user-facing overview lives in the repository README.

What Works Today

Current Hardening Focus

Useful Commands

export BRIDGE_JWT_SECRET="$(openssl rand -hex 32)"
export BRIDGE_ALLOWED_ORIGINS="http://localhost:5173,http://127.0.0.1:5173"

cd web && npm install && cd ..
make dev
go test ./...
go build -o bin/bridge-server ./cmd/bridge-server

cd web
npm ci
npm run build