I built a SaaS analytics tool because I got tired of GA4
GA4 + Stripe unified dashboard, but PostHog and Mixpanel already own this space.

Langfuse/Helicone angle—LLM-as-judge quality scoring—but no live product or differentiation yet.
AI product managers, AI app builders, LLM platform teams optimizing user experience
Langfuse · Helicone · Lunary
I built a demo of this. It ingests AI conversations and runs 3 workers (GPT-4o-mini): intent classifier, quality scorer (LLM-as-judge), and task completion detector. Results show up in a dashboard designed for PMs, not engineers.
Stack: Python SDK (zero deps, async) → FastAPI → Supabase → GPT-4o-mini workers → Next.js dashboard.
Demo with sample data (not live product, validating the concept): https://dashboard-xi-taupe-75.vercel.app
The sample data models an AI app builder. Interesting patterns: scaffolding works great (78% success), but API integrations fail 75% of the time, and users who enter bug-fix loops almost always churn.
Key design question: is the "insights layer" (auto-generated recommendations, revenue-at-risk estimates, root cause identification) valuable enough to differentiate from Langfuse/Helicone adding product analytics to their existing tracing tools?
Looking for honest feedback, especially from AI product builders.
GA4 + Stripe unified dashboard, but PostHog and Mixpanel already own this space.
Tracks conversations over time and surfaces intent (questions, complaints, competitor mentions) rather than one-off keyword hits, which is the right mental model for hunting leads. The rule-checker and in-browser AI composer are smart UX moves — helping you avoid ban-happy mods while giving ready-to-post suggestions. It isn't reinventing social listening, but those subreddit-aware touches make it actually usable for Reddit outreach if the detection and moderation logic hold up.
Agent analytics in minutes, but metrics dashboards for LLM apps are crowded (Helicone, Langtrace, LangSmith).
AI-synthesized product tracker for equity research, but extraction quality unverified.
PostHog for MCP—but MCP adoption is still embryonic and schema may break.
Direct ~/.claude/ parsing with session replay beats generic AI usage trackers.