Decorative spotlight
DATABUDDYCHANGELOG

What's new in Databuddy

All the latest features, improvements, and fixes shipped to Databuddy, straight from the team.

Databuddy changelog for March 9-16, 2026

This week brought improvements to the analytics dashboard and website experience. We added a fully-featured changelog page integrated with Notra, unified the navbar across the docs and main site to reduce confusion, and fixed several bugs affecting chart display and API reliability. Under the hood, we cleaned up logging and made the API more resilient to edge cases.

Highlights

Changelog page with Notra integration

Added a changelog page to the website with a split-view layout that fetches posts from the Notra REST API. The page now lives on both the main site and docs, with a linked 'Powered by Notra' badge. (Author: @mezotv)

Unified navbar for consistency

Simplified and unified the navbar between the main site and documentation, removing the old inconsistent navigation that moved around. (Author: @mezotv)

AI agent chart generation fixed

Fixed errors in AI-powered chart generation and corrected chart display issues that were preventing insights from rendering properly. (Author: @izadoesdev)

More Updates

Features & Enhancements

  • Changelog page to landing page #342 - Integrated Notra API to power changelog posts with a polished split-view interface, added changelog navigation links, and upgraded Next.js to ^16.1.6. (Author: @mezotv)

Bug Fixes

  • Use same navbar for docs and main #343 - Removed scattered navbar logic and unified the navigation between docs and main site to fix inconsistencies. (Author: @mezotv)
  • AI agent charts and generation error - Fixed chart generation errors in the AI insights engine that were blocking users from viewing insights. (Author: @izadoesdev)
  • Tool displays - Fixed display rendering for analytics tools. (Author: @izadoesdev)
  • Tablet categorization - Corrected device categorization logic for tablet detection. (Author: @izadoesdev)

Infrastructure

  • Logger cleanup and API resilience - Cleaned up logger implementation and made the API more resilient with better output handling for edge cases. (Author: @izadoesdev)
  • Improved context for insights engine - Enhanced annotation context passed to the insights engine for more accurate analysis. (Author: @izadoesdev)

Databuddy changelog: March 6-13, 2026

This week brought several reliability improvements to the analytics dashboard, including a critical fix for event charts that were silently truncating data when tracking many event types. We also improved device categorization, solidified error handling for API key scopes, and refined the insights engine context for more useful recommendations. If you're tracking multiple custom events or debugging device tracking, these changes will make a difference.

Highlights

Fixed events trend chart cutting off with many event types

The custom events trends query was silently limiting results to roughly 11 days when tracking 14+ event types. The query default limit was 100 rows; with ~14 event types over 30 days, this truncated the entire dataset. Bumped to 5000 and fixed org-level filtering to show accurate trending data.

Improved error handling for API key scopes

Cleaned up MCP protocol integration issues and clarified error messaging when API keys lack required permissions. Better defaults on scope requests mean fewer cryptic auth failures.

Better loading state feedback

Improved visual feedback during data fetches so users know the dashboard is working when requests take time.

Fixed device categorization for tablets

Tablet detection was miscategorizing some devices. Now correctly identifies tablets separately from phones and desktops.

Sharper insights engine context

Refactored event page context and consolidated tooltip utilities to give the insights engine better information for generating relevant recommendations.

More Updates

Bug Fixes

  • Unstack chart visualization - Fixed stacked chart layout issue affecting readability.
  • Org-level query filtering - Corrected WHERE clause for org-specific dashboard queries to respect organization boundaries.

Features & Enhancements

  • Consolidated chart utilities - Unified tooltip and context handling across event dashboards to reduce duplication.
  • Removed experimental LLM analytics tracking - Cleaned up temporary analytics module pending future redesign.

Internal Changes

  • Dead code cleanup - Removed obsolete event dashboard code paths.
  • UI refinements - Visual tweaks to gradient fills and background patterns across dashboard views.