Inbox Zero is an open-source AI personal assistant for email that helps users achieve inbox zero quickly and efficiently. Our platform, which is fully open source, leverages AI to automate email management tasks and help users regain control of their inbox. In this post, I'll explore how we use Tinybird to power both our internal analytics and user-facing dashboards for over 10,000 users.
What is Inbox Zero?
Before diving into the analytics, allow me to quickly introduce Inbox Zero. Our platform serves as an AI email assistant that helps users:
- Process and archive emails efficiently
- Automate email responses
- Manage email workflows intelligently
- Track email processing and AI usage
Being open source, we believe in transparency not just in our code but also in how we handle and present analytics to our users.
Dual-purpose analytics architecture
Our analytics system, built on Tinybird, serves two crucial purposes:
- Internal platform insights and monitoring
- User-facing dashboards and usage tracking
Data collection
The core of our analytics implementation uses the aiCall
data source to track every AI interaction:
This schema enables us to track both system-wide metrics and individual user statistics. You can check out Tinybird's blog post on instrumenting your AI apps for more resources on this.
User-facing analytics
One of the most powerful features of our Tinybird implementation is how it powers our user dashboards. Thanks to Tinybird's exceptional performance, we can provide real-time analytics to our users with minimal latency.
Personal usage dashboard
Users can see:
- Total emails processed by our AI
- Number of emails archived
- Various email actions taken (replies, categorizations, etc.)
- AI usage metrics (especially important for users with their own API keys)
Here's an example of how we query this data:
Usage monitoring for API key users
For users who provide their own API keys, we offer detailed cost and usage tracking:
This transparency helps users monitor their API usage and costs in real-time.
Internal platform insights
While serving user-facing analytics, we simultaneously use the same data structure for internal monitoring:
System-wide metrics
For example, here's how we track overall usage:
Feature adoption tracking
And how we monitor feature adoption, grouping calls and users by label
:
How Tinybird makes this possible
Tinybird's architecture has been crucial in enabling this dual-purpose analytics system:
- Speed: Queries return results in milliseconds, making real-time dashboards possible
- Scalability: Handles both individual user queries and system-wide analytics efficiently
- Flexibility: Same data source serves both internal and user-facing needs
- Real-Time Processing: Updates reflect immediately in both internal and user dashboards
Technical implementation
Our setup process is straightforward using Tinybird's local Docker container:
Benefits of using Tinybird for our analytics
- User Transparency: Users have clear visibility into how they're using the platform
- Resource Optimization: Real-time usage tracking helps users manage API costs
- Unified Analytics: One system serves both internal and external needs
- Performance: Fast query responses enable a smooth user experience
- Scalability: Handles a growing user base without performance degradation
Conclusion
Tinybird has been instrumental in building Inbox Zero's analytics infrastructure. It not only helps us understand how users interact with our platform but also enables us to provide valuable insights directly to our users. The ability to serve both internal and user-facing analytics from the same infrastructure, with exceptional performance, has made Tinybird an invaluable part of our open-source email management platform.
And with Tinybird's recent announcement that you can run the Tinybird Docker container on your own infrastructure for free, it's a perfect matchup for open source Inbox Zero deployments.
Also, if you're building AI features or apps like Inbox Zero, I'd encourage you to check out the LLM Performance Tracker template that Tinybird just released - it's a great starting point for building multi-tenant AI agent analytics features.
Visit Inbox Zero to try out our AI email assistant and see these analytics in action, or check out our GitHub repository to explore how we've implemented this system.