saas · Aug 14, 2026

vidflux.ai

50/100 Thin

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

How this was measured

Measured by Roentgen 1.24.0 on 2026-08-14. 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 50 · mobile 50.

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

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

What we recorded

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

▲ strongest
7 tactics

$1.00 +11 more  ·  subscription

Free giftFAQTrust badgesFree trialNo cardLogo wallPricing tiers
Pricing
02

Pricing

7 tactics

$1.00 +11 more  ·  subscription

Free giftFAQTrust badgesFree trialNo cardLogo wallPricing tiers
Auth
03

Auth

▼ thinnest
6 tactics
Free giftTrust badgesFree trialNo cardLogo wallPricing tiers

In their own words

43 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
vidflux ai: Create Professional AI Videos in Minutes
Meta description
Create professional AI videos from text in 60 seconds. Transform your ideas into MP4 videos with Veo 3, Sora 2, Seedance, Kling, Wan 2.5, and more.
Headline
Create Professional AI Videos in Minutes
Section headings
AI VIDEO TO VIDEO GENERATORTransform Videos with Character AnimationAI IMAGE TO VIDEO GENERATORTransform Images into Dynamic VideosAI Text to Video Generator ShowcasePOWERED BY LEADING AI VIDEO MODELSMultiple Industry-Leading Generation TechnologiesPOWERFUL AI VIDEO FEATURES+8 more, not shown
Buttons and links
AI ToolsAI ModelLog inSwitch languageAI ImageAI VideoAI PromptVeo 3.1 Fast16:9Login to Generate Free+2 more, not shown
Prices on the page
$1.00$4.98$0.85$18.8$0.75$49.8$0.60$79.8+4 more, not shown

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 vidflux.ai
Nav0% down the page
Hero section of vidflux.ai
Hero1% down the page
Pricing section of vidflux.ai
Pricing71% down the page
FAQ section of vidflux.ai
FAQ80% down the page
Footer section of vidflux.ai
Footer93% 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
Rating element
Rating“0/5000”

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

Offer clarity1 of 1

Makes the pricing ladder explicit free, $9/mo, $29/mo, $79/mo

Action path1 of 4

Offers a free trial or free tier free trial

Trust & proof1 of 2

Shows customer logos or a trusted-by claim trusted by

Friction reduction2 of 2

Answers buyer objections FREQUENTLY ASKED QUESTIONS
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

Press / "as seen in" 508 of the 1,960 funnels we checked
Demo / docs entry 477 of the 1,393 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 · 6 flagged

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

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

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

Text contrast (WCAG AA)

contrast:text-contrast-wcag-aa

33% of measurable text passes WCAG AA. 2+ runs fail. 75% of text was unmeasurable (over images/gradients). not counted either way.

worst: “AI Video” at 3.3:1 (14px, #ffffff on #16a34a). 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 12px (base ~18px). below the ~16px readable floor.

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

Named controls

a11y:named-controls

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

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

Oversized images

weight:oversized-images

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

“featured-on-taaft.png?width=600” is 600px wide, displayed at 154px

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

Landmark regions

structure:landmark-regions

No <header> or <main> or <footer> 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

136 of 167 interactive targets are under 44×44px on mobile.

smallest: “Toggle Mobile Menu” at 32×32px

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

Worth knowing6

Line length

12 paragraphs run past ~95 characters per line.

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

type:line-length
Form labels

1 form field relies on placeholder text as the only label.

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

a11y:form-labels
Render-blocking resources

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

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

weight:render-blocking-resources
Keyboard reachability

2 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 2.1 MB across 152 measurable resources, but 177 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 · Image alt text

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#1a2a4c
accent#1a2a4c
bg#252837
surface#252837
text#ffffff
See the roles applied
accent

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

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

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
36pxAa
48pxAa
80pxAa
WEIGHTS
Aa400
Aa500
Aa600
Aa700
FAMILIES
Bricolage Grotesque · Noto Sans
rendered in their own type system · webfont not loaded. system fallback if uninstalled

Measured, found none

1 of 9 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