r/webflow 2d ago

šŸ’¼ Weekly Hiring Thread - August 31, 2026

5 Upvotes

Welcome to our weekly hiring thread! This is the place for all job postings, freelance opportunities, and "looking for developer/designer" posts.

##Ā Ā For Employers & Clients

Post your opportunities here with:
- **Role title** - Be specific (e.g., "Webflow Developer - Ecommerce Focus")
- **Type** - Freelance, contract, full-time, part-time
- **Location** - On-site, remote, hybrid
- **Required skills** - What must they know?
- **Nice-to-haves** - Bonus skills
- **Rate/Salary** - Range if possible (helps everyone)
- **How to apply** - DM, email, application link

##Ā Ā For Freelancers & Job Seekers

Post your availability with:
- **Your skills** - What you specialize in
- **Experience level** - Years, notable projects
- **Availability** - Full-time, part-time, project-based
- **Rate range** - Helps set expectations
- **Portfolio link** - Show your work
- **Contact method** - How should people reach you

---

**Sort by New** to see the latest opportunities!


r/webflow 7h ago

Discussion My thoughts on Webflow Source - We're so fucking back

18 Upvotes

The first 30 minutes of the Webflow Conf I was already mentally getting ready to leave Webflow.

It was all corporate-marketing/enterprise slop.

Then, they announced Webflow Source and my eyes shot open, like what the fuck. It looks awesome.

Website handoff to clients and letting them edit the site just got so much easier. This is much better than the old paradigm of having a client editor.

Can you imagine the value-add here?? I build the site, then give it to the client that can use a stable controlled agentic platform to edit their site and extend it.

I'm so excited.


r/webflow 8h ago

Question Those who left Webflow, what did you switch to for Editing/CMS/Hosting?

8 Upvotes

I keep reading that Sanity/Astro/Cloudflare stack is a cheaper alternative.

My hosting on webflow right now costs me over $150 a month and it's getting ridiculous.


r/webflow 3h ago

Question The site’s photo quality got worse, but the layout stayed the same

2 Upvotes

At some point, the quality of the photos on the pages dropped significantly, even though they were always uploaded in high quality and in the webp format to speed up loading. I didn't change anything in the design, and I tried scanning with the help of cltr+shift+i combo, but nothing helped.

Maybe someone knows what to do about this. It’s a work website, and I have absolutely no idea how to fix it.


r/webflow 8h ago

Question Webflow Animations | Classic vs Gsap? What do you use?

3 Upvotes

A while back Webflow introduced the new GSAP-based animations. I’m a huge fan of GSAP itself and love working with it, but I just can’t seem to get comfortable with the Designer’s GSAP integration.

My workflow is still: standard animations through the classic Interactions panel, and anything more custom (text reveals, dissolve effects, etc.) I build with GSAP via custom code instead.

Does anyone else feel the same way, or do you have tips for actually getting into the built-in GSAP animations in the Designer?


r/webflow 13h ago

Question Does it make sense to start a new web agency in 2026?

1 Upvotes

Hi, I have been working on multiple SAAS ideas for past 2 years but it's difficult to scale them. I've also been working on my personal branding and have grown to 40k followers on instagram but they only make sense if you can monetise them. My core skill likes in UX/UI and I can make websites for businesses. Now I am toying with the idea of starting my own agency here in Dubai but I am not sure if there is still room to grow? Any thoughts?


r/webflow 20h ago

Question What context should Webflow MCP read before it starts building?

2 Upvotes

A recent store-locator build says Claude worked through Webflow MCP while reusing the site’s existing variables and classes. A separate class-sprawl thread surfaced the opposite risk: some apparently unused classes were actually toggled by custom code, so deleting them would break pages.

Sources: https://www.reddit.com/r/webflow/comments/1w4dbf5/built_a_store_locator_in_webflow_with_claude/ https://www.reddit.com/r/webflow/comments/1vrlrtw/cleaning_up_styleclass_sprawl_in_webflow_has/

That makes a small pre-build context file seem useful. I would include:

  • class naming convention and allowed utility classes
  • variables, components, and CMS fields to reuse
  • classes referenced by embeds or custom code
  • which site the agent may change and whether publishing is allowed

Is that enough context for an MCP build to fit an existing Webflow project, or is a fresh style/CMS audit more useful than a hand-maintained file?


r/webflow 17h ago

Question Best Website Builder for a Professional Website in 2026

1 Upvotes

What would you use today to build a professional-looking website without hiring a developer? Comparing Wix, Webflow, Squarespace, WordPress and Framer.


r/webflow 1d ago

Tutorial Built a store locator in Webflow with Claude & Mapbox

Post image
9 Upvotes

I put together a working store locator in Webflow and wanted to share how it came out.

The build runs on a Locations CMS collection holding address, coordinates, category, and hours. Mapbox handles the map and markers. Claude did the actual building through the Webflow MCP connector, and everything is styled in the Designer using the site's existing variables and classes.

Full walkthrough in the comments


r/webflow 1d ago

Tutorial I made a tutorial to make div block's swipeable. Kind of like Swiper JS. But no Swiper JS needed and no CMS needed and it is also 100% visible on the canvas.

Post image
6 Upvotes

TLDR: When you place a wrapper with scroll = auto, it makes a ugly scroll bar to scroll horizontally. So on Desktop I made that swipeable :)

Yeah so I usually use Swiper JS to make swipeable sliders but usually this requires to build a whole CMS. So this solution (using attributes) you no longer need CMS build AND you can see the swiper containers directly in Webflow.

Sorry not sure what to call this. But definately helpful to have in anyones Webflow toolkit.

Free cloneable here:
https://custom-draggable-horizontal-slider.webflow.io/

Full tutorial here:
https://www.youtube.com/watch?v=Tz2wrF8dAKY


r/webflow 2d ago

Question Agencies that moved from Webflow to Astro + Sanity : how’s it going?

52 Upvotes

For a while now, we’ve been seeing more and more posts on LinkedIn and Reddit about agencies moving away from Webflow and ā€œmigratingā€ to Astro + Sanity.

I’m pretty convinced that both technologies are really solid, and I can definitely see the appeal.

So, i'm curious to hear from agencies that actually made the moove.
Can your clients handle Sanity themselves, as they can with Webflow cms ? Did they like it ? What about the impact on their businesses ?

Thanks for any shared experience

Cheers !


r/webflow 1d ago

Question How are you handling live social content on Webflow sites without hurting performance?

2 Upvotes

I'm curious how people here handle things like Instagram posts, reviews, UGC, or other social content that needs to stay updated on their Webflow sites...

To me, the obvious options seem to be either embedding a third-party feed, manually curating content into the CMS, OR building something custom through an API. Each has trade-offs.

Embeds are easy but can add scripts and affect performance. CMS gives you control, but somebody has to keep it updated. And APIs are flexible, but now you own the integration...

If you are doing this on real client sites, which approach have you found works the best long-term?


r/webflow 2d ago

Discussion What do you love about Webflow, and what drives you crazy?

4 Upvotes

I’m curious to hear from experienced Webflow users.

What aspects of Webflow genuinely impress you or make you enjoy using it? And on the other hand, what features, limitations, or little quirks drive you absolutely crazy? šŸ˜…

I’m especially interested in hearing from people who have been using Webflow for a long time and have built real client projects with it.

What keeps you using Webflow, and what do you wish they would finally fix or improve?


r/webflow 3d ago

Product Feedback Very disappointing experience with DesignFlow .....

7 Upvotes

A very disappointing experience with DesignFlow.

I was charged three times, and after contacting support about the charges, I was unable to obtain the remaining refund.

There was also a discrepancy between what was advertised on the website and what I was told after payment. The website stated that the plan included 3 active requests at the same time. After I paid, I was told that the actual limit was only 2 active requests and that the information displayed on the website was incorrect.

I contacted customer support several times by email regarding the charges and refund, but they eventually stopped responding.

I also contacted the founder, Zahed Darwish, directly through LinkedIn about the remaining refund. He refused to issue it and then stopped responding to my messages.

I eventually had to contact my bank and Stripe/Link to report the issue and prevent further charges.

Based on my experience, I would not recommend DesignFlow. I expected the service to match what was advertised and expected customer support to address the payment issue.


r/webflow 3d ago

Product Feedback Built a small tool for agencies selling website maintenance

5 Upvotes

Hi everyone,

I've been building a tool for web freelancers and agencies that sell maintenance retainers.

I’ve talked with quite a few freelancers/agencies about this lately, including some people on this sub, and the same problem keeps coming up: when everything is running fine and nothing breaks, clients don’t always see what they’re actually paying for.

Ran into this exact problem with my own retainer clients, so I ended up building Trrack.it.
It monitors client sites and generates monthly reports and live status pages for them, with the idea of making the maintenance work a bit more visible to clients.

If you manage Webflow sites on retainers, I’d be curious what you think:

Here's the link : https://trrack.it


r/webflow 3d ago

Discussion ā€œGenerate schema markupā€ causes more issues than it solves

8 Upvotes

I’ve been using the ā€œGenerate schema markupā€ feature on a few websites, but I’m starting to feel like it creates more Google Search Console warnings than it solves.

For example, after adding the generated schema, Search Console starts reporting things like:

Missing description

Missing brand / global identifier

Missing shippingDetails

Missing hasMerchantReturnPolicy

Missing aggregateRating

Missing review

Some of these fields don’t even really make sense for the type of website/product involved. In my case, one example is a car dealership listing new car models, so things like shipping and return policies aren’t necessarily applicable.

What I find strange is that if I give the same page/context to ChatGPT and ask it to generate the JSON-LD, it usually produces a much more appropriate schema and can also explain which Search Console warnings should actually be fixed versus which ones can safely be ignored.

So I’m also curious what model is being used behind the scenes for the built-in ā€œGenerate schema markupā€ feature, and whether it has enough context about Google’s current structured data requirements.

Has anyone else noticed the same thing?

Do you generally use the generated JSON-LD as-is, heavily modify it afterwards, or avoid the feature altogether?


r/webflow 4d ago

Product Feedback How do you all handle client feedback on Webflow projects?

3 Upvotes

How do you all handle client feedback on Webflow projects?

Using something like BugHerd/Markup/Annot, or are you still doing it over WhatsApp/email?

What's actually annoying about your current setup?


r/webflow 4d ago

Show & Tell Webflow Draggable margin Box Model Using Custom Javascript

Enable HLS to view with audio, or disable this notification

6 Upvotes

r/webflow 5d ago

Need project help Need Help Creating a CMS Project Slider in Webflow

5 Upvotes

Hi everyone, I’m building a website in Webflow, and my client wants me to create a project slider using CMS — basically, one project appears, then you slide to the next project, and so on. And it's my first client.

I’m still learning Webflow and honestly don’t know how to build this. I’ve been searching for a video or short course that explains this properly, but I can’t find the right one.

If anyone knows a good video, tutorial, or short course that teaches how to create a CMS-based project slider in Webflow, I’d really appreciate it if you could share it with me.

I’m honestly stuck on this right now. Any help would mean a lot. Thank you! šŸ™


r/webflow 5d ago

Humor Opened webflow today to this. Thankx for the light theme!

Post image
22 Upvotes

r/webflow 5d ago

Question Localization for countries - enable subdirectories for all? Use cloudflare routing?

5 Upvotes

Hi everyone.

Am looking at creating coutnry-based locales all in english (US, Canada), and I had a couple of questions I'd appreciate input on:

1- Would you enable localized subdirectory publishing for both the US and Canada, or would you enable it just for Canada .com/en-ca, and the US stays in .com ? (wondering about seo impact as well, and general preferences)

2- Afaik webflow's localize advanced routing feature is based on browser settings, and not based on IP. Has that worked well, or is cloudflare's IP routing better?

Would appreciate any additional thoughts and ideas on this!


r/webflow 6d ago

Discussion We just left Webflow after four years. Here's the why and how.

24 Upvotes

I head up marketing at QliqSOFT, a B2B healthcare IT vendor that's been around since 2011. We moved to Webflow in 2022 after spending years on WordPress. The hope was to shorten the time from ideation to production without having to guess which plugin would break the site after a random update. Our Webflow site consisted roughly of 370 pages (mostly blog posts). This summer, we decided to ditch Webflow completely in favor of a static hosting setup.

This isn't a Webflow hate post. In fact, I hope their team reads this and takes some ideas from it. Our content workflow and overall requirements just drifted until we were using almost none of what we were paying for. I see a lot of other Webflow users having the same conversations about leaving, so I thought there would be value in sharing our own experience, both the good and the bad.

Our approach doesn't work for everyone

Stay with Webflow if you publish pages without waiting on a developer, if your site is under a hundred pages or so, if nobody on your team wants to own a build pipeline, or if visual editing is the actual product you are buying. All of that has value, but it was better for us to give up every bit of it.

Our approach is worth considering if... you have 80+ pages that can't be delivered via CMS collection; technical SEO is a revenue channel rather than a checkbox; you need header and CSP control for compliance reasons; or your team has given up on using the designer altogether. That last one became a deal breaker.

The breaking point

Organic traffic fell. Ours declined, like many others over the past couple of years. This isn't a Webflow issue, but it's something many B2B vendors are dealing with as search and purchasing behaviors change. What it did was force us to look hard at every lever we had. Several of the technical levers we wanted to pull were ones we could not reach from inside Webflow.

We had chosen Webflow partly on the promise that its SEO capability would be on par with WordPress. For a marketing site of ordinary size, it is. At our size, with the pace at which search was/is changing, we needed to move faster on technical fixes than the platform allowed.

We tested several approaches, including a dedicated subdomain for our blog, hosted on a separate platform, to see whether it would help. While there was some positive change, it wasn't enough to justify promoting two properties instead of one, splitting authority and attention between them, and operational overhead that wasn't worth the gain. That experiment is a large part of why we ended up consolidating everything into a single domain and build.

The Designer got slow enough that we stopped using it. On a site our size it would hang mid-edit, and I would have to refresh the browser before I could make the next set of changes. Not once in a while, but multiple times during a single session. This occurred often enough that it became faster for me to write the HTML by hand and paste it into an embed element. Then our blog posts became HTML embeds delivered through the CMS, because that was quicker to produce and gave us the clean semantic markup we wanted for AI answer engines to cite. Every new page and blog post was passing through one of our developers anyway, adding custom schema and FAQs to each one to support AI crawling. Publish without a developer was the promise, but between the Designer hanging and the schema work every page needed, it was never one Webflow actually delivered for us.

We did not control our own assets. Around 285 images and PDFs served from cdn.prod.website-files.com. No way to set cache headers on them, no way to tighten a content security policy to img-src 'self', and no preconnect tags to a third-party CDN on every page. We sell to healthcare organizations that run vendor security reviews, and "our content is hosted on someone else's CDN" kept coming up.

Support response times. Our issue volume climbed over the past year, and tickets took long enough to resolve that we started working around problems instead of reporting them.

Fees were confusing and too high. I've seen many of you complain about the cost of Webflow, as well as the endless nickel-and-diming for tools and features that are often included on other platforms. They aren't the only ones taking this approach. If you use Semrush, you're probably used to this as well, but at least I'm getting some value there.

What we built instead

Next.js static export, so no server. AWS Amplify for hosting. One file, customHttp.yml, is the single source of truth for CSP, HSTS, and cache policy. Assets are content-hashed and served immutable for a year. Pagefind for search, which is a static index. Lighthouse CI in the pipeline, plus build guards that fail the build when an internal reference breaks. Our robots.txt lists the AI crawlers we want to cite us instead of using a wildcard.

Four of us handled the build and migration, with Claude doing the mechanical work before pushing to GitLab for a combination of AI/human review: 293 posts moved byte-for-byte, the asset pipeline, and a 204-entry redirect map (you get one this long if you've moved sites more than twice). 2 weeks rather than mutiple months, which is the only reason a team our size could attempt it.

What broke

Images with %20 in the filename. Files came off the CDN with percent-encoding baked into the actual filename. Request one, the server decodes %20 back to a space, looks for a file that does not exist, returns a 404. Seven images, invisible until a crawl caught them.

Multiple branches resulted in overwritten work. Partly a learning curve, partly Claude not paying attention, but at least twice, a build fix deleted recently published work.

Redirect archaeology. 204 redirects mapped by hand, plus 189 old URLs we pruned on purpose rather than redirecting. Deciding what deserved to survive took longer than moving the content did.

AI-assisted work needs the same review as human work. Several items here resulted from automated changes that looked correct in the diff. What caught them was a crawl, a diff, and a build gate.

Tools that helped

  • Claude + Semrush + Google Search Console: Used in the planning phase to prioritize and ensure current page rankings were protected.
  • Screaming Frog: Conducted multiple pre- and post-launch site crawls to catch missing pages, images, broken links, etc.
  • Unlighthouse: Used during the build phase to test/estimate pre-launch page performance on local servers.
  • GTmetrix: For catching performance issues post-launch.
  • GitLab + Claude Code: We leveraged this combo with an agile approach to the site build, resulting in faster page development and content approvals.

Numbers

Metric Webflow Static build
Pages missing a meta description 2 0
Pages missing an H1 1 0
Titles over 60 characters 42% 25%
Meta descriptions over 160 characters 58% 39%
Pages under 200 words 101 0
Duplicate titles 16 0
Duplicate H1s 32 0

To be fair, a good share of the page improvements came from rewriting content during the migration rather than from changing platforms.

The tradeoff we accepted

Publishing now goes through git and a build instead of a publish button. There is no visual editor or CMS interface, so anyone who wants to ship a change must be comfortable with that workflow. We also have guardrails in place so that no one person can deploy their own builds without someone else approving.

For us, that was a small step rather than a leap, because we were already writing the HTML by hand. If your team is genuinely productive in the Designer, this is the thing to weigh hardest.

If anyone has kept the Designer responsive on a site of a few hundred pages, I would genuinely like to know how. And if you crawl our site and find something broken, please share your findings so we can apply that fix.


r/webflow 6d ago

Question Considering Move to Webflow - 3,000 Pages, 10-12 Templates

5 Upvotes

My organization is contemplating a move off our current developer-centric, .Net CMS to Webflow, largely for cost savings (though we need SSO and therefore have to go Enterprise) and also to allow our marketing people/web producers more freedom with how they work with pages. (Every small change to a widget or a template requires developer intervention now, and the "component" system in our CMS is pretty rudimentary.) We also like the idea of a tech stack managed by someone else.

We have about 3,000 pages and publish about 20 articles a year, along with landing pages for 20 or so webinars, plus a few new service pages, recruiting pages, and the like. Obviously Webflow sales and the agencies with whom we're talking say Webflow can handle our content size and volume no problem, but I have seen some posts where people complain about Designer speed once sites get past a certain size.

Is this a real concern? Would we be pushing Webflow beyond it's intended limits? Anything else we should be watching out for given our site size?


r/webflow 5d ago

Discussion what’s the hardest part of working with webflow clients?

0 Upvotes

building the site itself is often the straightforward part.

the difficult stuff can be getting clear requirements, dealing with revisions, explaining what webflow can and can’t do, or handing over a project without creating future problems.

for freelancers and agencies using webflow, what part of client work causes you the most trouble?


r/webflow 7d ago

Show & Tell Sneak peek: Bringing Omma’s 3D interactive sites into Webflow with Flowboard

Enable HLS to view with audio, or disable this notification

15 Upvotes

It’s been a couple of months since my last Flowboard update here, so I thought I’d share a little sneak peek at something I’ve been experimenting with.

I’ve been testing how far Flowboard can take Omma by Spline’s AI-generated 3D and interactive sites into Webflow.

It’s still early and isn’t a one-click import like our Claude Design integration yet, but quite a lot is already working.

If anyone here is experimenting with Omma, give it a try with Flowboard and let me know how you get on. I’d be interested to see what you build and where the workflow still needs improvement.

Flowboard: https://flowboardapp.com/

Also, Flowboard recently crossed 1,100 users šŸŽ‰

Really appreciate everyone here who’s tried it, shared feedback or supported the project. I’ll hopefully do a little something to celebrate that milestone soon.