Pricing
Start free. Upgrade when your team is ready to unlock identity stitching, full attribution, and unlimited experiments.
Starter
For solo PMs and small teams getting started with structured experimentation.
Pro
For product teams running continuous experimentation with full attribution.
Team
For larger product orgs with multiple teams shipping experiments in parallel.
Enterprise
Custom volume, SSO, SAML, RBAC, dedicated support, SLA, and HIPAA eligibility. Bring your own data warehouse.
What counts as an event?
An event is any call to POST /api/events: either an exposure (a user sees a variant) or a conversion (a user completes a goal). Identity calls (POST /api/identify) are free and don't count toward your limit.
What happens if I exceed my event limit?
Events above your plan limit are queued and held for 24 hours. If you upgrade within that window, they're processed normally. If not, they're dropped. You'll receive an email warning at 80% and 100% of your limit.
Can I use Tamda without GitHub?
Yes. GitHub PR generation is optional. You can use Tamda purely for event tracking, identity resolution, and AI analysis; your team applies the code changes manually.
How does identity stitching work on Starter?
Identity stitching (POST /api/identify) is available on all plans. However, on Starter, cross-session attribution in experiment results is limited to a 7-day look-back window. Pro and above have full cross-session resolution.
Is there a self-hosted option?
Not today, Tamda is hosted-only right now. Self-hosting is something we'd consider if it's a real blocker for your team, reach out and tell us what you need.
What statistical methods does Tamda use?
Two-proportion z-test at 95% confidence (α = 0.05) by default, with support for one-tailed tests on directional hypotheses. Sequential testing (SPRT) for continuous monitoring is on the roadmap for Team and above.