Once won Webflow Developer of the Year. Still learning CSS Grid.

Joined July 2022
1,402 Photos and videos
Loving the new @webflow developers landing page by Mike, José, and Luca w ⚽️ Easter egg footer.
1
20
1,263
If I become a realtor I’m stealing this idea #elcerrito
2
2
151
Web Bae retweeted
If you are in SF tomorrow, drop by AI Council. I'm going to talk about how Webflow has been evolving towards supporting agents natively.
2
14
493
Today marks the first time a designer sent me designs as React code.
2
8
328
Code components are still my favorite tech in Webflow since we got variable fonts.
AI Code Components in @webflow are a huge unlock and they're remarkably different than the code gen you've seen before. Here are some of my favorite prompts and reasons why:
1
1
11
903
back from pat leave did I miss anything?
1
7
424
Web Bae retweeted
The new @Webflow MCP v1.2 just dropped.🔥 Raw HTML to Webflow elements. Component slots. 500 CSS properties. Element querying. Variable creation. Your agents just got a whole lot more powerful. Here's what's new 🧵
18
26
172
40,620
Random side quest completed. Manage your Webflow CMS with this free mobile app. (Includes full screen rich text editor and bulk CMS alt text updating, light and dark mode)
10
5
80
2,260
Prompted this mobile app @Webflow CMS manager from phone in between 👶 screams. apps.apple.com/us/app/flow-t…

I’m designing in code on my phone through prompts while the baby naps. Wish I could share that with my 20 year old self who kept worrying over the question “should designers code?”
2
18
1,829
29 Nov 2025
Watch your mouth marc trying to bring us the VS Code fork from Meta 😭 I don’t want it!!!
an IDE that shows you ads while your agent is spinning and the ads pay for the tokens
1
6
982
21 Nov 2025
MarchingCubes Roughness Transmission. Thanks @threejs!
20 Nov 2025
ᨒ Jelly Switch
4
1
25
5,257
20 Nov 2025
Runs great right in @webflow too.
20 Nov 2025
I just wanna make hover interactions all day long.
9
1
98
7,422
20 Nov 2025
I just wanna make hover interactions all day long.
4
74
8,434
20 Nov 2025
Weird - Just got this question in Discord the other day! been playing around with light-dark a lot on and off for a while now thanks @claudialnathan for reminding me! made a quick Loom on getting it set up in a Webflow project if you'd like. loom.com/share/99cade51f8da4…
🫨 When @webflow announced CSS function support back in June I was mostly excited about fluid sizing, and didn't actually consider it meant I could use one of my favorite color functions, light-dark(). Yes this can be achieved in Webflow's modes. Yes, I love Webflow modes and will still use them for color modes in most client work. But for my personal site and a few client sites I've done, the only two color modes I typically need are light and dark. So why not just rely on Webflow's modes for this? Well, css light-dark() does some cool things out of the box. Importantly, I prefer to hand as much UI-level control back to the user as possible—just as we do when we use rem units to respect their font-size preferences. This is the color scheme equivalent. 🌓 When you use light-dark() you’re building on top of the browser’s native color-scheme system, not re-implementing a theming engine yourself. The browser already knows how to detect the user’s OS theme (which if configured to switch by the user, does so at sunrise/sunset), it will animate the transition cleanly (and take motion preferences into account), and theme built-in UI (form controls, scrollbars, inputs). 🧹 Because this logic is baked into CSS itself, the JS you write for a toggle becomes incredibly small — you’re just overriding color-scheme on the root and storing a preference. With Webflow’s variable modes you’re effectively creating your own theme system: you have to manage two sets of tokens, read and write custom attributes, sync them with localStorage, listen for system preferences manually, etc. ⚠️ In order for this to work you need to set color-scheme: light dark; on either the :root in custom code or on the body via custom properties, which also enables you to override the default for specific components and sections (which I know is done often with Webflow's modes). I prefer the latter to keep it scoped sensibly, you can override the default for specific components if needed, and I also just prefer to keep as much of this stuff out of custom code embeds and visible directly in the designer via custom properties where possible (for easier debugging). Also pls ignore my sloppy variable names this is only how I set this stuff up for my personal work 😅 MDN → developer.mozilla.org/en-US/…
4
21
2,056