Good tidings
from production.
Your app POSTs events. Tidings turns them into news you can read — a live feed, user histories, and dashboards without the ceremony.
Ingest
One POST request. That's the whole integration.
No SDK to vendor, no schema to negotiate. Send a name and a distinct_id from any language that speaks HTTP, add properties when you need them, and the news starts arriving.
- Authenticate with a per-project API key
- Attach arbitrary JSON properties to any event
- Events appear in the explorer within seconds
$ curl -X POST $TIDINGS_API/api/v1/events/ \
-H 'Content-Type: application/json' \
-H 'X-API-Key: ...' \
-d '{"name":"checkout_completed","distinct_id":"user_42"}'
{"accepted": 1}The day's news from your product
What happened, who did it, and how often — everything downstream of that POST is built for reading, not configuring.
A live wire of events
Events stream into the explorer the moment they arrive. Filter by name, property, or user and watch releases land in real time.
Understand your users
Every event carries a distinct_id, so profiles assemble themselves. Open any user and read their full history, first touch to last.
Dashboards without the ritual
Pin the counts and trends your team actually checks. A dashboard here is a page of answers, not a quarterly BI project.
Pricing
Simple plans, still settling
Tidings is in beta and free to use today. The plans below are where we're headed — early users keep generous limits.
Free
Everything you need to instrument a side project or an MVP.
- 100k events / month
- 1 project, 3 seats
- 30-day event retention
- Live event explorer
Pro
For teams shipping weekly who want history and headroom.
- 5M events / month
- Unlimited projects and seats
- 12-month retention
- Dashboards and saved views
- Priority support
Free while in beta — Pro pricing lands later.
Enterprise
Self-hosting, SSO, and contracts your security team will sign.
- Unlimited volume
- Self-hosted or dedicated cloud
- SSO / SAML
- Custom retention and SLAs