← Back to case studies

Production work

Opinion Trading Ops Platform

Admin platform for live opinion-trading events — event, topic, and template management with status workflows, draft editing, and cursor-based pagination.

ReactTypeScriptTanStack QueryReact Hook FormZod
Problem
Operations teams needed reliable tooling to run hundreds of concurrent live events with auditable state changes.
My role
Built the platform on the ops dashboard end to end.
Result
Powers operations for 200+ concurrent live events.

Technical decisions

  • Status workflows with bidirectional validation so operators can't put an event into an impossible state.
  • Cursor-based pagination for large event lists instead of offset pagination.

Trade-offs

  • Favored explicit admin workflows over hidden automation so reviewers see context before acting.

Evidence from the build

Event / topic / template management

Status workflows with draft editing

Cursor-based pagination

Dark mode
Back to top