Helix is a multi-tenant analytics platform with real-time charts, role-based access, and Stripe billing — for product teams who can't afford to wait six months for "v1".
Helix gives your team real-time insight into the metrics that move the business — without the six-month build-out. Multi-tenant from day one, secured by Supabase RLS, billed by Stripe.
The UI is built with React and Tailwind, so it stays fast and responsive on every device — from a 13" laptop on a flight to a 5.4" phone in line at the coffee shop.
Per-tenant schemas isolated by Supabase RLS. Zero leakage, zero N+1.
Owner, Admin, Member, Viewer. Enforced server-side, audited end-to-end.
Checkout, Portal, webhooks reconciled into a local subscriptions ledger.
Charts subscribe to Postgres changes — no polling, no stale numbers.
SSR on the edge, sub-200ms anywhere your customers actually live.
Built on tRPC, shadcn/ui, and Drizzle — patterns the team already knows.
Yes, the entire dashboard is built with a mobile-first approach using Tailwind CSS — every chart, table and modal collapses gracefully down to 320px.
PostgreSQL hosted on Supabase, with row-level security enforcing tenant isolation and read replicas for high availability.
Stripe Checkout for first-touch conversion, Customer Portal for self-serve management, and webhooks reconciled into a local subscriptions ledger.
RBAC with four roles (Owner, Admin, Member, Viewer). Permissions are enforced server-side via Supabase RLS policies, never just in the UI.