Skip to main content
← Back to home

Changelog

What's new in Audiq. Subscribe to updates by signing up for a free account.

v0.6.0March 2026

Payments, Email Alerts, and Documentation

  • +Stripe checkout for Pro and Team plans
  • +Email notifications for score regressions and budget breaches
  • +Public documentation page with CLI, MCP, and API reference

Features

  • Stripe Checkout Sessions for Pro ($19/mo) and Team ($49/mo) plans
  • Billing portal for subscription management
  • Email alerts via Resend for regression and budget breaches
  • Documentation page — CLI reference, 18 MCP tools, API endpoints, Pulse SDK guide
  • Changelog page (you're reading it)

Security

  • Fixed pulse table RLS — prevented unauthenticated data injection
  • Added rate limiting to scan API (20/hour per user)
  • Fixed competitor IDOR — scan results now scoped by site
  • CORS subdomain validation hardened (protocol + hostname check)
  • Timing-safe comparison for cron secret
  • All request.json() typed as unknown to prevent implicit any

Quality

  • Dialog component: focus trap, aria-modal, role=dialog, focus restoration
  • Added favicon and apple-touch-icon (dynamic generation)
  • Added error.tsx and not-found.tsx error boundaries
  • 49 tests (was 18) — validate-url, check-regression, check-budget
  • Parallelized scan route DB queries (5 sequential → 2 parallel batches)
  • Tabs context memoization to prevent unnecessary re-renders
v0.5.0March 2026

Team Workspaces, Pulse RUM, and 29 Audit Modules

  • +Team workspaces with invitations and role-based access
  • +Pulse real user monitoring (3.7KB SDK)
  • +29 audit modules covering security, content, and functional testing

Features

  • Team workspaces — create teams, invite members, share sites
  • Role-based access control (owner, admin, member)
  • Team switcher with server-side data filtering
  • Competitor benchmarking — side-by-side score comparison
  • Performance budgets with webhook alerts
  • Scheduled recurring scans (daily/weekly)
  • Score trend charts with regression annotations
  • Production readiness score (A-F grade)
  • AI slop design detector
  • Pulse RUM — Core Web Vitals, JS errors, rage/dead clicks
  • Click heatmap overlay
  • Header script injection (GTM, consent mode, analytics)
  • Fix guidance with 40+ code patterns in issue cards
  • Export: JSON, Markdown, CSV, PDF, Copy for AI

Engine

  • 29 audit modules across 6 tiers
  • Security: XSS probing, cookie audit, CSP, secret scanning, HTTPS/HSTS, open redirects, SRI
  • Content: quality check, privacy/GDPR, third-party scripts, design profile extraction
  • Functional: dead click detection, form testing, link validation, viewport testing, UI state audit
  • Advanced: API health, structured data, PWA, frustration signals, state persistence, visual regression
  • Analyzer: JS/CSS coverage, production readiness score