Always improving

Changelog

New features, improvements, and fixes — shipped regularly.

Featurev1.8·June 11, 2026

Accessibility scan via axe-core in real browser — no external service

Accessibility checks now run axe-core 4.9.1 inside headless Chromium via Browserless — no third-party API required. The scan covers WCAG 2.1 AA rules, then Claude AI turns raw violations into a risk score (0–100), legal exposure note for EU (EAA/EN 301 549) and US (ADA/Section 508), top issues with one-sentence fixes, and a priority action list. Falls back to AccessGuard if Browserless is not configured.

Featurev1.8·June 11, 2026

Real Core Web Vitals via PerformanceObserver — no Google API quota

SiteBrief now measures LCP, CLS, FCP, TTFB, and TBT directly inside a headless browser using PerformanceObserver and the Navigation Timing API. Used as a fallback when PAGESPEED_API_KEY is not set, so every user gets real CWV data for free. PSI/Lighthouse remains the primary source when available (it provides the performance score and INP).

Improvementv1.8·June 11, 2026

Broken links crawler now handles SPA & React sites

The broken links crawler detects single-page application shells automatically (body under 8 KB or fewer than 3 links) and re-fetches via Browserless renderHTML so dynamically injected navigation links are included in the crawl. Both the root page and one-level-deep internal pages benefit from the SPA fallback.

Featurev1.8·June 11, 2026

Auth-protected page checks — cookie inject step in Browser Scenario Builder

The Browser Scenario Builder now has a "Set cookie" step type. Add it before a "Go to URL" step to inject a session token or auth cookie so the browser opens a protected page directly — no need to re-login in every run. Cookie value is masked in the UI. Works with any cookie-based auth: WordPress, WooCommerce, custom admin panels, etc.

Featurev1.7·June 11, 2026

Multi-status-page — one page per client for agencies

Agencies can now create unlimited status pages — one per client instead of one per account. Each page has its own slug, title, brand color, components, incidents, and subscriber list. Go to Status Page in the sidebar to manage all pages.

Featurev1.7·June 11, 2026

Per-site GitHub & GitLab tokens — connect different accounts per client site

Agencies managing sites across multiple client Git accounts can now connect a separate GitHub or GitLab token per site. DevLab operations (generate PR, rollback, auto-fix, dependency audit) automatically use the site-level token when set, falling back to the account-level token.

Featurev1.7·June 11, 2026

WordPress Plugin — dedicated landing page

New dedicated page at /wp-plugin explaining how to connect WordPress sites to SiteBrief monitoring via the official plugin. The plugin sends heartbeats after every deployment so SiteBrief knows when to run a post-deploy scan.

Improvementv1.7·June 11, 2026

Browserless screenshots — removed thum.io dependency

Visual AI Diff and site screenshots now use self-hosted Browserless (Fly.io) exclusively. Removes the thum.io third-party dependency, improves reliability on JS-heavy sites, and fixes blank screenshot issues caused by React hydration timing.

Improvementv1.6·June 5, 2026

Footer & header on all public pages

SiteBrief footer is now consistent across all public pages — docs, compare pages, feature pages, tools, terms, privacy, changelog, affiliate. Logo in the header links back to home on every page.

Improvementv1.6·June 4, 2026

Free Website Audit Tool — fixed for anonymous users

The /website-audit-tool free scanner now works correctly for users who are not logged in. Previously a middleware auth redirect was blocking the POST request to /api/audit.

Featurev1.6·June 3, 2026

Claude MCP Integration — 18 tools for AI-powered site management

SiteBrief is now available as a Remote MCP server for Claude.ai, Claude Desktop, and Claude Code. Connect once via OAuth 2.0 and ask Claude: "Which of my sites are down?", "Any SSL certs expiring this month?", "Show me this week's priority actions." 18 tools covering monitoring, incidents, tasks, PageSpeed, SEO, accessibility, revenue impact, and customer complaints. Submitted to the Claude Connectors Directory.

Featurev1.6·June 3, 2026

Revenue Guard — estimate revenue lost to downtime & PageSpeed

Set a monthly revenue figure on any site and Revenue Guard calculates how much was lost to downtime (per minute) and poor PageSpeed score (conversion rate reduction). Shows protected revenue, lost revenue, and at-risk revenue in a live dashboard panel.

Featurev1.6·June 3, 2026

Customer Complaints Radar — Reddit mentions monitoring

SiteBrief now scans Reddit for complaints about your monitored sites. Complaints are categorised by severity (critical/high/medium/low) and type. Run manually from the site detail page or view via the Claude MCP integration.

Featurev1.6·June 3, 2026

AI Copilot — weekly priority actions

The weekly digest email now includes an AI-generated priority action list across all your client sites: sites that are down, SSL/domain expirations within 14 days, PageSpeed below 50, security grade D or F, and open maintenance tasks. Also available via the MCP get_copilot_actions tool.

Featurev1.6·June 3, 2026

AI Visual PR Verification — screenshot diff before merge

After DevLab generates a fix PR, SiteBrief can take a before/after screenshot of the deployed preview and use Claude Vision to verify the fix looks correct and didn't break the layout.

Featurev1.5·June 2, 2026

Dockerfile & CI/CD YAML analyzer

DevLab now detects misconfigurations in Dockerfile and CI/CD YAML files (GitHub Actions, GitLab CI). Issues like missing health checks, running as root, exposed secrets, and deprecated syntax are flagged with auto-fix PRs.

Featurev1.5·June 2, 2026

Staging vs Production compare — auto-rollback suggestions

New compare view shows side-by-side diff between your staging and production environments: PageSpeed delta, security header changes, response time difference, and SSL status. If staging score is significantly lower, SiteBrief suggests rolling back.

Featurev1.5·June 2, 2026

Stale PR alerts & weekly dependency audit

Get notified when pull requests sit unreviewed for too long. Weekly dependency audit scans your connected repos for outdated packages and auto-opens PRs for critical vulnerabilities.

Featurev1.5·June 2, 2026

Notification center — bell icon with unread count

New notification bell in the sidebar aggregates deploy alerts, downtime events, and task updates in one place. Unread count badge updates in real time.

Improvementv1.5·June 2, 2026

Landing page redesign + 4 feature detail pages

New hero headline "Detect. Explain. Fix. Automatically." with a flow indicator showing the AI pipeline. Added dedicated feature pages for Monitoring, DevLab, Reporting, and SEO. Translations updated across 8 languages.

Featurev1.5·June 1, 2026

Deployment timeline — see which deploy caused which issue

DevLab now shows a deployment history timeline. Each deploy scan entry shows branch, timestamp, PageSpeed score, security grade, and all issues found — so you can immediately identify which push introduced a regression.

Featurev1.5·June 1, 2026

Bundle size monitoring — detect JS/CSS growth on every deploy

SiteBrief now tracks the total JS and CSS bundle size after each deploy scan. If the bundle grows by more than 20% compared to the previous deploy, an alert is triggered via Slack/email/Discord.

Featurev1.5·June 1, 2026

GitHub & GitLab deployment webhooks — auto-scan on every push

Connect your GitHub or GitLab repo and SiteBrief will automatically trigger a pre-deploy scan on every push. No manual intervention needed — every deployment is scanned for PageSpeed regressions, security header issues, and SSL problems.

Featurev1.4·May 31, 2026

GitHub Actions pre-deploy scan

New GitHub Actions integration lets you run a SiteBrief scan on your staging URL as part of your CI pipeline. The action fails the build if PageSpeed drops below your threshold or critical security headers are missing. Full docs at /docs/github-actions.

Featurev1.4·May 29, 2026

Global AI chat orb — ask questions about any site

A floating AI chat orb now appears on all dashboard pages. Ask anything about your monitored sites — "Why is my PageSpeed low?", "What changed this week?" — and get instant AI-powered answers using your real monitoring data.

Improvementv1.4·May 29, 2026

Unique OG images for all pages

Every public page now has a dynamically generated Open Graph image with page-specific title and category. Improves social sharing appearance across Twitter/X, LinkedIn, and Slack.

Featurev1.4·May 26, 2026

AI Competitor Intelligence — weekly briefs powered by Claude

Connect any competitor URL and SiteBrief generates a weekly AI brief: what they're doing well, where they're weak, Reddit mentions sentiment, and top 3 actions you can take. Powered by Claude with Jina.ai fallback for JS-rendered pages.

Featurev1.3·May 25, 2026

Live demo — explore SiteBrief without signing up

New interactive demo at /demo. Browse a simulated agency dashboard with 5 sites, click any site to see its uptime chart, response sparklines, recent checks, activity log and PageSpeed score — no account required. Added "Live demo" to the hero and footer.

Featurev1.3·May 25, 2026

Sub-accounts — restrict team members to specific sites

Owners can now limit each team member's access to a specific subset of sites. In Team settings, click the globe icon next to any member → check the sites they should see. Leave all unchecked to keep full access. Restricted members only see their assigned sites in the dashboard and cannot open others.

Featurev1.3·May 25, 2026

Network Diagnostics — auto-run on downtime

When a site goes down, SiteBrief automatically runs a 4-layer connection diagnostic: DNS resolution (with Cloudflare + Google cross-check), TCP connection, TLS handshake, and HTTP request. Results appear on the site detail page under "Network Diagnostics" with a verdict banner explaining exactly which layer failed and why.

Featurev1.3·May 25, 2026

Activity Log — audit trail for every site

Every action on a site is now logged: manual checks, settings updates, pausing/unpausing, client report sends, and team invites. The log appears on each site detail page showing actor, action, and timestamp for the last 30 days.

Featurev1.3·May 25, 2026

DNS Change Detection — daily alerts on record changes

SiteBrief now takes a daily snapshot of A, AAAA, NS, and MX records for all HTTP sites. When a change is detected, you get an email with a Before/After table showing exactly which records changed. Useful for catching unauthorised DNS changes, CDN migrations, and propagation issues.

Improvementv1.3·May 25, 2026

More check locations — up to 14 regions

Multi-location checks now use up to 14 global nodes (up from 6). The results panel groups locations by continent — Americas, Europe, Asia, Oceania, Africa — with per-region mini badges in the summary bar. The automatic hourly check uses 10 nodes; manual re-checks use all 14.

Featurev1.2·May 21, 2026

DevLab — detect, explain, and auto-fix issues via PR/MR

DevLab is a new section that surfaces all detected problems across your sites — security header gaps, SEO issues, WP_DEBUG on production, PageSpeed cache problems — and lets you fix them with one click. Connect your GitHub or GitLab repo, preview exactly what will change (file, value, confidence score), and open a pull request / merge request for your review. Nothing merges automatically. Supports netlify.toml, .htaccess, nginx.conf, Next.js App Router, plain HTML, wp-config.php. Multi-page SEO crawl covers up to 10 sub-pages per site. Includes rollback — close the PR from DevLab if you change your mind.

Featurev1.1·May 19, 2026

APDEX score & Error rate metrics

Two new performance metrics on every site detail page: APDEX score (industry-standard satisfaction index based on your response time threshold) and Error rate — percentage of checks returning 4xx/5xx or down status over the last 7 days. Both available on all plans.

Featurev1.1·May 19, 2026

White-label status page — brand color, logo, custom CSS, favicon & OG image

Agency plan now includes full white-label status pages: your brand color as the accent stripe, your logo in the header, custom CSS injection for complete visual control, and a custom favicon and Open Graph image pulled from your logo. Clients see your brand everywhere — zero SiteBrief identity.

Improvementv1.1·May 19, 2026

WordPress plugin v1.0.2 — WPCS compliance & i18n

Full WordPress Coding Standards compliance: inline JS moved to wp_add_inline_script, all strings wrapped for translation, output escaped with esc_html/wp_kses_post, database queries use $wpdb->prepare(). Plugin assets now load only on the settings page.

Featurev1.0·May 18, 2026

Audit Widget — capture leads automatically

Embed a branded free-audit form on your agency website. Visitors enter their URL and email, receive a full audit report, and their contact is saved to your dashboard as a lead. Zero branding — looks like your own tool.

Featurev1.0·May 18, 2026

SEO Audit — 39 checks with fix guidance

Expanded from 7 basic checks to a full 39-point SEO audit: on-page content, Open Graph, Twitter Card, crawlability, performance headers, code quality, heading hierarchy, mixed content, HSTS, canonical self-reference, Core Web Vitals integration, and optional keyword analysis. Every failed check shows a severity level (Critical / Warning / Info) and a specific "How to fix" instruction.

Featurev1.0·May 18, 2026

Free SSL Checker & PageSpeed Checker tools

New public tools at /ssl-checker and /pagespeed-checker — no account required. Check any site's SSL certificate details (issuer, expiry, SANs) or get a full Core Web Vitals breakdown (mobile + desktop) instantly.

Featurev1.0·May 18, 2026

Comparison pages

Added /compare/uptimerobot and /compare/better-stack — detailed feature-by-feature comparisons showing where SiteBrief stands out (uptime monitoring, status pages, agency white-labelling, pricing).

Featurev0.9·May 12, 2026

Agency logo in PDF reports

Upload your agency logo in Settings and it will appear on all generated PDF reports — fully white-label.

Featurev0.9·May 12, 2026

PDF report generation

Generate white-label PDF reports for your clients directly from the Reports page. Choose sites and period (7 / 30 / 90 days), download instantly.

Improvementv0.9·May 12, 2026

Mobile-responsive dashboard

The dashboard now works on mobile — slide-in navigation drawer with full menu access.

Featurev0.8·May 12, 2026

Free plan (3 sites)

SiteBrief now has a free tier — monitor up to 3 sites forever, no credit card required. Upgrade anytime from Settings.

Featurev0.8·May 12, 2026

Onboarding checklist

New users now see a 3-step getting started checklist on the dashboard: add a site, connect an alert channel, enable your status page.

Compliancev0.8·May 12, 2026

GDPR Privacy Policy & Terms of Service

Added full Privacy Policy (/privacy) and Terms of Service (/terms). All data stored in EU (Ireland, eu-west-1).

Improvementv0.7·May 11, 2026

Dashboard & landing page redesign

Complete visual overhaul — gradient hero, SVG icons replacing emojis, scroll-reveal animations, polished sidebar with active state indicator.

Featurev0.6·May 10, 2026

Screenshots on downtime

SiteBrief now captures a screenshot of your site the moment it goes down and attaches it to the alert email.

Featurev0.6·May 10, 2026

On-call rotation schedules

Create on-call schedules with daily or weekly rotation. The current on-call member receives alerts alongside the account owner.

Featurev0.5·May 9, 2026

Email subscribers for status page

Visitors can subscribe to your public status page and receive email alerts on incidents. Double opt-in with unsubscribe link in every email.

Featurev0.5·May 9, 2026

Incidents management

Create and manage incidents directly from the dashboard. Severity levels: Minor, Major, Maintenance. Shown on your public status page.

Featurev0.4·May 8, 2026

Broken link checker

Enable broken link scanning per site. SiteBrief crawls your homepage and internal pages, reports 4xx/5xx links with source page.

Featurev0.4·May 8, 2026

Maintenance windows

Schedule one-off, daily, or weekly maintenance windows. Monitoring checks are skipped during windows — no false alerts.

Featurev0.3·May 7, 2026

Password-protected status pages

Optionally protect your public status page with a password — useful for internal or client-specific status pages.

Featurev0.3·May 7, 2026

Blacklist monitoring

Check if your sites appear on email or web blacklists. Results shown on the site detail page with last checked date.

Featurev0.2·May 6, 2026

Multi-location checks

Verify downtime from multiple geographic regions before alerting — reduces false positives from regional outages.

Featurev0.2·May 6, 2026

Integrations: Slack, Discord, Telegram, PagerDuty, OpsGenie, MS Teams, SMS

Connect SiteBrief to your team's tools. All integrations fire for every site automatically — no per-site setup needed.

Launchv0.1·May 5, 2026

🚀 Initial launch

SiteBrief goes live. HTTP/HTTPS uptime monitoring, SSL certificate tracking, domain expiry, PageSpeed scores, public status pages, and email alerts.