Press slash to focus this field, or Escape to return home.
What have you published?
ResourcesRecordings and writing, mostly about the same problem from different angles: how a site is structured, and what that structure costs you later. The videos go step by step. The written pieces go deeper on one decision at a time.
Recordings · YouTube

I trained Claude to do my Webflow work for me
How I use custom Claude skills with Webflow MCP 2.0 to build projects faster.

What is Best Cookie Consent Tool for Webflow?
Consent Pro, a rebuilt cookie solution for Webflow, and how to set it up.

How I Design Premium Websites in Lovable!
Turning Lovable output into clean, production-ready, scroll-animated sites in five steps.

Transform Video to Lottie Animation with Adobe Media Encoder!
Converting a video into a Lottie animation for use in a Webflow project.

From Webflow to Lovable: Exporting and Organizing a Website Project
Exporting a Webflow site's code, moving it to Lovable and organising the files.

What is Share of voice
Writing
Do AI crawlers run JavaScript?
Not one answer, three. OpenAI, Anthropic and Perplexity fetch raw HTML. Google and Apple render. Which one you are talking to changes the whole fix list.
What does Webflow actually put in your HTML?
I fetched seven Webflow sites I built the way a crawler does. Native Tabs, Sliders and Collection Lists all ship their content. The JavaScript-driven layer on top does not.
Does llms.txt do anything?
28% of sites publish one. 97% of those files were never fetched. Google says no AI system uses it. This site ships one anyway, and here is the honest reason.
Webflow shipped AEO. What if you are not on Enterprise?
Webflow's AEO product went GA in May 2026 behind a Team or Enterprise plan. Most of what it does, you can do by hand. Here is the split between the two.
How do you drive Webflow from Claude Code?
Webflow's MCP server lets an agent act on the real project: styles, elements, CMS, pages. What it does well, what it still cannot touch, and where the judgement has to stay with you.
How does this site ship 36KB with no framework?
This site is hosted on a React platform and serves none of it. Cloudflare answers with a static file before the Worker runs, so the page is 36KB gzip instead of 169KB.