I Built This! How Inbox Zero uses Tinybird for real-time analytics Here's how we use Tinybird at Inbox Zero to power both our own internal product analytics and user-facing, real-time dashboards.
I Built This! We made an open source LLM Performance Tracker You can't just build AI features, you have to operate them in production, which means observability. Here's an open source tool to watch your LLMs in real-time.
I Built This! Real-time inventory management with lambda architecture Learn how to use Tinybird to build a lambda architecture for real-time inventory, unifying batch and real-time workflows in a single platform.
I Built This! Vibe code tools, not toys. How I vibe coded an internal anomaly detection system that had previously taken me months to build and deploy.
I Built This! The simplest way to count 100 billion unique IDs: Part 1 How to build a simpler, real-time version of Reddit's complex system for counting unique IDs, involving Kafka, Redis, and Cassandra.
I Built This! You built a Datadog alternative. Now scale it. I bootstrapped a logs explorer, but I knew it wouldn't scale. Here's how I optimized the data pipeline for billions of logs and thousands of users.
I Built This! Build a Datadog alternative in 5 minutes I built an open source template that you can use to have a free, simple Datadog alternative in about 5 minutes. Here was my process for building it.
I Built This! Build a data-intensive Next.js app with Tinybird and Cursor Building a Next.js app is easy. Setting up infra to handle millions of logs isn't. Here's how I built a data-intensive Next app with Tinybird and Cursor.
I Built This! Analyzing the Dub.co analytics playbook Dub is an archetype of the successful modern SaaS. Learn from their success and model their approach to analytics.
I Built This! Logging 150M+ link clicks: How Dub built its webhook Event Logs Dub recently released real-time webhooks. Dig into the code to learn how they store and surface event logs for millions of webhook events.
I Built This! Building a Resend analytics dashboard Resend is a developer platform for sending transactional and marketing emails. If you don’t do much with email, well done, you’ve won in life. But if you do, Resend is probably going to save you a bunch of headaches. Once you’re set up to send with Resend,
I Built This! Featured I rebuilt the Auth0 Activity Page with webhooks and Tinybird If you know, you grow. I rebuilt the Auth0 activity page with added features so I can learn more about my user growth.
I Built This! Featured How fast do you ship? Measure your deployment velocity with Vercel and Tinybird Learn how to use Vercel webhooks, Tinybird, and Next.js to build a simple app that tracks your deployment velocity.
I Built This! Featured How to analyze usage from your MCP Server Since Anthropic launched Model Context Protocol (MCP), thousands of developers have built MCP Servers to connect Claude AI to their unique contexts. Here's how to monitor your MCP Servers for errors and analyze usage with standard logging handlers, Tinybird, and Grafana.
I Built This! Building an Insights page for your SaaS: from idea to production I've helped so many people add an Insights page or dashboard to their app. Here are the steps to take your user-facing analytics from idea to prod.
I Built This! Building real-time leaderboards with Tinybird Leaderboards aren’t just for games. In this post, you’ll learn how and why leaderboards can help you drive engagement in your app and how to build your first one quickly with Tinybird.
I Built This! 8 example projects to master real-time data engineering Looking to hone your real-time data engineering skills? Here are 8 end-to-end projects (with code) to help you learn and advance.
I Built This! Using Tinybird for real-time marketing at Tinybird Here's how we use Tinybird to drive the growth of Tinybird.
I Built This! Build a real-time dashboard in Python with Tinybird and Dash Want to build a real-time dashboard with Python? Here's a step-by-step guide with included code that shows you how.
I Built This! Build a real-time dashboard over BigQuery Struggling with slow or expensive dashboards over BigQuery data? Follow this tutorial to quickly build a real-time dashboard over BigQuery tables.
I Built This! How to query Google Sheets with SQL in real time Want to access real-time data from Google Sheets? Follow this tutorial to query your Google Sheets data with a real-time SQL engine.
I Built This! Event sourcing with Kafka: A practical example Learn what event sourcing is, why Kafka works so well for event sourcing patterns, and how to implement event sourcing with Kafka and Tinybird.
I Built This! A step-by-step guide to build a real-time dashboard Want to build faster dashboards? Follow this tutorial to learn how to use Tinybird, Tremor, and Next.js to build fast, responsive dashboards for your application.
I Built This! A practical guide to real-time CDC with MongoDB A step-by-step guide to setting up Change Data Capture (CDC) with MongoDB Atlas, Confluent Cloud, and Tinybird.
I Built This! Data-driven CI pipeline monitoring with pytest Recently, we cut our CI pipeline execution time in half. To consummate our work, we've officially published the pytest plugin that made it possible, so you can use it, too.