The AI Operations Hub for Service Businesses.
| This repo powers | deck.relaylaunch.com |
| Buyer-facing product | Relay Deck — client dashboard, agent roster, Morning Brief |
| Audience | Business owners, founders, operators |
| Related products | RelayLaunch (website), Relay Pulse (ops engine) |
| Status | Production — Railway (self-hosted; Vercel retired 2026-06) |
| Vocabulary | "Rooms" (not departments), "Specialists" (not agents), "Council Modes" (not formations) |
Note on "Council Modes" vs "formations": Internal codebase uses "formations" for routing, packages, and library naming (
lib/council/formation-*,packages/councilverse-formations,app/(shell)/formation-ops/). Customer-facing copy uses "Council Modes". Both are correct in their lane — seeCLAUDE.mdVocabulary section.
Production SaaS dashboard built by RelayLaunch — veteran-owned, AI-powered operations partner.
- Framework: Next.js 16 (App Router) + React 19
- Styling: Tailwind CSS 4.0
- Database: Supabase (PostgreSQL + Auth + RLS + pgvector)
- Payments: Stripe (subscriptions + one-time products)
- Deployment: Railway (GHCR bridge image
ghcr.io/relay-launch/relay-console:bridge; Vercel retired) - AI: Multi-model council architecture via LiteLLM gateway
| Metric | Count |
|---|---|
| Pages | 112 |
| API Routes | 277 |
| Components | 283 |
| Test Files | 150 |
| Supabase Migrations | 144 |
| Council Modes | 17 |
| Eval Golden Cases | 50 |
| Stripe Products | 8 |
npm ci
npm run dev # localhost:3000
npm run build # production build
npm run test # vitest test suites
npm run lint # eslintapp/
├── (auth)/ # Login, signup, callback
├── (shell)/ # Authenticated dashboard routes
├── api/v1/ # 220+ API routes (billing, council, documents, eval, recovery, etc.)
├── embed/ # Embeddable verdict widget
└── verdict/ # Public verdict display
components/
├── council/ # Multi-agent debate UI
├── dashboard/ # Deal rooms, timelines, briefings
├── verse/ # Analysis tools, red team, synthesis
├── analytics/ # Formation effectiveness, metrics
└── ui/ # Design system primitives
lib/
├── plans.ts # Pricing source of truth
├── council/ # Debate engine, scoring, quality gates
├── ai/ # Webhook dispatcher, model routing
└── supabase/ # Client, server, middleware helpers
- Council Debates — Multi-agent AI analysis with 17 formations and auditable dissent
- Dissent Intelligence — Minority opinion scoring, verdict chain, dissent digest
- Recovery Engine — Client win-back board with approval-first actions
- Eval Pipeline — PGR scoring, 50 golden test cases, regression detection
- Client Pulse — Health scoring, follow-up engine, churn prediction
- Deal Rooms — Upload documents, run analysis, track findings
- Red Team Export — Adversarial vulnerability matrix (PDF)
- Proof Ledger — Cryptographic evidence tracking for AI decisions
- Concierge Audit — Human-in-the-loop expert review escalation
- Shadow Board — Proactive Monte Carlo risk simulation
- Decision Precedent Library — Semantic search over past verdicts (pgvector)
- A2A Protocol Bridge — Agent-to-Agent interoperability at
/api/a2a - Embedded Verdict Widget — Iframe-friendly verdict cards
- Webhook Dispatcher — HMAC-signed event delivery to tenant endpoints
- BYOK Encryption — User-held AES-256-GCM keys for document encryption
| Tier | Price | Billing |
|---|---|---|
| Free Ops Scan | $0 | Instant audit (lead-gen) |
| Starter | $149/mo | Subscription (1 seat, 14-day trial) |
| Pro | $299/mo | Subscription (1 seat, 48-hour trial) |
| Team | $999/mo | Subscription (5 seats) |
| Enterprise | $3,000/mo | Subscription (unlimited) |
| Concierge | $1,500 | One-time |
| Red Team Export | Included in Pro+ | Per-formation |
- relaylaunch-website — Marketing site (Astro 6 + Cloudflare)
- relay-pulse — Deployed AI ops workers (Hono + Cloudflare Workers)
- relay-infra — Docker Compose infrastructure (27 services)
- councilverse — Open-source multi-agent debate framework (npm)
Proprietary. Copyright 2026 RelayLaunch LLC. All rights reserved.