Our other projects
The brief was to create a branded website audit experience for SoFlow that could live naturally on the Webflow site while producing useful technical reports for prospects.
The tool needed to feel like a public marketing product, not a disconnected developer utility.
A normal contact form can capture a lead, but it does not prove technical capability or give the prospect an immediate reason to trust the agency.
The site needed a way to translate invisible technical issues into a report that a business owner or marketing team could understand.
The implementation had to fit into an existing Webflow site, avoid exposing private generated reports to search engines, store audit results reliably, and support external services such as PageSpeed, browser rendering, and notifications.
It also needed to stay bounded so a free audit could complete without becoming a full enterprise crawler.
SoFlow implemented a Cloudflare Worker audit backend with D1 storage, public audit routes, report assets, export endpoints, and optional integrations for Browser Rendering, PageSpeed data, OpenAI summary polishing, and webhook notifications.
The Webflow page remains the marketing surface, while the Worker owns the dynamic report workflow.
Webflow renders the public audit form and report shell. The Cloudflare Worker receives the submission, normalizes the target URL, crawls a bounded set of pages, stores the result in D1, and serves report data and assets back to the public pages.
- Lead capture through a branded audit form
- D1-backed audit status and report storage
- Bounded crawl checks for metadata, redirects, robots, sitemap, links, and page structure
- Optional rendered DOM, axe, and visual QA evidence when browser rendering is available
- Private report SEO handling for generated audit URLs
The audit engine turns a website submission into a structured report with prioritized findings, methodology notes, and Webflow-aware recommendations. It also creates a repeatable product story for SoFlow's technical SEO and Webflow services.
- Stores audit lifecycle and report payloads in D1
- Supports public audit, report, and audit-derived quote routes
- Includes fallback behavior when optional integrations are unavailable
- Separates public Webflow pages from private backend execution
Can this audit engine replace a full manual audit?
No. It is designed as a fast technical and strategic starting point. A deeper professional audit can expand the findings, confirm edge cases, and turn the report into an implementation plan.
Why use Cloudflare Workers with Webflow?
Webflow owns the public experience, while Workers handle dynamic logic, API calls, storage, generated reports, and private route behavior without exposing secrets in browser code.
Can this pattern be adapted for other lead tools?
Yes. The same architecture can power calculators, diagnostics, eligibility checks, product selectors, and other Webflow-native lead tools that need backend logic.
This implementation proves that SoFlow can turn Webflow into a product interface while using Cloudflare Workers for the secure backend logic, data storage, and report generation that Webflow should not own directly.
Can this audit engine replace a full manual audit?
No. It is designed as a fast technical and strategic starting point. A deeper professional audit can expand the findings, confirm edge cases, and turn the report into an implementation plan.
Why use Cloudflare Workers with Webflow?
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
Block quote
Ordered list
- Item 1
- Item 2
- Item 3
Unordered list
- Item A
- Item B
- Item C
Bold text
Emphasis
Superscript
Subscript
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
Block quote
Ordered list
- Item 1
- Item 2
- Item 3
Unordered list
- Item A
- Item B
- Item C
Bold text
Emphasis
Superscript
Subscript
Before the implementation, technical website issues were mostly discussed manually after a prospect contacted SoFlow.
There was no reusable product surface that connected audit expertise, report proof, and lead capture.
After the implementation, SoFlow had a public audit funnel, generated report pages, reusable assets, and a stronger way to start technical SEO conversations from real evidence.
Webflow is excellent for the public page and conversion flow, but the audit logic needs backend execution, API keys, storage, generated report URLs, and crawler safeguards.
Putting that logic into page custom code would expose too much, limit reliability, and make report storage difficult.



