Back to home
Beta Results

8 real sites.
8 real audits.

These are the actual sites audited during the audo beta — real founders, real scores, real findings. No cherry-picking, no fake data.

8
Sites Audited
4/5
Avg Rating
100%
Free Beta
24hr
Turnaround
Beta Audit #1SaaS / WhatsApp API & Workflow Automation
71
Perf
91
A11y
100
SEO

A technically capable SaaS with a performance bottleneck hiding in plain sight.

WLink is a WhatsApp API platform built for businesses running bots, workflows, and automated messaging. The site itself was clean and functional — but Lighthouse told a different story under the hood.

Key Findings

140 KB of unused JavaScript on every load

Performance

The main JS bundle was 259 KB but nearly half wasn't needed on the initial page. With code splitting, that's an easy win that would meaningfully improve load time.

Logo image 6x larger than displayed

Performance

The WLink logo file was 600x200px but rendered at 96x32px — loading 56 KB more than needed on every visit. Converting to WebP and resizing to display dimensions alone saves 56 KB.

CSS and Cloudflare script blocking render for 920ms

Performance

Two render-blocking resources were delaying the page from displaying anything for nearly a full second. Adding defer to script tags and inlining critical CSS removes this bottleneck.

Mobile menu button has no accessible name

Accessibility

Screen readers announced the hamburger menu as just 'button' with no context. A simple aria-label='Open menu' fixes this completely.

The information is genuinely useful. Even as someone who already had an idea of the issues, the audit added good notes for improvement.

WLink Founder, after receiving audit

Beta Audit #2Directory / B2C

RadonFinder

radonfinder.ca
94
Perf
88
A11y
100
SEO

A well-built directory site with one invisible issue that could tank its Google ranking.

RadonFinder is a Canadian radon testing and mitigation directory — a niche but important product. The site was already in solid shape with a 94 performance score. But one issue in the audit stood out as urgent.

Key Findings

Google Tag Manager loading 154 KB of unused script

SEO

GTM was the single biggest drag on performance — responsible for several long main-thread tasks and 63 KB of unused JavaScript. Auditing GTM tags and loading it async would meaningfully improve speed.

Hero image compression too low (~34 KB savings)

Performance

The hero background was already WebP — a great choice — but the compression setting was too generous. Re-exporting at quality 60-70 saves 34 KB with no visible difference.

Low contrast text on feature cards

Accessibility

The grey body text in feature cards didn't meet WCAG minimum contrast ratios. A small colour adjustment fixes this and improves readability for all users.

Heading order skips levels

Accessibility

Headings jumped from H1 to H3 in places, which confuses screen readers. Fixing the hierarchy to flow H1 → H2 → H3 without gaps is a quick structural fix.

Very good — found a couple of performance things I can optimize. Helpful in understanding what to prioritize.

RadonFinder Founder, after receiving audit

Beta Audit #3Consumer App / Birthday Deals
95
Perf
82
A11y
91
SEO

Beautiful design, strong scores — but the homepage was invisible to Google's crawler.

Bornday is a consumer app for discovering birthday deals, discounts and freebies. The dashboard was technically excellent. But the homepage — the page that matters most for first impressions and SEO — was throwing errors that Lighthouse couldn't even load.

Key Findings

Homepage failed to load in Lighthouse — twice

Critical

The homepage triggered a NO_FCP error on every test run, meaning Google's crawler is likely having the same difficulty. If Google can't render your page, it can't index it. This is the most urgent issue on the site.

robots.txt has 27 errors

SEO

The robots.txt file — which tells Google what to crawl — had 27 errors that could be actively blocking parts of the site from being indexed. Running it through Google Search Console reveals every error.

Value proposition unclear in the first 5 seconds

UI/UX

'Your next birthday just got better' is fun but doesn't explain what the product does. The subheading helps but is too small. The hook — finding birthday deals — should be front and centre.

Asking for signup before showing any value

UI/UX

The entire homepage is a login screen with no preview of what's inside. For a consumer app, this is a conversion killer. Even a few sample deals would give visitors a reason to hand over their Google account.

Beta Audit #4Developer Tools / Offline DevOps
95
Perf
82
A11y
92
SEO

A powerful DevOps tool undermined by a branding identity crisis.

DevLand is an offline-first desktop workstation for infrastructure operations — SSH, SFTP, deployments, log monitoring and API testing in one place. The technical scores were strong. But the site had a problem that no Lighthouse score would ever catch.

Key Findings

Three different product names on the same site

Critical

The site used DevLand, ChatyDevOps, and ChatyShop interchangeably across pages. For a developer audience, this immediately destroys trust — they won't know what they're downloading or who they're buying from.

Pricing page appeared completely empty on load

Performance

The pricing cards loaded dynamically after two dropdowns rendered. On slow connections the page looked broken. A loading skeleton or server-side rendered default would prevent this drop-off.

robots.txt has 31 errors

SEO

Same pattern as other sites in this beta — a malformed robots.txt that could be actively preventing Google from indexing the site correctly.

No product screenshots anywhere on the site

UI/UX

The site was entirely text on white with no visuals of the actual desktop app. For a DevOps tool, showing the interface is the strongest selling point. Developers want to see what they're downloading.

Beta Audit #5Developer Tools / AI Engineering

AI Agent Flow

aiagentflow.dev
95
Perf
88
A11y
100
SEO

One of the best developer landing pages in the beta — with one positioning opportunity.

AI Agent Flow is an open-source CLI that runs a full AI development team locally — Architect, Coder, Reviewer, Tester, Fixer and Judge — using your own API keys with no cloud dependency. The landing page was genuinely excellent. The terminal demo, the install command in the navbar, the dark theme — all exactly right for a developer audience.

Key Findings

86 KB of unused JavaScript on initial load

Performance

Dynamic imports for anything not needed above the fold would reduce this. For a Next.js app this is straightforward with React.lazy or next/dynamic.

Dark mode toggle and GitHub icon have no accessible name

Accessibility

Icon-only buttons without aria-labels are announced as just 'button' by screen readers. Two lines of code — aria-label='Toggle dark mode' and aria-label='View on GitHub' — fixes both.

'Autonomous AI Engineering Team' is a crowded claim

Positioning

The real differentiator — local-first, uses your own API keys, no cloud — is buried in the subheading. For developers who are privacy-conscious or API cost-sensitive, that's the hook that beats Devin and Copilot.

Perfect score — nothing to fix

SEO

100/100 SEO. Title, meta description, canonical, hreflang, robots.txt, crawlability — all passing. This is rare and worth preserving as the project grows.

Beta Audit #6B2B SaaS / Proposal & RFP Intelligence

WinWorthy

winworthy.io
97
Perf
91
A11y
100
SEO

The strongest landing page in the beta — with a silent JavaScript error firing on every visit.

WinWorthy is a Go/No-Go decision tool for the proposal and RFP industry. It scores every opportunity across 16 criteria and gives teams a clear, defensible recommendation in minutes. The site was technically excellent and visually polished. But opening the browser console revealed something the founder didn't know about.

Key Findings

React hydration error firing on every page load

Critical

A React error #418 and a null reference error were firing silently in the console on every visit. These suggest a server/client rendering mismatch that can cause subtle UI bugs for some users — worth fixing before scaling traffic.

Low contrast text on feature cards

Accessibility

The grey body text in the dark feature cards was close to passing but didn't quite meet the 4.5:1 WCAG ratio. A small lightness adjustment fixes it and makes the text more readable for everyone.

Missing main landmark element

Accessibility

The page lacked a <main> HTML element wrapping the primary content. This is a quick structural fix that helps screen readers navigate directly to the main content.

Keyword opportunity in a niche market

SEO

Perfect technical SEO score — but terms like 'RFP go no-go decision', 'proposal qualification tool', and 'bid no bid framework' should be woven into the page copy. These are what buyers actually search for.

Beta Audit #7AI / SaaS

srisan.ai

srisan.ai
76
Perf
93
A11y
100
SEO

Perfect SEO and a fast server — held back by one fixable image problem.

srisan.ai came in with excellent foundations — a perfect SEO score, solid accessibility, and a server response time that most sites would envy. The entire performance issue traced back to a single cause: unoptimized images adding nearly 2 MB of weight to every page load.

Key Findings

Images adding nearly 2 MB of unnecessary weight

Performance

The Largest Contentful Paint was 7.9 seconds despite everything else being fast. Compressing images and converting to WebP or AVIF format alone could push the performance score from 76 into the 90s.

Render blocking resources causing small delay

Performance

A small render-blocking resource was slightly delaying page display. Adding defer or async to non-critical script tags removes this from the critical path.

Low contrast text on some elements

Accessibility

Some text did not meet the 4.5:1 minimum contrast ratio. A small colour adjustment using WebAIM's contrast checker resolves this quickly.

Missing main landmark and identical links

Accessibility

The page lacked a main HTML element wrapping primary content, and had links pointing to the same destination with inconsistent labels. Both are quick structural fixes.

Beta Audit #8Community Platform / Developer Tools

builders.to

builders.to
58
Perf
73
A11y
92
SEO

A promising community platform with foundational issues worth fixing before pushing traffic.

builders.to is a Reddit-style community platform for developers and builders. The founder came in with exactly the right mindset — wanting to make sure the foundation was solid before driving traffic. The audit found real issues across all three categories, but none requiring a redesign.

Key Findings

Layout shifting as content loads (CLS: 0.101)

Performance

On a feed-style site, dynamic content loading causes elements to jump around on screen. Google penalizes this heavily. Adding skeleton loading placeholders while content fetches fixes it and improves perceived performance.

Zoom disabled on mobile — a hard WCAG failure

Accessibility

The viewport meta tag had user-scalable=no which prevents users with low vision from zooming in. Removing this one attribute is the fastest single fix on the entire site.

Buttons and links missing accessible names

Accessibility

Several icon-only buttons and links had no aria-label, meaning screen readers announced them as just 'button' or 'link' with no context. Common on feed-style sites with upvote and share buttons.

11 links with no descriptive text

SEO

Links without descriptive text tell Google nothing about their destination. On a community feed this is often post thumbnail links or icon buttons — adding aria-labels fixes both the SEO and accessibility issue simultaneously.

Want yours next?

Every audit above was done manually by a real founder. The $29 Deep-Dive gives you the same treatment — delivered in 24 hours.