System architecture
Subscriber & Waitlist Analytics Architecture
- 01list-health metrics with the
An analytics board for the newsletter/waitlist audience — net subscriber growth, new vs unsubscribed per period, source of signups, and confirmatio...
- 02SQL over subscribers for
Write SQL over subscribers for daily/weekly new and removed counts, a running net total, and active-rate (confirmed-or-active / total), using subscribed_at and status.
- 03Supabase Postgres
Supabase Postgres contributes the trusted model for Subscriber & Waitlist Analytics so metrics are defined before they are visualized.
- 04subscribers table
Build a board (server component) with a net-growth line, a new-vs-removed bar, and a source breakdown; default to a rolling window with a selector.
- 05Review Queue
If unsubscribe/bounce status isn't captured cleanly, report gross signups and source split with a clear 'churn not yet tracked' note, and add statu...
- 06Dashboard Action
Honest list health at a glance — net growth net of churn, where signups come from, and how many actually confirm — so the audience number reflects...