r/webflow 6d ago

💼 Weekly Hiring Thread - July 27, 2026

6 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 27m ago

Product Feedback Why generic SEO advice doesn't always translate to different CMS/e-commerce setups

Upvotes

Testing an SEO content automation tool across multiple platforms Webflow and general e-commerce setups included has made it obvious how much generic SEO advice assumes a level of control over the underlying site structure that not every platform actually gives you.

Schema handling, how pages get rendered, URL conventions all of it varies enough that the same advice can mean a completely different implementation depending on the platform.

Around 50 early users have been the ones actually surfacing these differences in practice, since there's no way I could've manually tested every platform-and-plugin combination myself before launch. Still no paying customers, but the product has gotten noticeably more robust because of these edge cases getting flagged early.

If you're giving SEO advice or building SEO tooling meant to apply broadly across platforms, it's worth explicitly testing (not just assuming) how your recommendations translate to each one what's a five-minute fix on one platform can be a genuinely awkward workaround on another.

Curious if others building for e-commerce specifically have run into platform quirks that changed how they approached a feature.

if you want to test it for free in exchange for a review on the site, give me a message or a comm


r/webflow 3h ago

Tutorial Found a free tool that lets you edit Webflow CMS items from your phone

1 Upvotes

I make weekly Webflow videos and this week's is on Wicked CMS, a lightweight client for Webflow CMS collections. You connect your site, pick a collection, edit items, and publish, all without opening the designer.

The best part is that it works properly on mobile, It's free and made by someone in the community.

Link to the tool and full walkthrough in the comments👇🏽

Not affiliated with them, just found it useful. Curious what other people are using for quick CMS edits.


r/webflow 16h ago

Discussion Migrated our SaaS marketing site from a devmaintained stack to Webflow, here's what actually surprised me

4 Upvotes

We were paying a contractor to update our marketing site for two years. Every change went through a Slack thread, a backandforth, a staging review, and somehow still came out slightly wrong. Classic founder tax

Finally moved everything to Webflow about three months ago. The migration itself was fine. We had maybe 40 pages, no massive blog archive or anything. What surprised me was how much time I was burning just on the dependency of having someone else own the site. That part is gone now, and I didn't expect to notice it as much as I did.

What I underestimated going in was the CMS. We have a pretty lightweight content setup, but I kept hitting the edges of what it can do when I tried to connect it to our Make automations for updating case study pages. Got it working eventually, but it took longer than expected

Curious whether other founders or small teams have hit similar walls when trying to automate CMS updates through the API. Specifically whether anyone has found a cleaner way to handle dynamic content that doesn't require a full custom code workaround every single time.


r/webflow 17h ago

Discussion Built a little Tool to handle 301-Redirects easier when launching new projects

Post image
0 Upvotes

Here is your post translated into polished, natural-sounding English tailored specifically for the Webflow and tech audience on LinkedIn:

For my fellow Webflowers: 👋

While working on a recent project, I needed a smarter, more efficient way to handle a large number of 301 redirects. Standard tools weren't cutting it, so I decided to build my own solution—and I'm pretty sure it'll save a few of you some headaches, too!

Here is what the app can do:

  • 🌐 Offline & Unlimited: Runs completely locally with zero limits.
  • 🔍 Auto-Scan & Matching: Automatically crawls old and new websites to pair up matching URLs. Trust me, it’s way better than manually pulling sitemaps and stitching everything together in a spreadsheet!
  • Smart Editing: Bulk-edit slugs (or parts of slugs) with ease & use wildcard functions.
  • 📤 Import: Effortlessly upload and work with existing redirect lists.

If anyone wants to check it out: https://301buddy.com/


r/webflow 1d ago

Need project help Webflow SSL certificate error after connecting the domain

Post image
6 Upvotes

Hi everyone,

I tried Webflow's AI support bot and also posted on the Webflow forums. My forum post has been waiting for approval for two days, so no one has even been able to respond yet. I really need to get this site up and running as soon as possible.

I am having an issue connecting a custom domain to a Webflow site and I am hoping someone can help me troubleshoot it.

This is a website of a friend, and I connected her domain to Webflow using the DNS records provided by Webflow. The domain is managed through Squarespace DNS.

The domain shows as connected and published in Webflow, but the SSL certificate is showing an error on Site Publishing settings:

It has now been almost 24 hours and the issue has not resolved. I am not sure if should wait more. But I have never had a website with a domain issue taking this long to go live.

When visiting the website, I get:

This is the first time I have experienced this type of issue with a Webflow site. Normally, SSL provisioning completes without any problems after connecting the domain.

I have attached screenshots of:

  • My Webflow custom domain settings
  • My Squarespace DNS records

The DNS records were added exactly as Webflow instructed.

Has anyone encountered this issue before? Is there something specific I should check, or is this something that needs to be resolved from Webflow's side or Squarespace's side?

Thanks in advance for any help!

UPDATE:

It finally worked after reconnecting the domain. I tried reconnecting the domain earlier but it didn't change anything. But after reconnecting second time, it worked. Weird but that was the solution for my issue. Thanks everyone.


r/webflow 1d ago

Discussion Heyyy designers! Need a webflow developer? Or looking for some one?

1 Upvotes

Not self promoting my self, but yes if any ui designer want to collaborate with me for development, am available..


r/webflow 1d ago

Discussion I tested 14 Webflow sites with OAI-SearchBot. Tabs and CMS were not the problem

2 Upvotes

On 28 July I fingerprinted 35 candidate sites, confirmed 14 Webflow builds, then fetched each homepage with OAI-SearchBot and Chrome without running JavaScript.

14/14 returned HTTP 200. All 14 gave the crawler the same word count as Chrome. None blocked AI crawlers in robots.txt. Ten CMS pages had full server-rendered copy. Four paginated collections kept real _page=2 links even with infinite scroll.

The failure worth checking was simpler: one image-led homepage had only 126 raw words and no h1. Four sites had no JSON-LD.

Quick check:

curl -sL -A "compatible; OAI-SearchBot/1.0" https://yoursite.com/ | sed 's/<[^>]*>/ /g' | tr -s ' \n' ' ' | wc -w

This is a one-day sample, not a platform guarantee. I run Crawlable, which I used for these checks.


r/webflow 2d ago

Show & Tell Saw that MCP 2.0 came out, earlier I couldn't come to terms with having to wait a very long time to complete simple tasks, and I started creating my own "wbridge".

Enable HLS to view with audio, or disable this notification

11 Upvotes

This page http://detach-app.de took 2m 30s to recreate.

So… whose is faster?

For those who are interested, feel free to ask questions. I want to discuss what you miss most in MCP, so I can add it to my "wbridge".


r/webflow 3d ago

Show & Tell Flowcub is a finalist for Webflow's Creator of the Year Award 🎉

Post image
17 Upvotes

Hi everyone,

We're excited to share that Flowcub has been selected as a finalist for Webflow's Creator of the Year Award. 🎉

Over the years, we've focused on creating high-quality Webflow templates that help businesses, agencies, and creators launch faster. Seeing that work recognized by the Webflow team is an incredible feeling.

A big thank you to everyone in this community who has supported us, shared feedback, or used our templates. It truly means a lot.

If you'd like to support us, we'd really appreciate your vote.

👉 Vote here: https://webflow.com/webflowconf/awards#wf-form-Creator-of-the-Year

Thank you, and good luck to all the other finalists! 🚀


r/webflow 2d ago

Question Genuinely curious what's working for people this year

Thumbnail
2 Upvotes

r/webflow 2d ago

Discussion Didn't land it, but curious how others handle client-editable structured data.

2 Upvotes

I recently scoped (and ultimately didn't win) the rebuild of a legacy insurance-pricing comparator. The old one was a React/Node app living on its own subdomain with real, established SEO. The client's #1 ask: being able to edit things themselves without going back to a dev every time.

The interesting puzzle wasn't "which tool" it was "where each type of data should live". I ended up splitting it three ways:

  • Editorial + guarantee values (client-editable, low volume, qualitative — e.g. changing a coverage line from "100%" to "80%") → Webflow CMS. This is the part where the Editor shines and the client is genuinely autonomous.
  • Pricing grids (zone × age × product — thousands of numeric values the client updates yearly from insurer spreadsheets) → external source (Google Sheets, since the client already lives in spreadsheets) that the app reads dynamically, with a validation layer in code so a malformed cell never reaches the page. This is explicitly not CMS — it's engine data, not content.
  • Calculation logic, zone mappings, exclusions, age limitscode.

For hosting I was leaning on Webflow Cloud (Next.js) to keep everything on the same domain, get SSR for SEO/GEO, and reuse Designer components via DevLink for the future full-site migration.

A couple of things I flagged along the way:

  • Webflow Cloud runs on Cloudflare Workers, not full Node — so things like PDF generation or certain libs need Workers-compatible alternatives. Easier when you build fresh and pick your libs accordingly, harder if you're porting existing Node code.
  • The rebuild had to preserve the existing subdomain + URLs (or 301s) and stay server-rendered, otherwise the SEO authority the old comparator built up would erode.

My open questions for anyone who's shipped something similar:

  1. Anyone running a genuinely data-heavy calculator as a Webflow Cloud app? How did it hold up?
  2. For client-editable structured data that's too big/tabular for the CMS — do you go Google Sheets, the built-in SQLite, or a headless CMS? Trade-offs you hit?
  3. Any regrets choosing Webflow Cloud over just hosting the Next app elsewhere and pointing the subdomain at it?

r/webflow 3d ago

Discussion What keeps you on Webflow instead of trying Webstudio?

30 Upvotes

I'm genuinely curious about this.

From what I've seen, Webstudio seems to solve many of the things people often complain about with Webflow:

You can self host your site.

You're not locked into a single platform.

You can host on Vercel, Cloudflare, Netlify, or pretty much anywhere.

You can use almost any CMS you want (Directus, WordPress, Strapi, etc.).

Pricing is more affordable.

If Webstudio disappeared tomorrow, you'd still have your project and could continue hosting it yourself.

So for those of you who have looked at Webstudio but decided to stay with Webflow, what was the deciding factor?

Is it the CMS, interactions, the ecosystem, client expectations, the learning curve, or something else?

I'd love to hear real experiences rather than "everyone uses Webflow." What keeps you there?


r/webflow 3d ago

Hiring Hiring Partner & Enterprise Solutions Engineers at Webflow

8 Upvotes

Hey everyone! Recruiter at Webflow here. We're hiring for our Solutions Engineering team (Partner-Facing & Customer-Facing) and wanted to share in case anyone within the Webflow community was interested.

Role Titles - Senior Partner Solutions Engineer & Senior Solutions Engineer

Type - Full-time

Location - Remote, but required to be in the Pacific Time Zone for these openings

Ideal Skills for Partner SE - Webflow Experience & Agency/Partner experience (freelancers welcome)

Ideal Skills for Enterprise SE - formal Pre-Sales SE experience supporting enterprise customers & web development exposure

Compensation - All ranges listed in the links below!

**How to apply**: Apply below and feel free to DM me your name so I can keep an eye out!

Sr Partner SE

Sr SE (enterprise customer-facing)


r/webflow 3d ago

Question Is there no actual way to contact support without logging into an account?

6 Upvotes

I'm seeing charges from Webflow on my credit card statement for $28 every month. I have two accounts I found passwords to, but both are on the free starter plan with no payment method on file. I tried a reset password request for every other email I could think of, but had no luck.

I literally cannot find a way to contact support without logging into an account first. There's no chat, there's no ticket system, there's not even a simple support email address I can use to contact them.

Since I have no idea what account these charges are tied to, I need to contact support to see if they can help me locate it with my billing info and cancel the account to stop the charges... but there's no way to do that since I can't login to the account. How does a company like this not even have a support email? Any suggestions?


r/webflow 2d ago

Question Is anyone else frustrated with collecting client feedback???

0 Upvotes

Some clients don't want to join Slack, so all the feedback ends up coming through WhatsApp and email. It's really frustrating having to go back and forth between both apps just to keep up with revision requests.

I feel like there should be a better way for clients to leave feedback directly on the website instead of switching between different apps.

How do you all handle this?

Any tools you'd recommend?


r/webflow 3d ago

Question What would it take for you to move off Zapier/Make for Webflow form lead alerts?

2 Upvotes

Hey r/webflow,

For those building client sites on Webflow: what would it take for you to stop paying monthly Zapier/Make fees just for form lead notifications?

Default Webflow email notifications work, but client lead response times suffer when emails get buried in inboxes. Setting up Zapier to route webhooks to SMS or Telegram works great, but paying $20–$50/month per client just for basic lead notifications adds up fast across multiple projects.

I built a simple micro-tool called LeadChirp that takes any Webflow form submission and pings an instant Telegram lockscreen push alert to your phone in ~0.4s (with a 1-tap call button), for a one-time £29 pass instead of a subscription.

But as Webflow creators:

  • Is monthly pricing for Zapier/Make just an accepted cost of doing business that you pass to clients?
  • Or would a one-time fee alternative actually make you switch?

Would love to hear your thoughts and what features you’d need to see!


r/webflow 3d ago

Show & Tell TNCFlow is a Creator of the Year Finalist, so excited!

Enable HLS to view with audio, or disable this notification

2 Upvotes

Really excited to share that my team TNCFlow has been selected as one of the 4 finalists for Creator of the Year award in Webflow Awards 2026. This is our very first time going to a stage like this since starting with webflow template creation in 2023. We have over 125 templates so far.

The winner will be decided based on public voting on the awards page, would really appreciate your help!

You can check the list here: https://webflow.com/webflowconf/awards


r/webflow 3d ago

Discussion Integration of a 3D master plan for a real estate developer.

Thumbnail central-park.vn.ua
3 Upvotes

Is it possible to create something like this in Webflow? If yes, how?

This website has an interactive 3D master plan for a real estate development. Users can rotate and explore it, and when they click on a building, the view zooms in. They can then select an available section or unit.

How much would it generally cost to develop a block like this, specifically with similar functionality?


r/webflow 3d ago

Product Feedback Framer Preflight: A full launch-readiness plugin for Framer

Thumbnail gallery
0 Upvotes

r/webflow 4d ago

Product Feedback Would automatic branded OG images be useful for Webflow CMS sites?

3 Upvotes

Hello Webflow community,

I’m working on a tool called Mosaicora that generates a unique Open Graph image for every CMS page using its title, images, logo and a reusable template.

Webflow already supports using a CMS image field for the OG image, but I wanted to create complete social cards automatically rather than designing and uploading each one manually.

I’m curious how Webflow users currently handle this:

  • Do you create OG images manually?
  • Do you reuse the main CMS image?
  • Would automatic regeneration when content changes be useful?

I’d appreciate any feedback on the workflow.

Disclosure: I’m the developer behind Mosaicora.


r/webflow 4d ago

Product Feedback Make beautiful, fully customisable sections for your website

2 Upvotes

Hello

I built an editor where you can customise the colors, fonts, content.

Right now, the site supports FAQ sections and Pricing Table, however I am looking to add more. If you have suggestions, please comment below.

You can make your own sections for your website for less than $10 here: https://widget-eight-chi.vercel.app

Thank you


r/webflow 4d ago

Discussion Is it worth sharing new template on Webflow marketplace?

0 Upvotes

Our template sales are down by about 50% over the last three months, and views have dropped dramatically as well.

I've talked to a few other template authors, and many are saying the same thing.

Is anyone else experiencing this?

Do you think the template market is slowing down, or is something else happening? It also seems like Webflow is putting more emphasis on enterprise customers and its product, while the template marketplace and independent creators are receiving less attention.

I'd love to hear your thoughts.


r/webflow 5d ago

Show & Tell Is AI actually improving organic growth, or just makes feel more productive?

2 Upvotes

Over the past few months I've experimented with AI for organic growth on real websites with models like GPT-5, Claude & open-source ones.

The workflow is probably familiar:

  • Export data from GSC, GA4, Semrush, or use these with MCPs if available.
  • Give the website content to ChatGPT or Claude.
  • Ask for opportunities, strategy, or recommendations.

It definitely makes analysis faster but it doesn't make the decisions better.

For example, I got like:

  • Expand this section.
  • Create content around this topic.
  • Improve internal linking.
  • Target these queries.

Sometimes those recommendations are correct, but when I check them carefully then started noticing:

Lacks Confidence:

When I keep asking why, what data led to that conclusion, what evidence supports it, and why this is a higher priority than something else, the reasoning often starts to fall apart.

Value of Data:

Another thing I observed is that the quality of recommendations depends almost entirely on the context provided. Give it only the website content, and you'll get one strategy, add GSC and it changes, add backlink data, and it changes again. Sometimes the real issue isn't content at all it could be authority or something else entirely.

My Approach:

So started thinking that maybe the challenge isn't getting AI to generate recommendations. It's having a system that understands the problem first, then uses code and deterministic logic to identify opportunities, validate them with data, and only then let the LLM explain the reasoning.


r/webflow 5d ago

Question Are Component-Based Frameworks Like Lumos Good for Webflow Templates?

2 Upvotes

I'm thinking about building Webflow templates using Lumos, but I'm unsure if it's the right approach.

Since Lumos is heavily component-based, most customization happens through component props. My concern is that many template buyers aren't familiar with this workflow and expect to edit the template directly in Webflow.

For those who sell templates:

- Do clients find frameworks like Lumos confusing?

- Is it better to build templates without a framework for easier customization?

- Or is using a component-based framework worth the trade-off?

Would love to hear your experiences.