# Himetrica > Last updated: 2026-08-08 > Web analytics that connects visitor behavior to revenue. Real-time dashboards, revenue attribution, custom events, error tracking, and an API plus MCP server for AI clients. Himetrica is a web analytics platform built for SaaS teams. It tracks the whole journey, from the first page view to the subscription payment, in a single dashboard, so you can see which channels bring paying customers instead of just traffic. ## Key Features - Real-time analytics: live visitor count, active pages, live event stream - Revenue attribution: connect Stripe, LemonSqueezy, AbacatePay, Woovi, RevenueCat, Qonversion, or Shopify, or push your own numbers with the Revenue API - Channel ROI: revenue, ad spend, CAC, LTV, and ROI per marketing channel - Custom event tracking with properties - Visitor profiles with identity merging (anonymous to identified, cross-device via userId) - Behavior tags: lifecycle stage (New, Exploring, Activated, Retained, At Risk, Dormant, Churned) and engagement level (Casual, Active, Power User), scored automatically - System events fired by the platform: $identified, $engagement_changed, $lifecycle_changed, $churned, $first_conversion, $returned - Funnel analysis, user flow (Sankey), and retention cohort heatmaps - Web Vitals monitoring (LCP, INP, CLS, FCP, TTFB) - Error tracking with stack traces, grouping, and manual capture - Brand monitoring: mentions of your brand across forums, social, blogs, and communities - AI Insights and ICP profiling - Scheduled PDF reports - Read API and a hosted MCP server, so Claude, Cursor, or ChatGPT can query your analytics in natural language - Customizable drag-and-drop dashboard ## Installation Add one script tag to any website: ```html ``` Optional companion scripts: `vitals.js` for Web Vitals and `errors.js` for error tracking. Also available as: - NPM package `@himetrica/tracker-js` for React, Next.js, and any bundler - Native Android SDK (Kotlin, Jetpack Compose) - Native Swift SDK for iOS and macOS - React Native SDK ## Pricing Signup starts a free trial with a card. MVP gets 60 days, Starter and Pro get 30 days. Business and Scale subscribe directly. Annual billing is 15% off. USD and BRL are both supported. | Plan | USD/mo | BRL/mo | Page views/mo | Events/mo | Projects | Members | Detailed data | |------|--------|--------|---------------|-----------|----------|---------|---------------| | MVP | $5 | R$19 | 10k | 50k | 1 | 1 | 6 months | | Starter | $12 | R$49 | 200k | 1M | 5 | 3 | 6 months | | Pro | $29 | R$119 | 500k | 2.5M | 10 | 8 | 6 months | | Business | $79 | R$329 | 2M | 10M | 20 | Unlimited | 1 year | | Scale | $199 | R$799 | 10M | 50M | 100 | Unlimited | 1 year | Projects on HiData, the current high-performance engine used by every new project, get higher included volume at the same price: 3x on Starter, 5x on Pro and Business, 10x on Scale. Beyond the included volume, Starter and up bill overage per 10k page views and per 10k events, at a rate that drops as the plan goes up. MVP has no overage: the limit is a hard wall. Free is not a signup option. It is the fallback state for a trial that expired without converting: ingest keeps running inside free quotas (30k page views, 150k events, 3 projects, 2 months of detailed data) and the dashboard stays locked until the org subscribes. ## Target Audience Bootstrapped SaaS founders, indie developers, and small product teams who want to know which marketing channels bring paying customers, not just traffic. ## How It Differs From Alternatives Unlike Google Analytics or Amplitude, Himetrica installs with one line of code and needs no dedicated analyst. Unlike Plausible or Fathom, it goes past pageview counts and connects analytics to payment data, so you get revenue per channel, customer lifetime value, and churn patterns in the same product. ## APIs All APIs share the base URL `https://app.himetrica.com/api/v1` and authenticate with a secret key (`hm_sk_...`), which is separate from the public API key used by the browser tracker. API and MCP access is included on MVP and every plan above it. - Read API: GET endpoints for analytics, pages, sources, locations, events, revenue, and channel ROI. https://www.himetrica.com/docs/read-api - Server API: `GET /user-id`, `POST /track`, `POST /identify` for server-side tracking. https://www.himetrica.com/docs/server-api - Revenue API: customers, charges, subscriptions, and a batch endpoint for pushing revenue from any payment provider. https://www.himetrica.com/docs/revenue-api - MCP server: `https://app.himetrica.com/api/v1/mcp`, works with Claude Desktop, Claude Code, Claude.ai, ChatGPT, Cursor, and Codex CLI. https://www.himetrica.com/docs/mcp - Rate limits: https://www.himetrica.com/docs/rate-limits ## Links - Website: https://www.himetrica.com - Pricing: https://www.himetrica.com/pricing - Documentation: https://www.himetrica.com/docs - About: https://www.himetrica.com/about - Changelog: https://himetrica.shipchanges.com/ - Comparisons: https://www.himetrica.com/compare - Alternatives: https://www.himetrica.com/alternatives - Features: https://www.himetrica.com/features/analytics - Blog: https://blog.himetrica.com - NPM: https://www.npmjs.com/package/@himetrica/tracker-js - Full documentation for LLMs: https://www.himetrica.com/llms-full.txt - Server API reference for LLMs: https://www.himetrica.com/llms-server-api.txt