saas · Aug 15, 2026

arcade.software

85/100 Strong

Scores above 95% of 1,252 multi-step funnels we have measured. Among the 959 saas funnels in that group, above 94%.

How this was measured

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.

Measured by Roentgen 1.25.1, one of our versioned rulesets. A capture is read once and its measurements freeze there, so the stamp says which ruleset read this one.

Walk 56 links seen, 47 walkable, 5 matched, and we walked 4 pages.

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
0pts since the first measured scan (2026-08-09) — 2 re-scans
  1. 85 Strong 2026-08-09
  2. 85 Strong 2026-08-15

The funnel, frame by frame

4 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
Trust badgesLogo wallUsage proof
Product
02

Product

4 tactics
Trust badgesLogo wallUsage proofDemo / docs
Solutions
03

Solutions

▼ thinnest
3 tactics
Trust badgesLogo wallUsage proof
Pricing
04

Pricing

▲ strongest
5 tactics

$0 +2 more

Sticky CTAFAQTrust badgesFree trialPricing tiers

In their own words

22 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
Arcade - Bring your product story to life in minutes
Meta description
Create on-brand AI videos in minutes. Arcade's AI-powered platform helps 30k+ teams tell better product stories. Try free.
Headline
Create On-Brand Product Videos with AI
Section headings
Bring your product story to life visually with Arcade’s video agent. No designers. No agencies. No waiting.You're the storyteller. Arcade makes every format effortless.AI that knows your product. AI that knows your brand."Arcade's special sauce: the speed to create professional assets."The fastest way to tell your story.Empower your GTM to be better storytellers.Integrated with the tools you rely on.What it's like working with Arcade+6 more, not shown
Buttons and links
Talk to salesSign up for freeExplore all integrationsTalk to a GTM expertSubscribe

Sections

5 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 arcade.software
Nav0% down the page
Hero section of arcade.software
Hero0% down the page
Logos section of arcade.software
Logos8% down the page
CTA section of arcade.software
CTA89% down the page
Footer section of arcade.software
Footer92% 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“$50”

What we found

7 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

Offer clarity1 of 1

Makes the pricing ladder explicit $0/mo, free, $150/mo

Action path3 of 4

Offers a free trial or free tier Free plan
Lead-capture form text, email, submit
Offers a demo or docs entry point Get a Demo

Trust & proof2 of 2

Shows customer logos or a trusted-by claim logos: Salesforce, Bubble, Instacart, OpenAI, Webflow
Puts a number on adoption 30k companies

Friction reduction2 of 2

Answers buyer objections Frequently asked questions
Offers a free trial or free tier Free plan

Value reinforcement1 of 2

Puts a number on adoption 30k companies

What we didn’t find

4 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 see4 of 11 applicable

Press / "as seen in" 448 of 1769 measured funnels run this
Us-vs-them comparison 304 of 1777 measured funnels run this
Proof above the fold 292 of 1777 measured funnels run this
Scarcity / urgency copy 94 of 1769 measured funnels run this

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

17 run · 4 flagged

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

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

Readability & contrastclear

Text contrast (WCAG AA) passescontrast:text-contrast-wcag-aa

99% of measurable text passes WCAG AA.

Mobile & tap targetsclear

Mobile viewport passesmobile:mobile-viewport

Responsive viewport meta is present.

Typographyclear

Body text size passestype:body-text-size

Base body text ~16px, smallest 13px.

Line length notetype:line-length

1 paragraph runs past ~95 characters per line.

fix Cap measure at ~60-75ch for comfortable reading.

Accessibility hygiene1 flagged

Language declared passesa11y:language-declared

html[lang] is set for screen readers.

Image alt text passesa11y:image-alt-text

All 108 content images carry alt text.

Form labels notea11y:form-labels

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

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

Named controls needs worka11y:named-controls

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

fix Add aria-label to icon-only buttons and links.

Heading levels notea11y:heading-levels

3 headings skip a level (e.g. <h2> followed by <h4>). Screen-reader users navigate by this outline.

fix Step heading levels one at a time; use CSS for size, not a deeper level.

Weight & delivery2 flagged

Page weight not measurableweight:page-weight

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

Render-blocking resources needs workweight:render-blocking-resources

11 stylesheets/scripts in <head> block first paint.

fix Defer non-critical JS (defer/async) and inline only critical CSS.

Oversized images needs workweight:oversized-images

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

“69c6942fca090269bf954fb1_Brand-Website%4” is 1440px wide, displayed at 540px

fix Serve responsive sizes (srcset/sizes) matching the rendered width.

Structure & reachability1 flagged

Landmark regions needs workstructure:landmark-regions

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

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

Keyboard reachability notestructure:keyboard-reachability

74 elements look clickable but cannot be reached by keyboard.

“Product”, “Product”, “Solutions”

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

Form usabilityclear

Inline validation passesforms:inline-validation

5 fields carry validation attributes (required/pattern/aria-invalid).

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#111827
accent#111827
bg#ffffff
surface#f9fafb
text#4b5563
See the roles applied
accent

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

the roles, doing their job
The quick brown fox64px
Jumps over the lazy dog48px
A subheading in their voice40px

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
12pxAa
14pxAa
16pxAa
18pxAa
20pxAa
24pxAa
30pxAa
32pxAa
36pxAa
40pxAa
48pxAa
64pxAa
WEIGHTS
Aa400
Aa500
Aa600
Aa700
FAMILIES
Inter
rendered in their own type system · webfont not loaded. system fallback if uninstalled

We also looked for Playbook match, and found none on this funnel.

X-ray a funnel

Your competitor's funnel is one URL away.

Give your AI real references · Measured facts, not taste

Similar crawls