A full-stack analytics platform processing 50k+ events per day with real-time dashboards, custom funnel analysis, and automated alerting. Built for indie SaaS founders who need Mixpanel-level insights without the enterprise pricing.
SELECT
event_type,
COUNT(*) AS total,
DATE_TRUNC('day', created_at) AS day
FROM events
WHERE workspace_id = $1
AND created_at > NOW() - INTERVAL '30 days'
GROUP BY 1, 3
ORDER BY 3 DESC;
An end-to-end AI workflow engine that ingests raw content signals, classifies intent with a fine-tuned model, generates structured outputs, and distributes them across multiple channels simultaneously.
Designed and built from the ground up as a living technical system. Headless CMS with real-time preview, edge-cached content delivery, structured metadata, and a clean content pipeline from Sanity Studio to production in under 3 seconds.