Product updates
Release notes and improvements to MergeMeter. Check back here for what's new.
PreMVP
MergeMeter is approaching a point where the core product is functional enough to begin sharing publicly.
The platform is designed to help engineering leaders better understand how work flows through their teams by analyzing signals derived from pull request metadata. Rather than focusing on measuring individuals, MergeMeter focuses on system-level signals that often reveal bottlenecks in the development process.
The current feature set includes:
- GitHub OAuth sign-in and organization-based workspaces
- Repository onboarding and configuration
- Pull request metadata ingestion via GitHub Actions
- Historical pull request data import to establish baseline trends
A metrics dashboard including:
- pull request throughput (monthly, quarterly, weekly, and per committer views)
- pull request size metrics
- cycle time tracking
- merge confidence survey data
- reviewer and approver activity
- day-of-week activity patterns
- time to first pull request feedback
Optional surveys can be attached to pull requests to capture signals such as merge confidence, perceived risk, and AI tool usage.
The platform is currently built using Next.js, React, Postgres, GitHub Actions, OAuth, Stripe, and hosted on Vercel.
Additional features currently under development include expanded metrics, AI usage insights, automated reporting, and deeper integrations.
For a deeper look at the philosophy behind the project, the architecture, and where MergeMeter stands today, you can read the full build-in-public article here: Building MergeMeter in Public: Pre-MVP