Skip to content
Pricing

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.

2 months free
  • Free

    $0forever

    For 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/month

    For 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/month

    For 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 comparison across the Free, Pro and Team plans
FeatureFreeProTeam
Tracked events / month10,0001,000,00010,000,000
Team members3UnlimitedUnlimited
Data retention30 days12 monthsUnlimited
All six chart typesAll six chart types included on FreeAll six chart types included on ProAll six chart types included on Team
Funnels and cohortsFunnels and cohorts not included on FreeFunnels and cohorts included on ProFunnels and cohorts included on Team
Session replaySession replay not included on FreeSession replay included on ProSession replay included on Team
Anomaly alertsAnomaly alerts not included on FreeAnomaly alerts included on ProAnomaly alerts included on Team
Warehouse syncWarehouse sync not included on FreeWarehouse sync not included on ProWarehouse sync included on Team
SAML single sign-onSAML single sign-on not included on FreeSAML single sign-on not included on ProSAML single sign-on included on Team
Audit logAudit log not included on FreeAudit log not included on ProAudit log included on Team
SupportCommunityEmail and chatDedicated Slack
FAQ

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.