Skip to content
View Vitrus-Dev's full-sized avatar

Block or report Vitrus-Dev

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Vitrus-Dev/README.md

Vitrus

Analytics for the AI agent era.

Cookie-free web analytics where every number carries the query that produced it.

vitrus.dev · Docs · Source


Two things broke in web analytics at the same time.

Measurement broke. AI assistants send real visitors, and most analytics tools file roughly 70% of them as "direct" because those assistants attach no campaign tag. Meanwhile AI crawlers read your pages every day, and most tools either discard that or count it as people.

Trust broke. Analytics products now write summaries. A sentence like "conversion fell 12% because of the theme release" makes two claims you cannot check: a number the model may have computed itself, and a cause it cannot possibly know.

What we build

vitrus — the open-source core. Apache-2.0, zero runtime dependencies, an embedded database, and a 2.4 KB tracker.

  • Every metric travels as { id, sql, params, window, value }. Click a number, read the query that produced it.
  • Numbers are computed by deterministic SQL. The optional AI layer may rephrase them and may not invent them — a numeric guard drops any sentence it cannot support.
  • AI referrals and AI crawlers are separate channels, never summed.
  • No cookies, no stored identifier, no consent banner. Do Not Track is honoured by default.

Deliberately absent: session replay and ad-platform attribution.

Getting started

bun install -g @vitrus/cli
vitrus init && vitrus site add "My site" example.com && vitrus start

Or use the hosted version at app.vitrus.dev — the same engine, with no feature held back from the open source build.

Popular repositories Loading

  1. vitrus vitrus Public

    Analytics for the AI agent era — cookie-free, open source, and every number carries the query that produced it.

    TypeScript 3

  2. Vitrus-Dev Vitrus-Dev Public

    Vitrus profile