Capture every user action with a single HTTP call. Stream events into ClickHouse. Explore real-time captures and trends in seconds.
$ curl -X POST 'https://analas.app/api/capture' -H 'Authorization: Bearer ana_live_xK9mNp' -H 'Content-Type: application/json' -d '{ "event": "purchase_completed", "properties": { "amount": 99, "plan": "pro" } '}
{"plan":"free","source":"google"}{"amount":99,"currency":"USD"}{"path":"/pricing","referrer":"twitter"}{"feature":"insights","workspace":"acme"}How it works
No infrastructure to manage. No SDK to install. Just sign up and start capturing.
Sign up in seconds. Your first workspace is created automatically with a unique tenant ID and isolated ClickHouse partition.
Head to Settings and create your first API key. It's shown once in full — copy it to start sending events right away.
POST events from anywhere — your frontend, server, or cron jobs. Watch them appear in Captures and analyze in Insights.
No SDK, no install — a plain HTTP POST is all it takes.
curl -X POST 'https://your-app.com/api/capture' \
-H 'Authorization: Bearer <your-api-key>' \
-H 'Content-Type: application/json' \
-d '{
"event": "user_signed_up",
"properties": {
"plan": "free",
"source": "google_ads",
"country": "US"
}
}'await fetch('/api/capture', {
method: 'POST',
headers: {
'Authorization': 'Bearer <your-api-key>',
'Content-Type': 'application/json',
},
body: JSON.stringify({
event: 'user_signed_up',
properties: {
plan: 'free',
source: 'google_ads',
},
}),
});Features
Built for developers who need real answers about their users, fast.
Every event is written to ClickHouse in milliseconds and visible on your Captures page immediately — no polling lag.
Create multiple API keys per workspace. Revoke any key instantly from Settings without touching your infrastructure.
See top events, daily series, and breakdowns powered by ClickHouse columnar queries — fast even over millions of rows.
Record and replay user sessions frame-by-frame. Locate user friction, analyze console errors, and watch real customer behavior natively.
Each workspace gets a unique tenant UUID. ClickHouse partitions events per tenant — your data never bleeds across accounts.
Any language, any runtime. If it can send an HTTP POST it can send to ANALAS. No npm install, no vendor lock-in.
Built on ClickHouse, the fastest OLAP database on the planet. Handles billions of events without breaking a sweat.
See what your users see.
Understand user drop-offs and reproduce hard-to-find client bugs. Capture clicks, typing, scrolls, and DOM mutations in real time, and replay them in a beautiful player directly inside ANALAS.
Reconstructs HTML/CSS events dynamically instead of recording heavy video streams.
Automatically redacts inputs and supports strict full-text masking by default.
Inspect exact navigation logs, clicks, and page interactions on a visual timeline.
All replay streams are compressed client-side, reducing server bandwidth and S3 costs to near zero.
Pricing
The basic usage is free for now. Advanced tiers are now available.
For indie devs and side projects.
For growing startups needing deeper analytics.
For active apps needing high volume tracking.
For teams with serious scale.
Your first workspace and API key are ready the moment you sign up. No credit card required.