Priced per event, not per seat
Because charging for seats is how a company ends up with one login shared by six people, and then nobody knows who changed the dashboard.
Free
$0foreverFor a side project, or for finding out whether the numbers add up.
- 10,000 tracked events / month
- 3 team members
- 30-day data retention
- All six chart types
- Community support
Pro
Most popular$49/monthFor a product team that needs to answer questions the same day.
- 1M tracked events / month
- Unlimited team members
- 12-month data retention
- Funnels, cohorts and session replay
- Anomaly alerts on any metric
- Email and chat support
Team
$149/monthFor several product teams sharing one source of truth.
- 10M tracked events / month
- SAML single sign-on
- Unlimited data retention
- Warehouse sync and raw event export
- Audit log and role-based access
- Dedicated Slack channel
Every feature, side by side
Monthly billing, cancel any time.
| Feature | Free | Pro | Team |
|---|---|---|---|
| Tracked events / month | 10,000 | 1,000,000 | 10,000,000 |
| Team members | 3 | Unlimited | Unlimited |
| Data retention | 30 days | 12 months | Unlimited |
| All six chart types | All six chart types included on Free | All six chart types included on Pro | All six chart types included on Team |
| Funnels and cohorts | Funnels and cohorts not included on Free | Funnels and cohorts included on Pro | Funnels and cohorts included on Team |
| Session replay | Session replay not included on Free | Session replay included on Pro | Session replay included on Team |
| Anomaly alerts | Anomaly alerts not included on Free | Anomaly alerts included on Pro | Anomaly alerts included on Team |
| Warehouse sync | Warehouse sync not included on Free | Warehouse sync not included on Pro | Warehouse sync included on Team |
| SAML single sign-on | SAML single sign-on not included on Free | SAML single sign-on not included on Pro | SAML single sign-on included on Team |
| Audit log | Audit log not included on Free | Audit log not included on Pro | Audit log included on Team |
| Support | Community | Email and chat | Dedicated Slack |
Billing and licensing
What does yearly billing actually save?
Two months. Pro is $49 per month billed monthly and $41 per month billed yearly, and Team is $149 versus $124. The switch above the plans recalculates every price, and the badge is not doing anything clever — twelve months at the yearly rate costs the same as ten at the monthly one.
What happens if we go over the event allowance?
Nothing breaks and nothing is dropped. Events above the plan allowance are metered and billed at the end of the period, and you get an alert at 80 percent so the invoice is never a surprise.
Does this template include charts?
Yes — all six of them, and no chart library is installed. The area, bar, line, pie, progress ring and sparkline charts on this site all come from @the_viveksingh/vivek-ui, which has zero runtime dependencies. They are pure SVG with no measurement step, so they render on the server and appear in the HTML before any JavaScript loads. There is no Recharts, no Chart.js and no D3 in package.json.
Is the dashboard responsive?
Yes, the dashboard as well as the marketing pages. The sidebar collapses to icons and then out of the way, the chart grid reflows on an auto-fit track rather than at fixed breakpoints, and the customers table can collapse each row into a labelled card. Several of those switches are container queries, so a component reflows based on the space it actually has rather than the width of the window.
Can I connect a real backend?
That is the intended next step. Every number on the site comes from typed modules in /data, so swapping them for your own fetch calls is a one-file change per view. The DataTable also has a manual mode with onSortChange, onSearchChange and onPageChange callbacks for server-driven sorting and pagination, and there is no auth to unpick — the Login button simply routes to /dashboard.
Is it free for commercial use?
Yes. Both this template and VivekUI itself are MIT licensed, so you can use them in commercial and client work with no fee and no attribution requirement. The "Built with VivekUI" credit in the footer is removable — a star on the GitHub repository is appreciated instead.