saas · Aug 15, 2026

commudle.com

45/100 Thin

Scores higher than 43% of 1,391 multi-step funnels we have measured. Among the 1,074 saas funnels in that group, higher than 32%.

How this was measured

Measured by Roentgen 1.25.1 on 2026-08-15. A capture is read once and its measurements freeze there, so the stamp says which ruleset read this one.

Coverage is detection coverage, not a verdict — it counts the conversion tactics we could prove are present, out of the 11 that apply to a saas funnel. Per device: desktop 45 · mobile 45.

Walk 92 links on the entry page, 76 walkable. 3 matched a funnel step; we captured 3 pages in all, this one included.

Captured Homepage / Lander
Step 1 · Homepage / Lander1 / 4

What we recorded

Progress

2 scans

this funnel’s coverage score across measured re-scans

measuredextracted directly from the live page. a fact, not an opinion
1 fewer tactic detected 5 → 4 across 2 scans since 2026-08-12. The ruleset changed in this window, so part of this may be our detection improving rather than the page changing.
  1. 5 tactics 2026-08-12
  2. 4 tactics 2026-08-15

The funnel, frame by frame

3 steps walked

see their whole funnel without clicking through it. scored step by step

measuredextracted directly from the live page. a fact, not an opinion
Homepage / Lander
01

Homepage / Lander

3 tactics
ReviewsLogo wallDemo / docs
Pricing
02

Pricing

▲ strongest
4 tactics

$119.00 +3 more  ·  subscription

FAQFree trialLogo wallDemo / docs
Features
03

Features

▼ thinnest
3 tactics
FAQLogo wallDemo / docs

In their own words

26 quoted

the entry page’s own title, headline, buttons and prices — quoted, never paraphrased

measuredextracted directly from the live page. a fact, not an opinion
Page title
Commudle - Connect & Learn With Software Developers
Meta description
A community platform for software developers to connect over online events, channels, share knowledge & find jobs. Join now to build your "Developer Network".
Headline
Where developers grow together
Section headings
Join a community to learn and networkLive sessions with developers around youShow your projectsStep by step tutorialsExpertsStep into the Commudle DeveloperverseTestimonialsCommudle drives Software Developers' Journey+8 more, not shown
Buttons and links
Login / SignupJoinFollow🏷️ Start Your Developer Community🏆 Join A HackathonJoin a community to learn and networkGet Started

Sections

3 identified

structural bands identified on this funnel, cropped from its own capture

measuredextracted directly from the live page. a fact, not an opinion
Nav section of commudle.com
Nav0% down the page
Hero section of commudle.com
Hero1% down the page
Footer section of commudle.com
Footer90% down the page

Elements

1 harvested

the atomic pieces — price anchors, ratings, guarantees — with their verbatim on-page text

measuredextracted directly from the live page. a fact, not an opinion
Price anchor element
Price anchor“$149.00”

What we found

4 tactics

conversion tactics we could prove are present, with the on-page text that evidences each

measuredextracted directly from the live page. a fact, not an opinion

Action path2 of 4

Offers a free trial or free tier free trial
Offers a demo or docs entry point Documentation

Trust & proof1 of 2

Shows customer logos or a trusted-by claim logos: Commudle, Bytes and Brew, Knotic, CodeWithTechno, Build $ Bank

Friction reduction2 of 2

Answers buyer objections Frequently Asked Questions Do I need to purchase any other platform when I setup a Communi
Offers a free trial or free tier also shown under Action path

What we didn’t find

7 of 11 applicable

applicable tactics we checked for and did not see on any step we reached

measuredextracted directly from the live page. a fact, not an opinion

What we didn’t see7 of 11 applicable

Pricing tiers 699 of the 1,385 SaaS funnels we checked
Press / "as seen in" 508 of the 1,960 funnels we checked
Lead-capture form 342 of the 1,393 funnels we checked
Us-vs-them comparison 332 of the 1,968 funnels we checked
Proof above the fold 314 of the 1,968 funnels we checked
Usage / adoption proof 237 of the 1,539 funnels we checked
Scarcity / urgency copy 101 of the 1,960 funnels we checked

Absence is a measurement, not a recommendation: we do not know why a tactic is missing, whether it belongs here, or whether adding it would change anything. Where a walk stopped early, a tactic living deeper would also read as not detected.

How well it’s built

16 run · 7 flagged

contrast, mobile, typography, accessibility, weight — each with what would fix it

measuredextracted directly from the live page. a fact, not an opinion

7 of 15 measured checks need work1 could not be measured — not counted either way

Text contrast (WCAG AA)

contrast:text-contrast-wcag-aa

82% of measurable text passes WCAG AA. 4+ runs fail. 24% of text was unmeasurable (over images/gradients). not counted either way.

worst: “Trust Onyekwere” at 1:1 (18px, #ffffff on #ffffff). needs 4.5:1

FixRaise text/background contrast to ≥4.5:1 (≥3:1 for large text), especially on CTAs and body copy.

Body text size

type:body-text-size

Smallest body text is 9px (base ~12px). below the ~16px readable floor.

FixKeep body copy ≥15-16px; reserve sub-13px for fine print only.

Named controls

a11y:named-controls

21 buttons/links have no accessible name (icon-only, no aria-label).

FixAdd aria-label to icon-only buttons and links.

Horizontal overflow

layout:horizontal-overflow

The page scrolls ~220px horizontally at 1440px wide. content spills past the viewport.

FixFind the overflowing element (fixed widths, unwrapped rows) and constrain it to 100%.

Oversized images

weight:oversized-images

23 images are shipped at more than 2x the width shown.

“Homepage%20Image.png” is 1372px wide, displayed at 608px

FixServe responsive sizes (srcset/sizes) matching the rendered width.

Landmark regions

structure:landmark-regions

No <main> or <header> landmark. screen-reader users cannot jump between regions.

FixWrap the page in <header>, <main> and <footer> (or matching ARIA roles).

Tap-target size (mobile)

mobile:tap-target-size-mobile

138 of 221 interactive targets are under 44×44px on mobile.

smallest: “(unnamed)” at 32×32px

FixGive tappable controls a ≥44×44px hit area. the touch minimum.

Worth knowing5

Line length

6 paragraphs run past ~95 characters per line.

FixCap measure at ~60-75ch for comfortable reading.

type:line-length
Image alt text

2 of 106 content images (2%) have no alt attribute.

FixAdd descriptive alt to content images; alt="" for purely decorative ones.

a11y:image-alt-text
Form labels

3 form fields rely on placeholder text as the only label.

FixBack placeholders with a real <label>. placeholder text vanishes on input.

a11y:form-labels
Keyboard reachability

75 elements look clickable but cannot be reached by keyboard.

FixUse <button>/<a>, or add role + tabindex="0" and a key handler.

structure:keyboard-reachability

Not measurable1

Page weight

At least 1.9 MB across 15 measurable resources, but 271 cross-origin resources did not expose a size. The true weight cannot be determined from the page.

weight:page-weight

Clear3

Mobile viewport · Language declared · Render-blocking resources

Brand kit

5 colour roles

palette by on-page usage · type rendered live

measuredextracted directly from the live page. a fact, not an opinion
full palette ordered by on-page usage %
primary#0095ff
accent#0095ff
bg#edf1f7
surface#ffffff
text#9ca3af
See the roles applied
accent

Body copy in their text role, on a surface card.

the roles, doing their job
The quick brown fox60px
Jumps over the lazy dog36px
A subheading in their voice20px

Body copy set at their measured paragraph size. This is how their product reads to a first-time visitor. same family, same scale, same weight.

  • List item one, at body scale
  • List item two
  • List item three
Type scale, weights & families
SIZE SCALE
9pxAa
10pxAa
12pxAa
14pxAa
16pxAa
18pxAa
20pxAa
36pxAa
60pxAa
WEIGHTS
Aa400
Aa500
Aa600
Aa700
Aa800
FAMILIES
Inter
rendered in their own type system · webfont not loaded. system fallback if uninstalled

Measured, found none

1 of 10 layers

layers we ran on this funnel that came back empty

measuredextracted directly from the live page. a fact, not an opinion

Playbook match — which funnel play this page runs — measured, evidence-quoted

We ran this pass on the pages we captured and found nothing to show. That is a measurement of this funnel, not a recommendation — and it is a different statement from a layer we never ran, which does not appear here at all.

X-ray a funnel

Your competitor's funnel is one URL away.

Give your AI real references · Measured facts, not taste

Similar crawls