A unified public platform for five concurrent summits in Buenos Aires, built for Party Action People under a compressed September to November 2025 delivery window.
Event platform architecture
flowchart TD
Sessionboard[Sessionboard] --> API[Content ingestion / API layer]
API --> Data[Normalized event data]
Data --> Components[Shared Next.js components]
Components --> Summits[Summit-specific pages]
Components --> Agenda[Agenda, speaker and session views]
Ticketing[Ticketing platform] --> CTA[External ticket CTA]
Conference software for EthCC operations at serious scale: 1,200 applications, 6,500 attendees, 400+ speakers and a 30-person team coordinating content, schedules and publishing.
Multi-event evolution
flowchart TD
A[Single event] --> B[Multiple events]
B --> C[Teams]
C --> D[Organizations]
D --> E[Permissions]
E --> F[Reusable platform]
A workflow for keeping humans in the loop when AI output needs judgment, accountability and review before it reaches production use.
Human validation loop
sequenceDiagram
participant AI as AI Draft
participant Queue as Validation Queue
participant Human as Reviewer
participant Product as Production System
AI->>Queue: Submit draft with context
Queue->>Human: Assign review
Human->>Queue: Accept, revise, or reject
Queue->>Product: Publish approved work