Roadmap
What we've shipped, what's in progress, and what's coming next. No dates attached — we ship when it's right, not when a deadline says so.
Shipped
Core pageview tracking
Lightweight vanilla snippet + Next.js SDK. No cookies. Session ID lives in sessionStorage only.
Real-time visitor count
Live online count in the dashboard header, refreshed every 30 seconds without a WebSocket dependency.
Traffic overview dashboard
7-day visitor chart, top pages, referrers, country and device breakdown — all server-rendered.
UTM / campaign tracking
Snippet and SDK automatically read utm_* parameters. Campaigns, sources, and mediums surface in a dedicated dashboard panel.
Conversion goals
Path-based goals defined in Settings. Conversion count and rate shown on the Overview dashboard — no tracker changes needed.
First-party proxy support
Re-export the proxy handler from your own Next.js API route so events bypass ad blockers.
Starter plan — A$10/month
Unlimited sites, 500,000 pageviews a month included. Annual billing saves two months. Billed in AUD via Stripe.
CSV data export
Download pages, referrers, or UTM data as RFC 4180-compliant CSV from any dashboard view.
Weekly email summary
Traffic digest delivered every Monday morning — visitors, pageviews, bounce rate, and top 5 pages. Unsubscribe in one click.
Public REST API
Minimal JSON API — stats, top pages, top referrers — behind API tokens you manage in Settings.
MCP server
Query your analytics from Claude, Cursor, Windsurf, ChatGPT, and other AI tools via the Model Context Protocol.
AI coding tool install CLI
npx @antlytics/init detects your framework, OAuth-authenticates, and wires up tracking in 60 seconds.
Framework SDKs
@antlytics/nuxt, @antlytics/svelte, and @antlytics/astro published to npm. Framework-native integrations alongside the existing Next.js SDK.
Webhooks
Signed HTTP POST payloads for daily summaries and pageview thresholds. Verify payloads with HMAC-SHA256. Connect to Zapier, Slack, Make, or any custom endpoint from Settings → Webhooks.
Ingest security controls
Per-site pause, strict-origin allowlist, optional HTTP domain verification, and a server secret for trusted server-side events. All managed from Settings → Security.
Traffic shields
Per-site rules to allow or block recording by IP address, country, path, hostname, or referrer domain. Rules are evaluated before the database write — blocked events return 200 with no insert. Managed in Settings → Shields.
Traffic health signals
Automatic anomaly detection on the dashboard: volume spikes, unexpected drops, and sudden new referrer dominance are surfaced when they occur, with no configuration required.
In progress
Anthropic Connectors Directory listing
Submission in progress. Once approved, Antlytics will appear in Claude's built-in connector list.
ChatGPT App Directory listing
Submission in progress. Allows ChatGPT users to connect Antlytics directly from the ChatGPT interface.
Planned
Google Search Console integration
Surface top queries and click-through rates alongside your pageview data — without leaving the dashboard.
Funnels
Define a sequence of pages and see where visitors drop off. Built on the existing goals and session model.
Team access
Invite teammates to view or manage a site's analytics. Separate seat-based pricing; no shared credentials.
Session replay
Privacy-safe recordings of visitor interactions — masked by default, opt-in per site.
Stripe revenue attribution
Tie converted sessions back to Stripe payments to see which traffic sources drive actual revenue.
More MCP tools
Additional tools based on real usage: device breakdown, country stats, goal completions, and session-level queries.
Missing a feature?
Tell us what would make Antlytics better for you. We read every message.
High-volume analytics infrastructure (planning only)
Antlytics currently runs on Postgres via Supabase. This handles millions of events well. When specific thresholds are hit we will evaluate a migration to an OLAP store (e.g. Tinybird / ClickHouse). The triggers we're watching:
- Stored events exceed ~50 million rows and dashboard query p95 > 2 s
- A single site accounts for > 5 M events and queries begin affecting other tenants
- Real-time aggregation lag exceeds 60 s consistently under normal load
Until those triggers are reached the product keeps shipping.