Bradford Huber's Avatar

Bradford Huber

@bradfordhuber.bsky.social

Dev Lead @ Amply | Webflow Websites For High-Growth B2B

129 Followers  |  110 Following  |  45 Posts  |  Joined: 18.11.2024  |  2.2983

Latest posts by bradfordhuber.bsky.social on Bluesky

Preview
Miyagi | AI Agents built for Webflow Most AI tools feel like disconnected sidekicks. They donโ€™t understand your Webflow site, and they rarely get things right on the first try. Miyagi works differently. Itโ€™s designed to work inside your ...

Join the waitlist today at getmiyagi.com!

01.07.2025 20:13 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

CMS Agent: Perform actions in the CMS like:
- Creating Collections
- Creating Collection Items
- Bulk edits across CMS
- Content Migration

01.07.2025 20:13 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Video thumbnail

Code Agent - think Cursor built for Webflow. Can code, host & deploy files on your behalf and can also interact with your project to pull class names or even add attributes to elements.

01.07.2025 20:13 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Design Agent - has access to Webflow's designer API & your site context and can perform actions on your behalf like:
- Bulk add Alt Text
- Export/Import all SEO meta data via CSV
- add Aria labels
- Importing Variables
- Building Layouts
- Class Renaming

01.07.2025 20:13 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Video thumbnail

Excited to announce the newest Webflow app we've been building ๐Ÿ”ฅ

Miyagi: An AI app for Webflow made up of 3 powerful agents:

โ€ข Design Agent: Automate tasks in the Webflow Designer
โ€ข Code Agent: Vibe code in Webflow
โ€ข CMS Agent: Bulk edit and create content in the CMS

Learn more below ๐Ÿ‘‡

01.07.2025 20:13 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Video thumbnail

I posted this idea back in 2023, and have really been thinking about it a lot recently.

We really need something like this in the Webflow CMS.

Clients really want the ability to add styled content into the rich text in Webflow, and the workarounds we do have are a terrible client UX.

26.03.2025 16:54 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Video thumbnail

Hereโ€™s a unique little Webflow component we created recently!

Multistep quiz that directs users to the best page suited to their needs

Built with superformjs, which is one of my favorite multistep form libraries as of late!

25.02.2025 17:09 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Nice!

24.02.2025 18:32 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Awesome. What framework are you using btw?

24.02.2025 18:03 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Also this allows a client to unlink the component and be able have more flexibility while still being able to work with that component in build mode.

24.02.2025 17:14 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

The benefit here is that it's faster then creating multiple components all from scratch. You can pass over properties in 1 click rather than creating each prop from scratch.

24.02.2025 17:14 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

is going to repeat exactly the same on multiple pages (ex. a specifc header layout), you can wrap that component in another component and pass over only the relevant props. (headings, text) You now have global control over that layout and can always unlink it to get back to the Master component

24.02.2025 17:12 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

I've run into this challenge - it's basically the line between global control and instance specific flexibility. What I've realized is a great solution though is creating wrapped components.

Essentially you can have your master, flexible component, and then when you notice a section that

24.02.2025 17:12 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 0

Overall, I think the pros outweigh the cons when executed properly. But there are still cases where a component-first approach might be overkill or not the best choice for a particular client.

Have you built with a component first approach? Whatโ€™s your experience been like? ๐Ÿš€

24.02.2025 16:32 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Cons
โ†ณ More time & thought must go into it to ensure it's built in a scaleable way
โ†ณ More Timely QA/Post Launch: Once clients start using the project they may need adjustments to the properties
โ†ณ If the client has development background/webflow experience, a standard build may be preferred

24.02.2025 16:32 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Pros:
โ†ณ Easy for clients to edit without having to understand webflow
โ†ณ Makes it difficult for clients to break their site
โ†ณ Speeds up dev time if the project is big enough
โ†ณ Easy to maintain consistency when working a team of devs
โ†ณ Maintain global control over large projects if built correctly

24.02.2025 16:30 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Post image

Lately, weโ€™ve been diving deep into component first builds, and the overall results have been great! Now that we've implemented this approach multiple times, Iโ€™ve noticed some clear advantagesโ€”and a few challengesโ€”I wanted to share ๐Ÿงต

24.02.2025 16:28 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Video thumbnail

The Webflow Input Enhancer just got better!

You can now add custom property descriptions and tooltips to your Webflow components!

19.02.2025 17:03 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Video thumbnail

We built this custom component in Webflow
using GSAP for the animations, and the assets for the image sequence and MP3 files are hosted GitHub pages. (This works like a charm, no need to create a custom server)

18.02.2025 19:57 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Video thumbnail

New Site Launch for whisperroom.com!

We built 95% of the site using Webflow components, and we incorporated component variants, variable modes, and slots more deeply then we have on any other site. It's amazing to see how easy it is for the client to be able to update and customize the site.

17.02.2025 16:47 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Haven't heard of the Webflow Input Enhancer? Here's a brief summary of what it can do ๐Ÿ‘‰
โ€ข Auto suggest css properties, classes, and variables in component props
โ€ข Enhance and expand style properties to write instance specific css
โ€ข Create dropdown properties for easy editing for clients

14.02.2025 20:32 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Webflow Input Enhancer Pop Up - Webflow One of the biggest downsides of chrome extensions for Webflow is that every user has to download these on their browser. Because of that, we've added a pop-up component that you can add to your ...

webflow.com/made-in-webf...

14.02.2025 20:31 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

If the extension is installed, this component will be hidden by default as the page loads. ๐Ÿš€

The component also includes some code to make sure that the pop up is only ever visible inside the designer, not on the published site.

You can grab the cloneable below ๐Ÿ‘‡

14.02.2025 20:31 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Video thumbnail

One of the biggest downsides of chrome extensions for Webflow is that every user has to download these on their browser.

Because of that, we've added a pop-up component that you can add to your projects that will let other users know to download the Webflow Input Enhancer for the best experience.

14.02.2025 20:30 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 0

we're just trying to keep up!

14.02.2025 02:08 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Webflow Input Enhancer - Chrome Web Store Transform the Way You Work with Component in Webflow!

check it out here: chromewebstore.google.com/detail/webfl...

13.02.2025 16:02 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Video thumbnail

create custom dropdown properties for your
Webflow components!

How do dropdown properties work?
โ€ข All dropdown lists live in a single component in your project
โ€ข Link to a list via an ID in the property name (this get's hidden by the extension)
โ€ข That's it!

13.02.2025 16:01 โ€” ๐Ÿ‘ 4    ๐Ÿ” 1    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 1

ah got it. It would be great if slots worked like the custom elements where you could assign any html tag to them

22.01.2025 15:11 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

For your use case does the rich text element not work?

22.01.2025 02:58 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Post image

Variable breakpoints are finally here!!!

14.01.2025 18:30 โ€” ๐Ÿ‘ 6    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

@bradfordhuber is following 18 prominent accounts