EventOptions Platform · Build reference
Everything currently deployed and every deliverable in the build repository — for the wider team to review, test and reference.
| Surface | URL | Status |
|---|---|---|
| Platform app & admin | api.eventoptions-platform.workers.dev | 200 · Live |
| — Sign in | /login | 200 |
| — Public event page (demo) | /e/demo | Live |
| — Health check | /health | 200 |
| JSON API v1 | /api/v1 | 401 · Key required |
| MCP server Claude | eo-mcp.eventoptions-platform.workers.dev | 9 tools live |
| Design system review | eventoptions-design-review.pages.dev/review/ | 200 |
| On-site offline PWA (spike) | eventoptions-onsite-spike.pages.dev | 200 |
scripts/seed.mjs) — request if needed.Exposes the API as tools so Claude can run the whole journey in natural language — admin config, a delegate registering, and on-site check-in:
| Tool | Role it serves |
|---|---|
list_events · create_event · update_event · get_event | Admin — event setup |
add_question | Admin — registration form |
register_delegate | Delegate — the user journey |
list_delegates | Admin / support |
check_in | On-site / support |
get_reports | Admin — totals |
Status: live over raw JSON-RPC (tested end-to-end). Adding it as a custom connector in Claude web needs OAuth on the server — that's a tracked open item; until then it drives the demo tenant via its API key.
| Item | Reference |
|---|---|
| Git repository | github.com/Event-Options/eventoptions-platform |
| Cloudflare account | e30587b9…519 · Workers + Pages + Hyperdrive |
Worker · api | The platform — public pages, admin, and /api/v1 |
Worker · eo-mcp | MCP server (service-bound to api) |
| Pages · design review | Design system sign-off microsite |
| Pages · onsite spike | Offline check-in PWA de-risk spike |
| Database | Postgres (Neon dev) · row-level security · app_rls least-privilege role · 10 migrations |
docs/| Document | Purpose |
|---|---|
| AUTH-Architecture.md | Identity, roles & MFA design; SEC-04 gap tracker |
| Security-Compliance-Gap-Map | Gap-map answering the blue-chip vendor questionnaires (.md + .docx) |
| BRS-SEC-Addendum.md | Security requirements SEC-01…12 |
| BRS-Change-Assessment.html | Scope-change review vs. baselined BRS |
| Architecture.html / .docx | System architecture |
| Onsite-Offline-Architecture.html | On-site module technology & offline model |
| Feature-Parity-Spec · Build-Breakdown · Code-Inventory | Parity mapping, build plan and code inventory |
| Product-Naming-Options.html / .docx | Product naming one-pager |
| GitHub-Setup-Guide.docx | Repo & contributor onboarding |
design/src/auth/