Introduction
Tindra is focused, fast error tracking and performance monitoring built for small and medium teams. One Go binary, one Postgres database. Genuinely self-hostable in under a minute.
What Tindra does
Tindra captures errors and performance traces from your applications and gives you a clean, fast interface to triage and understand them.
- Error tracking: stacktraces, breadcrumbs, release tags, user context
- Performance monitoring: transaction traces, slow queries, span timelines
- Alerting: email, Slack, Discord, and webhook notifications when error rates spike
- Sentry SDK compatible: use existing Sentry SDKs with zero code changes
How it works
Your application sends events to Tindra using any Sentry-compatible SDK. Tindra stores them in Postgres and makes them immediately searchable in the dashboard.
App → Sentry SDK → Tindra → Postgres
No message queue required. No separate worker processes. No 50-container stack.
Deployment modes
Managed hosting
Sign up, choose a hostname, and your dedicated instance is live in a few minutes. All data stays in the EU. Your instance runs in its own container with its own Postgres database, never shared with other customers.
Self-hosting
Deploy anywhere that runs Docker. The entire application is a single Go binary backed by one Postgres database.
docker compose up -d
See the Self-Hosting guide for a complete example.
License
Tindra is released under the Elastic License v3. Free to use for everyone. The one restriction: you can't offer Tindra itself as a hosted service to others without a commercial agreement with Blendbyte GmbH.
Next steps
- Quick Start: send your first event in under five minutes
- Self-Hosting: deploy on your own infrastructure
- SDK guides: framework-specific setup instructions