What's new
Changelog
New features, improvements, and fixes — shipped regularly.
v1.6NewMay 2026
Engineering Intelligence Dashboards
- Engineering Health Score — composite 0–100 score with A–F grade, built from DORA (40%), PR Cycle Time (35%), and flow/bottleneck load (25%). Trend chip shows delta vs. previous period (Pro+)
- PR Bottleneck Radar — live feed of currently-open pull requests that are stalled, oversized, or missing reviewers, fetched directly from GitHub (Pro+)
- Investment Distribution — breaks engineering effort into Growth, Reliability, Maintenance, and Support buckets, derived automatically from the existing event stream — no extra instrumentation required (Pro+)
v1.5NewMay 2026
Public Demo & Login Redesign
- Live automation builder demo at /demo — no login required, full Visual Builder experience
- Clicking Save in the demo shows a sign-up prompt with the user's built automation pre-displayed
- Demo sidebar intercepts nav links with a sign-up modal instead of redirecting to auth
- Sign-in page redesigned as a two-column split — testimonials panel on the left, form on the right
- Testimonial panel auto-cycles every 4 seconds with a fade + slide-up animation
- Hovering the panel pauses auto-advance; clicking a dot pauses for 8 seconds then resumes
- Hero CTA updated — "View Demo" replaced with "Try the builder" linking to /demo
v1.4ImprovementsMay 2026
Intelligence Dashboards & Platform Polish
- DORA Metrics dashboard — Deployment Frequency, Lead Time, Change Failure Rate, and MTTR (Pro+)
- PR Cycle Time dashboard — median and P75 open-to-merge times per repo (Pro+)
- Public tools: /tools/ci-health-score and /tools/pr-cycle-time — free, no login required
- Sentry fully wired into all UI surfaces — sidebar, overview, and settings
- Templates marketing page with "For You" tab and Sentry category
- Navigation progress bar on route change
- Logo updated to SVG sitewide
- Email lead capture and CTA conversion improvements on marketing pages
- Blog: hydration error fixed, www redirect, newsletter wired to Brevo
- SEO: all meta descriptions trimmed to ≤160 chars; canonical URLs added sitewide
- Dashboard route renamed /dashboard → /overview with permanent redirects
v1.3SecurityApril 2026
SOC 2 Type II Hardening
- MFA/TOTP with backup codes and sign-in enforcement
- Idle auto-logout with multi-tab sync
- Token encryption key rotation support
- Granular admin roles: superadmin and auditor
- Automated incident detection — brute-force and rate-limit storms trigger automatic security incidents
- Dead letter queue — failed jobs are persisted and retryable from the admin panel
- Daily integration-health sweep — all OAuth tokens probed at 08:00 UTC with reconnect warnings
- 17 production hardening fixes across reliability, auth, and infrastructure
v1.2DesignApril 2026
Brand Design System
- New brand token rollout — orange and sky-blue replace blue/purple across all surfaces
- Animated Visual Builder mockup on the marketing homepage
- Sentry integration — error/alert webhooks and create_sentry_issue action (Pro+)
- 84+ system templates with stack-aware "For You" filter
- Universal auto-resolution extended to Sentry alongside Linear, Jira, ClickUp, GitLab, and GitHub
- Admin panel: User Activity, Security Events, and Security Incidents pages
v1.1IntegrationsMarch 2026
GitLab, ClickUp & Platform Hardening
- GitLab integration — pipeline, MR, and push webhooks; create issues (Team+)
- ClickUp integration — create tasks, space/list mapping, priority, auto-resolution (Free+)
- Jira integration — OAuth 2.0, create issues, project/type/priority/labels (Free+)
- Slack integration — incoming webhook notifications (Team+)
- Per-installation GitHub webhook secrets for multi-org security
- Title-based cross-provider dedup (3-day window)
- hCaptcha on sign-up and contact forms
- Universal auto-resolution across all six issue trackers
- Socket.IO live updates wired to the Signal Feed
- Subscription billing with annual pricing toggle and seat-based Team plan
v1.0LaunchFebruary 2026
Initial Release
- GitHub OAuth and GitHub App integration with webhook support
- Automation engine — trigger → condition → action pipeline with 80+ system templates
- Friction Score — quantifies engineering health from CI, PR, and deployment data
- Linear and Vercel integrations
- Live Signal Feed — real-time stream of automation events
- CI Intelligence — flaky test detection and deployment failure detection
- Stale PR scanner with configurable thresholds
- Weekly health report via email
- Multi-repo Health Dashboard with scores and status badges
- Problem-first onboarding — pick friction patterns, get pre-built automations instantly
- Public Signal Wall — share your team's signal activity with a public URL
- BullMQ job queues for reliable async processing
- Email/password auth with verification and password reset
- Subscription billing with free trial
BetaBetaFebruary 2026
Private Beta
- Value Dashboard — time saved, automations fired, and issues created at a glance
- GitHub App installation with JWT/installation tokens
- Repo Health scoring across CI stability, PR throughput, and deployment frequency
- Email delivery via Brevo
- GitHub write-back actions — comment on PRs, close issues
- Signal Wall — workspace-scoped public activity feed
- Integration test suite and initial CI pipeline