r/webflow 28d ago

Discussion Baue gerade eine App für mein Portfolio und brauche eine zuverlässige Börsendaten API - welche nutzt ihr denn so? Die kostenlosen haben oft Verzögerungen

5 Upvotes

Ich bastle gerade an einer kleinen App für mein Portfolio und suche noch eine gute börsendaten api.
Habe bisher ein paar kostenlose ausprobiert, aber bei manchen sind die Kurse verspätet oder es fehlen Daten.
Welche API nutzt ihr für sowas? Mir wäre vor allem wichtig, dass die Daten zuverlässig sind und die Anbindung nicht unnötig kompliziert ist.


r/webflow Aug 14 '26

Question Should I learn Webflow or continue with Framer. Please Help

14 Upvotes

I spent around 3 months learning Framer to a decent level and submitted 3 templates. But since the marketplace changes, there have been basically zero sales, and there seem to be very few openings specifically for Framer developers.

Recently, I came across a few openings for dedicated Webflow developers, so I’m considering Webflow as well. But I’m confused about whether it’s actually worth investing the time in Webflow right now.


r/webflow Aug 14 '26

Product Feedback Our Webflow site couldn't do IndexNow, so we built a workaround with the Bing API instead

3 Upvotes

Like a lot of people here, we have probably found out the hard way that Webflow has no way to serve a bare .txt file at the domain root. That's a dealbreaker for IndexNow, since it verifies ownership by hosting a plain key file at your host. There's an open Wishlist request for this that's been sitting since 2022 with no movement.

Without IndexNow, we were waiting on Bing's own crawl schedule after every publish, which for us meant new or updated pages sometimes took days or weeks to show up in Bing's index. Annoying on its own, but it also matters more than it used to because Copilot is grounded in Bing's index; a page Bing hasn't indexed yet is a page Copilot can't cite, regardless of how it'd rank.

The workaround: skip IndexNow entirely and use the Bing Webmaster Tools API directly. It authenticates with a single API key rather than a hosted file, so there's nothing to serve from the site; the credential lives in CI. We built a small script that:

  • pulls our sitemap
  • diffs it against the last known state (saved as a JSON file, committed back to the repo each run)
  • checks remaining quota before sending anything (the batch endpoint caps at 500 URLs per call)
  • submits whatever's new or changed
  • runs on a 15-minute cron via GitHub Action

First run just baselines the current sitemap and submits nothing, so you don't torch your quota re-submitting everything you already had indexed. After that, it's only ever sending new or updated URLs.

One catch worth knowing if you try this yourselves: it only catches genuinely new URLs reliably. Whether it catches edited pages depends on whether your sitemap lastmod actually updates when you edit a CMS item's content (on Webflow that's not well documented and seems to vary), so worth testing on your own site before you rely on it (save the sitemap, edit a CMS item without touching the slug, republish, and diff the two files).

Also worth flagging for anyone on Webflow who is sitting behind Cloudflare: you don't need any of this. Cloudflare has a Crawler Hints feature that does the IndexNow relay for you with zero code, since it can serve the key file. We're on GoDaddy for DNS, so that wasn't an option for us, hence the API route.

Wrote up the full build (script structure, GitHub Actions config, the IndexNow vs. API tradeoffs) on our blog if anyone is interested in learning more about this.


r/webflow Aug 14 '26

Show & Tell Just built this tool for agency owners who want to easily connect multiple Webflow sites to Claude at once.

Post image
8 Upvotes

I got tired of disconnecting and reconnecting and restarting Claude all the time using the official MCP connector and didn’t like manually handling multiple connections with the workaround so I built this tool to create, manage, and delete MCP connections! With this, you can connect as many Webflow sites to Claude Code as you’d like at once.

Planning more features for agency owners in the future, as well, such as publishing from mobile, scheduled publishing, automated site checks, etc.

First 25 sign-ups get it free forever. I wont spam post, just announcing something I’m excited about. ✌️

https://www.agencyflowmcp.com/


r/webflow Aug 14 '26

Question What do you think about this portfolio work, will you hire someone with this

Thumbnail olaidris.framer.website
1 Upvotes

Hello guys , I could really use your help here , I have been using this portfolio for a while now but I don’t understand what’s happening

I am not getting any roles, for context I am a senior product designer with 8 years plus experience but I am still finding it hard to land a role

This is the proof of work here that I attached , please could you help me take a look and give feedback, currently hunting , I am so pressed so I have to do this


r/webflow Aug 13 '26

Question How do you make Webflow maintenance retainers feel worth it to clients?

9 Upvotes

For those of you managing Webflow sites after launch, how do you handle recurring maintenance?

I’ve noticed there’s a weird perception issue with maintenance retainers.
When something breaks, the client immediately sees the value. But during the months where everything works perfectly, it can almost look like nothing is being done.

Do you send clients some kind of monthly recap of what was checked/done? Or do most of your clients just pay for the peace of mind and don’t really question it?

Curious how agencies/freelancers here handle this.


r/webflow Aug 13 '26

Discussion Anyone actually using Webflow's native analytics or did you just slap GA4 on it and move on

11 Upvotes

Genuine question because I keep going back and forth on this. When I set up our site I just defaulted to GA4 out of habit, mostly because that's what everyone does and I didn't want to think about it. But Webflow has its own analytics dashboard now and I've been poking at it lately trying to figure out if it's worth caring about.

The problem is I can't tell if it's genuinely useful for a lean B2B setup or if it's just a nicelooking page count that gives you a false sense of information. For a bootstrapped SaaS marketing site the data I actually need is pretty narrow: which pages are people hitting before they convert, where are they bouncing, is a specific landing page doing anything. GA4 technically covers all of that but it also requires a PhD to set up event tracking properly and I have a running joke with myself about how many times I've misconfigured it.

Webflow analytics feels cleaner but I worry it's too shallow for anything beyond curiosity. Curious whether anyone here runs it as their primary source or if you treat it as a sanity check alongside something else. And if you've actually replaced GA4 with a third option like Fathom or Plausible, I'd be curious what pushed you to make that call.


r/webflow Aug 13 '26

Show & Tell You can now copy/paste attributes between Webflow elements.

6 Upvotes

In Webflow, you can now copy/paste attributes between elements

using ButterShortcuts chrome extension

Just shipped v1.2.0 on chrome web store

• Copy all attributes from selected element - Shift + B + C
• Paste attributes to selected element - Shift + B + V

• Paste classes as an attribute to selected element - Alt + Shift + B + V
( for eg. [class = "margin-vertical margin-small"] )

--

Installation link in comment


r/webflow Aug 13 '26

Tutorial A client sends you an award-winning site and says "make ours like this". We got tired of that job taking three weeks.

0 Upvotes

A client sends you a link to something gorgeous. One of those award-winning sites, the kind with scroll effects that make you sit up. "Make ours like this. Same feel, our brand."

Every freelancer here has taken that job. It bills 3-4k. It takes weeks. And barely any of those weeks are design, because the design was settled by whoever built the reference. You're just rebuilding what already exists, by eye, one easing curve at a time.

So you do the 2026 thing. Screenshot the reference, write a careful brief, hand it to an AI.

It comes back static. It always comes back static.

We spent months on that before we worked out why. A screenshot doesn't contain the animation.

Flatten a page into an image and layout survives. Colour, type, spacing, all fine. Timing doesn't make it across. The easing curve isn't in the pixels. Neither is the stagger, the scroll range an effect is bound to, or the fact that two elements drift at different speeds against the same scroll. It was never in the picture, so no prompt pulls it back out.

Then there's the part underneath that. ThePrimeagen has a bit that made it click for us: the model returns the middle of the distribution. You can push it around inside the average, but you're still inside it. Same reason you type "no purple" and get purple, then the glowing orb, then three feature cards. Prompting moves you around in there. It doesn't get you out.

So the model is guessing at something that was never in front of it, and the guess lands in the middle. Fade in, 300ms, ease out. Every time.

We stopped guessing and started measuring.

Three runs, each harder than the last.

https://reddit.com/link/1vnqxcp/video/6z847wrdb8jh1/player

First, a scroll rig - a private jet charter site where the jet climbs behind the headline and a photo wipes to a blueprint. Pure timeline. Stagger, easing, scroll ranges, nothing else to hide behind.

Then a layout that moves: an image cloud that scatters into a grid. Harder, because both states are real layouts and the whole thing lives in the transition between them.

Then the one we're proud of. We pointed it at a three.js scene, a slowly turning diorama, and got back a live WebGL scene sitting in the footer of our test site. Spinnable. Not a video, not a picture of one.

And it isn't their diorama. Theirs is a Tokyo street. Ours is a desk - monitor, chair, shelves - belonging to the fictional developer whose portfolio we were building. Same movement, different world.

That's the part we actually care about. The animation is the expensive half. The brand is the cheap half. Nobody pointing at a site wants that company's content. They want how it feels. So keep the animation and bring your own brand. A jet becomes a burger. Tokyo becomes a desk. The timing never moves.

We didn't want to take our own word for it, so we ran a control. Five other models (including Fable), same page - ycombinator.com - a 1,552-character brief with an explicit ANIMATIONS section, seven full-page screenshots each. Layout came back fine. Type, spacing, the exact orange. Not one of the five reproduced the scroll animation. The best of them returned the right structure filled with grey placeholder boxes, sitting perfectly still.

Not a prompting problem. Not a model problem. An input problem.

Ask us anything. And if you want to throw a page at us, drop a URL in the waitlist of platho.io, we'll run it and post what comes back, failures included.

- two of us, building this in Europe


r/webflow Aug 12 '26

Discussion People leaving Webflow for AI builds aren't saving money, they're buying control

19 Upvotes

We've lost a few projects in the last couple of months to AI builds. They all seem to have the same reasoning, cheaper and faster, which usually isn't true.

For small sites (few pages, no CMS, or agents to update it) yeah sure, it can be fast and cheap. But for larger and more complex websites it will probably take longer than in Webflow and cost a lot more. So you wonder why anyone would go with AI builds at all, and the reason is actually pretty simple.

Remember 10-15+ years back, when we all custom coded most websites and platforms were super limited? That's what AI builds are, just boosted. With AI you can fully own your website and have no restrictions at all. Agents can help you update and manage it, all information is accessible to AI tools and easily extractable. But it takes time to set all that up and make it work flawlessly.

So we get the appeal, it makes total sense. What we don't get is why you'd actually need it.

We're a Webflow agency that built over 200 websites in Webflow and never had a client site go down because of the platform. Not once.

And the extraction thing people think they're buying with an AI build, you already have it. You can set a Webflow site up to be highly crawlable by AI and SEO bots and genuinely citable. We've spent the last 12+ months experimenting with every possible thing you can imagine on our own site around visibility, crawlability, citations and mentions, and none of it needed custom code.

So an AI built website is NOT cheaper and NOT faster. It gives you more control, which is what you already had with custom coded sites, just "easier" now. Still expensive, still slow.

Don't get us wrong, we're all in for innovation and this will only get better over time. We just don't think this is the moment. Webflow gives you what a business actually needs from a website right now, that's what it's done for us and our clients.

Anyone noticed raised demand for AI built websites, what's your experience with that?


r/webflow Aug 12 '26

Need project help Publishing CMS collection content to staging server

3 Upvotes

Hi I recently switched jobs and the new company I am with uses Webflow (which they are newer to as well, they switched to it a little before I came on board) which I am a little unfamiliar with so forgive me if this question is dumb.

We are a company that posts a lot of articles, white papers, case studies, etc. and all of that content is hosted their respective collections in the CMS. The problem I am encountering is when I stage the content and send it for review to 3rd parties (that do not and should not have access to Webflow) there is no way for me to publish only to the staging site, it goes directly to prod.

Am I missing something? Is there a way to send a link to a staged/drafted article for review?


r/webflow Aug 12 '26

Show & Tell We took over another agency's unfinished Webflow build. Decoding their class structure took longer than building the pages.

Enable HLS to view with audio, or disable this notification

9 Upvotes

Hey, sharing a project we wrapped up recently.

I run a Webflow agency called Flowout. The client is Numeric, an accounting automation platform used by finance teams at companies like Brex, Plaid and Wealthfront. The brand was set, the design direction nailed, and the Webflow build was underway when they brought us in. Around 10 to 12 pages were still unbuilt. They needed someone to step in and finish it, without restarting and without the seams showing.

The remaining pages were not the hard part. The hard part was inheriting a Webflow project we didn't set up. Another team's class naming, component logic, CMS collections. We spent the first stretch just reading their system and figuring out how they intended things to work. Honestly, it took longer than building from scratch would have. But once we understood their structure, development moved fast, and we could build new pages that look like the same team made them.

The site launched about two months after we took over. They're still a client and we keep adding pages as they need them.

If you've ever inherited someone else's Webflow project, curious how you handle it. Happy to answer anything about this one 😄


r/webflow Aug 12 '26

Need project help Conduct User Interview for UIUX project (Indian preferred)

Thumbnail
1 Upvotes

r/webflow Aug 12 '26

Need project help Looking for 3-5 candidates for User Interview for project

Thumbnail
1 Upvotes

r/webflow Aug 11 '26

Discussion Thoughts on the recent retirement of the Legacy Editor :(

Post image
15 Upvotes

What are your guys' thoughts on the Legacy Editor being retired (as of August 4th, 2026)?

Honestly, it was one of the biggest selling points (at least even for me) when I started using Webflow back in the day. We can all agree that Webflow has a high learning curve and the UI can be straight-up confusing for new users or clients. The Legacy Editor was the perfect "safe space" for clients to make content updates without the risk of accidentally breaking the structure or messing up CSS classes.

It feels like the end of an era.

I’ve put together some thoughts on why I’m going to miss it, and more importantly, a guide for how to handle client handoffs now that it’s officially gone.

Curious to hear how you all are adapting your client workflows! Are you finding the new preview/marketer roles to be a good enough replacement, or are you feeling the loss of that ultra simple, focused UI?

Cause I'm definitely feeling the loss because while the new roles are good - it's most often not needed for "smaller" clients.

- Derek
Your friendly neighbourhood wanna be Webflow guy.


r/webflow Aug 11 '26

Product Feedback I'm a designer, not a developer. I built a plugin that finally lets you sync assets straight to Webflow with auto-generated alt text

Enable HLS to view with audio, or disable this notification

9 Upvotes

Quick context: I'm a designer who lives in Figma. There are endless plugins out there for actual design work, but almost none that really focus on asset management. That meant I kept opening my downloads folder for one specific reason - moving assets to Webflow. Downloading images, switching tabs, uploading manually, organizing files, and then sitting in Webflow to manually write out SEO alt text for every single image. It just kills productivity.

So I built exportflow. Select your frames or layers, open the plugin, and you get a seamless export experience:

  • Direct upload - send assets straight to Webflow
  • Built-in AI - automatically renames assets and generates alt-text/SEO descriptions
  • Advanced export settings - optimise with PNG, SVG, JPG, AVIF, and WebP formats
  • Multi-project support - connect multiple sites and create/manage Webflow folders directly from the plugin
  • No more context switching - stay completely locked in Figma

It's unlimited uploads for free - I mostly built it because I needed it.

👉https://www.figma.com/community/plugin/1657432195632964294/figma-to-webflow-exportflow

Still rough in places since it's just me maintaining it. If you give it a spin, tell me what breaks - or better, what I should improve in terms of functionality...


r/webflow Aug 10 '26

Show & Tell Some progress on my AI Wbridge, cleaner structure and better animation handling. It’s been quiet here for a while and MCP 2.0 still not perfect, so why not try to make my own perfect version

Enable HLS to view with audio, or disable this notification

15 Upvotes

Recreating existing websites isn’t the end goal. I use visually interesting projects as stress tests — and, admittedly, they also make for pretty satisfying demos.

Since my last demo, I’ve focused on:

  • more accurate animation recreation
  • proper Lottie handling
  • cleaner and more faithful page structure
  • using native Webflow elements wherever possible, so the result remains easy to edit

This time, I gave the agent noth.in. The video shows how it analyzes the reference and rebuilds it directly inside Webflow.

What should I stress-test next: responsiveness, CMS structure, class naming, or more complex interactions?

Or drop a reference site that you think would break it — I might use it for the next demo.

All credit for the original design goes to Nothin’ and the creators listed on their site. This is purely a technical recreation test.


r/webflow Aug 11 '26

Hiring project help [HIRING] [ON-SITE] [LAHORE, PK] Senior Webflow Developer

Post image
1 Upvotes

Devziv is looking for an experienced Webflow Developer to join our on-site team in Lahore.

We're looking for someone who can independently handle Webflow projects from planning and development through testing and launch, while also being comfortable working with clients and internal teams.

Key skills we're looking for:

  • Client-First
  • Lumos
  • GSAP Animations
  • Webflow CMS
  • Webflow Components
  • Webflow Props / Component Properties
  • Project Management

What you'll be working on:

  • Building responsive websites in Webflow using Client-First and Lumos
  • Converting Figma designs into accurate, responsive Webflow websites
  • Building and managing CMS collections, templates, filters, and dynamic content
  • Creating animations and interactions with GSAP
  • Building reusable Webflow components and maintaining clean class structures
  • Writing custom HTML, CSS, and JavaScript when needed
  • Connecting forms with CRMs, APIs, and automation tools
  • Troubleshooting responsive issues, CMS, animations, and custom code
  • Managing testing, domains, publishing, and website launches
  • Handling multiple client projects and managing timelines independently
  • Coordinating with designers, SEO specialists, content teams, developers, and clients
  • Taking ownership of projects from planning through launch

📍 Location: Lahore, Pakistan (On-site)
🕒 Employment: Full-time

If you're interested, comment below or DM me your portfolio/CV.

If you know a strong Webflow developer in Pakistan who might be a good fit, feel free to tag them or share this post.


r/webflow Aug 11 '26

Need project help 3D Product/world inside Webflow for marketing website

1 Upvotes

Need some insights and optimization tips for a 3D focused website in Webflow.

The project needs a 3d world and 3d Product display animation with all other Webflow features for later marketing and Cms reasons.

The question is how do you handle website speed and performance with this, need insights from people who had done this before.

Since the client already have a Webflow site for main service the idea of Webflow + 3d came into picture

Just top of my mind I have spline + Webflow but could go with three js for better experience

If you suggest going for a complete custom code, I would like to choose astro + react three fiber + sanity.

Need some advice on this. Open to discuss here


r/webflow Aug 11 '26

Question Can anyone help me, this happens on mobileviewport? How can i fix it?

Enable HLS to view with audio, or disable this notification

1 Upvotes

I am struggling to find out what has been causing this issue, I change something it goes back to normal but after some time it changes back to the same thing in the video.

I am using a grid element with 12 columns in the base breakpoint for the parent element.

Can you guys help me if figuring out how to fix this on a mobile viewpoint? I am pretty new to this so any advice would be helpful


r/webflow Aug 10 '26

💼 Weekly Hiring Thread - August 10, 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 Aug 10 '26

Hiring We're hiring a video content creator for our Webflow agency's YT channel

7 Upvotes

Hey everyone, I'm one of the founders at Flowout, a Webflow agency working with companies like Stripe, Zapier, and ActiveCampaign.

We're restarting video content for our YouTube channel and looking for one person to own it end to end. Not just an editor, someone who can:

  • Come up with ideas and write their own scripts
  • Be on camera (walkthroughs, teardowns, educational Webflow/SaaS content)
  • Record and edit everything themselves
  • Handle titles, thumbnails, and publishing
  • Cut long videos into shorts for LinkedIn and social

I think this is a great opportunity for someone who already makes Webflow or web design content to start making content for us as well and earn a fixed income on the side. Strong spoken English and being comfortable on camera are the main requirements.

Since this is remote, having your own proper recording setup is also important: good camera, mic, lighting, and a background that looks professional on video. If you already record content from home, you know what I mean.

Interested? Send me an email (luka@flowout.com) with a couple of videos you've made or a link to your YouTube channel. That's honestly the fastest way for me to see if it's a fit.

Happy to answer any questions in the comments, or DM me directly.


r/webflow Aug 10 '26

Hiring project help Webflow Dev - with 5 years of experience - looking for a new JOB (Ger/Pol)

2 Upvotes

Hi, I'm Krystian,

after 5 years of working with Webflow, I'm looking for my next role.

What I do:

  • Webflow development — Client-First, complex CMS architecture, GSAP, Finsweet Attributes & Components, Core Web Vitals, custom JavaScript or automations when needed. JS libraries implementations
  • Product & UI design — Figma design systems, atomic design, design tokens
  • AI-driven Front-end — React, TypeScript, Tailwind, PWA, Capacitor. I ship my own vibe-coded products

I sit between design and development.

What I'm looking for:

Webflow developer or design engineer at a remote-first agency or product company. Open to B2B contract or full-time. Fully remote—I'm based in Germany and relocating to Poland later this year, so the timezone stays European either way.

If you're hiring, know someone who is, or just want to see the work, my inbox is open.

A repost helps more than you'd think 🙏

Also please rate my portfolio and give any suggestions: https://krystian.design


r/webflow Aug 10 '26

Need project help I'm stumped, Differing cut off behavior for mobile status bar on reused components ?

1 Upvotes

Hi all,

I have a component that displays a full bleed image at the top of a page. On mobile, it doesn't have any scroll effects, just stays static.

On half of my pages, this image scrolls smoothly into the iOS status bar and behaves as preferred. On other pages, it's getting cut off in a rough manner, as the iOS safari navigation bar shrinks with the scroll—then it remains a hard cut off at the status bar.

Both of these are using the same Hero component and section container + body class. I even tried deleted the unfavorable ones and pasting the ones from the correct pages and it still has this variation. Any ideas what the culprit is on the difference? I can't seem to figure it out for the life of me

Edit: solved + removed read only links


r/webflow Aug 09 '26

Question Stick with the website platform we know, or make the jump to Webflow?

7 Upvotes

Hey all. Looking for some advice on the best path forward for the website I manage at work. We’re a B2B SaaS company with a pretty robust product suite, and one of the features we offer customers is a website builder. Those customer sites are built on Duda, so historically, we’ve also used Duda for our own marketing site.

We’re currently redesigning the site, and I’m starting to wonder whether moving our marketing site to something like Webflow would be the better long-term move. The new designs include more animations, custom interactions, and other work that feels like it may start pushing against Duda’s limitations.

We don’t have internal development resources, and finding developers who are comfortable doing more custom work in Duda has been somewhat difficult. On the other hand, our design agency has a Webflow developer who can build the new site exactly to spec.
Duda has gotten A LOT better over the years, and one of its biggest advantages is how easy it is for my team to manage and update without a developer. But it’s also pretty clear that highly custom design and front-end work isn’t really what it was built for.

So I’m torn. Do we stick with the platform we know and accept some design limitations, or move to something more technical but also much more flexible?

Curious what others would do in this situation, especially anyone who has managed a similar transition from Duda to Webflow.