# Termind > Termind tracks web and product events, people, accounts and Stripe revenue, then answers plain-English questions from SQL-calculated analytics with confidence, limitations and evidence references. Termind is a web and product analytics application with on-demand AI analysis. It combines tracked behaviour, identified people and accounts, and Stripe revenue in one workspace. ## What it does - **Web analytics**: page views, unique visitors, sessions, referrers, UTM campaigns, landing pages, and acquisition-source breakdowns. - **Product analytics**: custom events plus SQL-backed funnel, cohort-retention, event-path, event-summary and mapped feature-adoption views. - **Stripe analytics**: imports subscriptions, current MRR and payment events. Revenue matched to a known person or account can appear with that profile. - **Customer profiles**: identified people have combined product-event and matched- revenue timelines. Account pages show members and subscriptions. - **AI analysis**: runs on demand from the Ask screen. The app runs predefined SQL analytics before calling Gemini; answers show confidence, limitations and evidence references. ## Installation One script tag. No package, no build step: That alone produces page views, referrers, campaigns and landing pages. Optionally connect behaviour to real users: termind.identify(userId, { email, plan }); termind.group(accountId, { name, seats }); termind.track("project_created"); ## How it differs - Metric values are computed deterministically in Postgres, never generated by a model. - Reference identifiers that are not present in the evidence pack are removed before display. - The model is instructed to distinguish correlation from causation and to state alternatives and limitations. - Ask currently receives overview, source, signup-funnel, weekly-retention, mapped- feature-adoption, top-event and total-revenue evidence. ## Privacy - The application runs in Dublin and the database is hosted in Ireland. - No cross-site tracking and no third-party advertising cookies. - The automatic tracker does not read form fields or record session replays. - Batch ingestion removes a fixed set of exact top-level credential and payment keys, and configured sensitive URL parameters. - Do Not Track can be respected when configured. ## Access Sign-up currently does not require a payment card. ## Links - Home: https://www.termind.tech/ - Sign up: https://www.termind.tech/signup