Analytics
Usage tracking and metrics built into your database. No third-party scripts.
Know what your users are doing
You should not need to add analytics after launch. The framework tracks the things that matter from the start, and all the data lives in your own database. No third-party scripts loading on your pages, no data leaving your infrastructure.
What is tracked
Build progress is tracked per user, per step. You can see who started, who finished, and where people get stuck. This is useful for improving your product and for showing users how far along they are.
User engagement signals like idea views, reactions, and conversion to purchase are captured automatically. Revenue metrics, purchase tiers, and upgrade rates are all queryable from your database.
Your data, your queries
Because everything is stored in PostgreSQL, you can run whatever analysis you need. The framework includes pre-built aggregation functions for common dashboard views, but you are not locked into a specific analytics tool. Export to a spreadsheet, connect a BI tool, or build custom admin pages. The data is yours.
During the build
The agents set up tracking as part of building features. When a new user flow is created, the relevant events are tracked automatically. You do not bolt analytics on after the fact.