AI-Powered Event Management Platform
Automated 80% of manual event coordination, cutting team response time from hours to minutes.
The Problem
Event management companies drown in emails, manual booking, and scattered spreadsheets. Staff spend hours triaging requests, copying data between systems, and chasing approvals. The work is repetitive but requires judgment that simple automation can't handle.
The Solution
An AI-powered platform where emails are ingested, classified by intent, turned into tasks, and routed through human-in-the-loop approval workflows. The AI proposes actions; humans review and approve with one click. Approved actions trigger real integrations: calendar bookings, Stripe invoices, CRM updates.
System Architecture
Key Technical Decisions
LLM calls, entity extraction, and workflow triggers run on Deno-based edge functions. Fast cold starts, built-in auth, and direct database access.
Kept vector search inside Postgres to avoid another service dependency. Simpler ops, single source of truth, good enough performance for our scale.
JSON/YAML workflow definitions instead of hardcoded logic. Non-engineers can modify workflows. Supports conditionals, parallel execution, and human review gates.
Results