I build websites.
Mostly in Webflow.
I work on the structure underneath the design too. How your content is organised in the CMS, what ends up in the HTML, and whether a search engine can make sense of it. That includes the AI tools people use to find answers, like ChatGPT and Perplexity.
Press / to ask a question. Escape brings you back here.
flowy: A Webflow skill I built for Claude Code
I use Claude on paid Webflow projects, and flowy comes from the things I've had to correct along the way. Sometimes an agent says it changed a style, but the change hasn't saved. Sometimes it rebuilds a component when copying it would have preserved everything. It can also change CMS bindings that were working, or strip out interactions because they don't run in the Designer canvas.
I put those corrections into flowy. You give Claude a task, it works through the Webflow MCP, then checks that the changes saved. It asks before publishing or deleting. The instructions are open source under the MIT license, on GitHub since August 2026, with dates attached to the claims so you can see when they were checked.
- There are three skills in the package. One helps Claude choose how to do a task: through the MCP, in the Designer, or with a clipboard paste. Another documents the Webflow MCP's behaviour. The third checks the result after a write.
- Claude Code also gets four guard hooks. These run independently of whether the model follows the instructions: they ask before publishing or deleting, block resizing, and remind Claude to verify each write.
- I built it for Claude Code. You can also load the skills in Cursor, Codex and Windsurf. For claude.ai, Cowork or the Claude API, use the single-file build.
/plugin marketplace add yaroshidi/flowy
/plugin install flowy
The zip contains the single-skill build for claude.ai, Cowork and the API. The README and the rest of the files are in the GitHub repository.
Questions about working with me
You can open each answer on its own page too. That gives search engines and AI tools a direct link to the answer.
How is AEO different from SEO?
Do you work with existing Webflow sites or only new builds?
Can my team edit the site after handover?
Do you work with our designer or from Figma files?
What happens after launch?
Do you only build in Webflow?
Latest videos
Watch me build in Webflow and work with AI.
Latest writing
Things I've worked through on projects, with the sources and details included.
AEO for Webflow: Complete Guide for AI Search Optimization
How to organise your Webflow site so AI tools can read the content and link to it in their answers.
Webflow MCP is the new skill you need to learn to master the future Webflow
Webflow's MCP gives AI access to the Designer as well as the Data API. Here's what that lets you do inside a project.
Split text reveal animations in Webflow using the new GSAP UI
Build text animations in Webflow's GSAP UI, including masked reveals, staggered timing and scroll triggers. Then reuse them.
Add Prebuilt Components to Webflow Rich Text with Simple Syntax
Use a little JavaScript to add your own components inside Webflow rich text fields.