☑︎ This review was last updated in March 2024

UPDATE: we’ve added a detailed visual explanation of Webflow’s pricing plans, you can see it in the respective section below; we hope you’ll geek out as much as we did when creating it 🤓

…Alright, let’s get straight to the point: you’re probably here because you’re also wondering –

Is it really worth it? Should I even bother spending the extra time in order to learn how to use Webflow?

This in-depth review will (hopefully) help you decide. We’ve been testing and using Webflow since 2016, so we do know a thing or two about the platform.

By untangling the various components of Webflow’s offer, including Designer, CMS, Hosting, and eCommerce – we will find out whether it’s really a tool worth using, or just another site builder with some fancy bits.

In the process, we will cover the most important questions for anyone considering Webflow:

  • 📐Is Webflow user-friendly – and who’s the intended user?
  • 💰How do their pricing plans really work, really?!
  • 🔌What about compatibility with other popular technologies?
  • 🏆Should you choose Webflow over more traditional tools?

The cornerstone principle of the Webflow philosophy is “smart codelessness” – this means creating beautiful websites without ever touching the source code – while still working with clean, well-written code:

Try Webflow for Free ›

This is good news for the visual types out there, since such approach empowers designers to unleash their imagination directly onto the web, possibly even skipping the graphics suites such as Sketch or Figma.

Is this the only use case of Webflow? Does this concept actually work in practice? We’ll find out soon. But first:

Blitz: Frequently Asked Questions

Before we dive in, here’s a compilation of the most popular questions we receive about Webflow – with brief answers containing references to the relevant sections of this review:

— What is Webflow? 🤔

In essence, Webflow is an online toolkit for creating and running websites, a glorious hybrid between traditional site builders like Wix, classical content management systems like WordPress, and actually coding your website by hand.

Confused yet? The current guide has been created with the intention to fix just that! The best place to start is to look at main parts of the Webflow toolkit, including its Site Designer, CMS, and deployment/hosting.

— How much is Webflow? 💳

This one’s a doozy! In fact, it’s probably the most difficult question to answer about Webflow – so instead of using a lot of words, we’ve decided to put together a graph. You can check it out in the Pricing section using this in-text link.

In short, there are two layers of pricing in Webflow – account plans and site plans, first of which determine how many people from your team can use Webflow and for how many projects; site plans, in turn, unlock higher traffic and ecommerce capabilities.

— Is Webflow easy to use? 🙉

Well, the answer will probably not surprise you, because it’s: “once you’ve learned it, the user experience is quite fluid”. Yes, there’s a steeper learning curve than, say, with Wix or Squarespace, but the reward is a much more flexible, customizable, and powerful tool.

We will discuss this matter in much more detail in the following three sections, which deal specifically with Webflow’s core components:

Webflow Site Designer

There are three main components to Webflow’s offer: the code-less, visual web design tool, the content management system (CMS), and the hosting – the first one arguably being the flagship feature of the service. In this section, we’ll take a deeper look at the Webflow Site Designer.

What looks somewhat like a Photoshop window is actually more of a HTML/CSS automation tool, where the user is free to add, position and style elements as they please, while the underlying system automatically generates the markup and all other necessary code. The interface is rather complex and takes some time to get used to, yet it’s undeniably one of the most powerful and versatile real-time website builders in existence today.

Let’s make it clear right from the start: you won’t be able to simply draw a shape in the middle of the canvas: instead of offering a naive way of slapping together a visual of a web page, Webflow keeps it real by acknowledging that there’s always actual code behind each element, and that such code gets exponentially messy if you don’t consider the way HTML and CSS work.

In other words, to draw a square in the middle of the page you’ll need to add a new <div> element (a “container” or a “section” in Webflow terms), set its positioning to “fixed” and its top-right-bottom-left positions to 0 – this is real life, kids!

Yes, the Webflow builder panel consists of actual CSS properties, so in order to fully appreciate the power of this tool, one should be familiar with HTML/CSS. However, if you mark the “I don’t write code” option during the sign-up process, Webflow will automate a significant part of the builder for you, for example handling the media breakpoints to ensure responsive behaviour (i.e. generate tablet- and mobile-friendly code for your page on the fly).

Working with media breakpoints and device views in Webflow

Needless to say, it wouldn’t be possible to cram every single CSS feature into the Designer – which is why Webflow simplifies most less-useful or less-frequently used parameters and makes the wording more user-friendly: from providing pre-defined options, to introducing toggles that show or hide “advanced” features and more granular control.

It is possible to start from a blank canvas or use any of the pre-made templates, some of which even come with ready-made site structure. There are over 30 free and 100 premium templates in the Webflow library, with the key difference between these two groups being the level of detail as well as included assets like styles and images. The paid themes range from $40 to $80 and are the creations of the Webflow community, i.e. professional designers and developers outside of the company.

For the reasons outlined above, starting from a blank canvas is mostly recommended for those who already possess at least some practical experience with HTML/CSS and are comfortable arranging the building blocks from scratch. If you haven’t coded before and also if you have but want to familiarize yourself with Webflow’s toolkit first, tweaking a pre-made template is highly advisable.

Apart from static content, animations are an essential part of the Webflow design tool, adding an extra layer of interactivity to the resulting websites which can be daunting to achieve and test using more traditional tools. Firstly, you can add transitions and transforms directly to any element using the same right sidebar with element properties – which is a real time-saver as most of such CSS rules are tedious to write by hand and many developers use one or another auto-generation tool in any case.

The real fun stuff starts in the “Interactions” panel, accessible from the tab with the lightning icon at the top of the right sidebar: there you can add animations based on the page’s state or the user’s interactions with a specific element (e.g. hover, click). Essentially it’s a Javascript automation tool, which can potentially replace 80-90% of your ordinary JS file for a standard website – menu animations, element fly-in-outs, hover states, and what not.

Take Webflow Site Designer for a Spin ›

The remaining sidebar tabs contain the Navigator (a HTML tree) and the Style Manager (CSS hierarchy) which are useful as overview tools but add less value compared with the panels discussed above.

Overall, the Webflow team have managed to create a very comprehensive coding automation toolkit which works as a semi-visual editor; the degree to which it simplifies the process of creating attractive web pages with clean code will be appreciated by anyone who has ever tried writing their website by hand.

Content Management System

Apart from on-site editing, i.e. the possibility to change any text or media right on the page you’re designing, Webflow CMS allows manually defining custom content types (blog posts, projects, team members, etc) with fully customizable fields, which can greatly improve the life of those who manage larger web projects with complex structures.

This comes in the form of CMS Collections, accessible from the tab with a stack icon on the left side of the main editor view. After creating a collection, which is essentially a specific content type, you can set the fields and add items – to be used both as individual pages or as lists / grids on existing static pages; for example, you can add a “team members” collection to create a page showing your company’s people’s photos, names, descriptions, social links, etc.

Apart from the CMS back-end, there’s also the Webflow Editor, which allows adding new content of the existing type on a published website – useful both to the creators of the website and their collaborators, as well as to their clients. What this means is that you get a fully functional website with both editable static pages and dynamic content like blog posts, portfolio projects, etc, without the need to install any plugins.

The fact that it offers multiple content types, of which blog posts are just one option, means that Webflow eats WordPress and other open-source systems like Drupal for breakfast when it comes to CMS flexibility. The flip side – it will take some time to get used to; however, the Webflow University (which we’ll discuss in detail below) can help here.

One thing that doesn’t seem to be a part of Webflow’s CMS system from the get-go is localization – creating a multilingual website on Webflow used to be a real headache before third-party extensions (most notably Weglot) came along.

One might get a feeling that Webflow strives to make the content management part as seamless as possible, in order not to steal the spotlight from the Site Designer – which is not a bad thing, considering its primary value proposition. In any case, Webflow’s CMS is still much more flexible and diverse than that of WordPress core or popular site builders like Wix.

Deployment and Hosting

Publishing your creation to a live URL is a breeze in Webflow: clicking the corresponding button on top of the Designer screen will call a drop-down of available deployment options, which include a subdomain of the webflow.com domain (typically recommended for testing purposes) and a custom domain. With the next click you can publish to any or both of these locations without having to worry about the details – everything else is processed in the background, automatically.

Webflow’s hosting services follow its “start building for free, add hosting to go live” principle: you can design a prototype (up to 2 static pages) in their staging environment, i.e. on a webflow.com subdomain, and then connect your own domain name (not included) by upgrading to one of Webflow’s hosting plans. The latter range from the basic, $12 per month* option with a 25k monthly visit limit, to the $36 per month* business version with more features and a 1m monthly visit limit (* with annual billing).

In addition to being an integrated solution, there are several advantages to Webflow Hosting that can really make a difference for your website’s performance and your webmaster workflow:

  • Since it is based on the distributed infrastructures on some of the largest cloud providers in the world (Amazon Cloudfront and Fastly), it can scale seamlessly with your traffic demands, removing the need to manually upgrade your hosting server
  • A built-in content delivery network (CDN) at no additional cost ensures that your website gets served from the node that is geographically close to your visitors, no matter where they are located
  • The advanced distributed infrastructure means fast loading times and close to 100% uptime for your website, regardless of traffic spikes or even malicious attacks
  • A built-in SSL (secure sockets layer) certificate at no additional cost ensures that your website complies with the modern security standards out of the box – no setup or prolongation required

Considering the above factors, Webflow Hosting is a scalable, ready-to-use hosting with a built-in CDN, priced on par with the best self-managed solutions like Digital Ocean as well as traditional website builders. Its value-for-money is a great complement to the other capabilities of this online suite, making it a full-cycle solution for web creators and potentially letting you save hundreds of dollars per year on CDN, SSL and other extras which otherwise need to be purchased separately.

Webflow eCommerce

One of the most recent (and most awaited) additions to Webflow is the eCommerce version, which brings full online shopping capabilities to the toolkit.

It comes with a new set of pricing plans offering all the essentials for projects which sell things online – including product and inventory management, custom carts, checkout, and other endpoints, full control over customer emails, as well as self-hosted checkout.

The main value proposition of Webflow eCommerce is the possibility to fully customize your online store’s every detail, from product grids and payment pages to how the purchase notifications look like.

This can be contrasted with the current state of affairs in the e-commerce website building software like Shopify, Wix, or even the WooCommerce + WordPress bundle, where one needs to exert considerable effort (and be skilled in coding) to achieve such granular control.

Other features that we can look forward to at the moment are coupon/discount capabilities as well as subscriptions and digital/downloadable products.

In the longer term, Webflow team is planning to add a host of more advanced features to its eCommerce plans, including abandoned order recovery, multi-currency support, Amazon integration, as well as customer accounts.

As you can see, the current release, although technically not beta anymore, is still a work in progress – so if you’re looking to create a complicated online store, Webflow eCommerce is still a bit too basic for such advanced applications.

If all of the promised features get implemented though, Webflow eCommerce will become a full-fledged competitor to such specialized solutions as Shopify and Instacart, with the whole shebang of Webflow builder, CMS, and hosting to back it up.

Webflow Pricing

With regards to paid plans, it is important to understand that Webflow has two different systems of premium tiers: one for your overall account and one for each individual project (i.e. websites you build).

When you begin working with Webflow, the latter will probably be more important and topical, so we’ll start with project-level pricing, which is basically cloud hosting for each of your websites:

First, there’s the forever-free option which lets you use all the features of Webflow and deploy on a name.webflow.com subdomain. If you want to use a normal domain (which you probably will, eventually), several paid options are available:

The Basic plan will cost you $12 per month (annual billing), unlocking automatic SSL, CDN, as well as custom domain deployment which is easy to set up and even easier to use. The CMS plan, at $16 per month (billed annually) will allow you to deploy not only static pages but also items created by the content management system (blog posts, projects, etc). The Business plan, priced at $36/mo with yearly billing, is mostly a scaled-up version of the previous plan, suitable for larger websites with significant traffic.

Then there are account plans, which set the maximum allowed number of active projects and other professional parameters: while the free Starter account plan allows you to work on 2 websites and use free staging, the Lite plan (at $16 per month with annual billing) includes 10 projects and code export tools, letting you use the Webflow-generated code on any other platform of your choice. The Pro plan ($35 per month, billed annually) adds white labelling and site password protection options – suitable for those who regularly work on full-fledged projects for third-party clients.

To help make sense of all this, we’ve created this diagram explaining all of Webflow’s pricing plans in a more visual way:

Webflow pricing

When you visit Webflow’s Pricing page, it can get a bit confusing because of the way they group plans based on whether you need one site, many sites, or work as part of a team – essentially, the “I just need one site” option will offer you pure hosting (i.e. the per-project plans we discussed earlier) while the other two will collectively offer a Lite plan for $16 and a Pro/Team plan for $35, as well as a Custom plan for large teams. This still adds up to just two specific account-level plans described above, apart from the free and the custom version.

Any account plan can be combined with any hosting plan, including free ones, e.g. you can be on a Starter account plan and only pay for deploying a particular project on your custom domain – or use a paid account plan and free hosting for rapid prototyping.

You can choose between monthly and annual billing cycles for all premium plans, the latter coming at a 20% discount, which can add up to significant savings over time, especially for the more advanced plans.

Collaboration Options

We’ve mentioned the team plan briefly in the previous section when we talked about pricing, but given the target users of Webflow it just as well deserves its own discussion.

If you work together with at least one more other person on web projects, it is definitely worth considering the Webflow Teams plan. It is essentially the same as the Pro individual plan, but it also adds more collaboration modes and features for the $35 per person per month you pay (annual billing).

While the visual Designer environment does not currently support real-time collaboration, all parts of your Webflow projects can be accessed and edited by any team member at any time. This is especially useful for cross-functional teams, where e.g. one person is responsible for design and another for the content.

Apart from shared access and assets, Webflow Teams also adds a specialized team dashboard which brings all your collaboration aspects into a single, unified UI. Larger teams can also contact Webflow for custom pricing offers for the Enterprise plan, as well as discounts for the hosting upgrades.

Overall, all of the above implies that Webflow has carefully considered the needs of not only its freelance/individual clients, but also the broader group of small/medium teams and agencies – a nice little cherry on top of its already magnificent cake of features and possibilities.

Pros and Cons of Webflow

To recap, let’s list the advantages and the not-so-strong sides of Webflow’s user offer, as compared to other similar website builders and popular content management systems:

  • Pro-grade real-time web design tool with built-in mobile friendliness that seamlessly generates clean, exportable code as you create
  • Create your design by editing one of dozens of free and premium templates, working with a wireframe or starting from blank canvas
  • Advanced CSS and JS managers allowing for both granular control over styles and animations as well as easy site-wide management
  • Fast and easy two-click deployment to a staging environment and/or your custom domain right from the Webflow Designer
  • An integrated CMS with a flexible custom content type constructor which can be used to create any type of static or dynamic content, from pages and blog posts to projects, reviews, team members, etc
  • Advanced distributed hosting powered by the big names such as Amazon Cloudfront ensures maximum page load speed and minimum downtime for your visitors
  • Integrated content delivery network (CDN) at no additional cost ensures both speed and security for your website as the content gets served from the optimal geographic locations and benefits from the added security of the CDN layer
  • Built-in SSL certificate at no additional cost (usual expenses $50-$100 per year) to ensure compliance with current web safety standards out of the box
  • A rather steep learning curve expected from those who have never dealt with web development previously
  • Limited multilingual capabilities out of the box (easily fixed with extensions such as Weglot, though)
  • Convoluted pricing structure with separate schemes for account and site level – takes time to comprehend
  • The website builder interface is still not 100% compatible with Firefox and Edge. Seriously, Webflow, that’s almost a quarter of all installed browsers.. get your act together!
  • With the Webflow’s e-commerce kit still in active development, online shop capabilities require additional polish and minor improvements to be called an outstanding feature

Webflow vs WordPress

Before comparing Webflow with the most popular content management system in the world, we first need to make an important distinction: there are two separate “types” of WordPress available: the free, open-source, self-hosted, community-driven wordpress.org, and the paid version on wordpress.com with integrated hosting and dedicated support. While they both use pretty much the same codebase, there are significant differences in most other areas. For the purposes of this review, we will consider wordpress.org since it is the (by far) more popular WP flavour.

Despite all the differences, at their core both Webflow and WordPress have been created for making websites – however, each approaches this task with a different philosophy. While they both feature a content management system and a rendering engine (without which it is impossible to create a website at all), WordPress goes the way of modularity, while Webflow aims at making the entire experience as integrated and seamless and possible.

What this means is that WordPress is famous for offering thousands of free and premium plugins as well as visual templates (themes), making it almost infinitely flexible and customizable. The flip side of this abundance, though, is the problem of choice as well as a high proportion of poorly made and insecure extensions.

Webflow, on the other hand, is not as versatile, but can help achieve almost any conceivable setup and feature by providing built-in capabilities. Some of them are even beyond what wordpress.org can offer, e.g. integrated hosting with custom domains and two-click deployment, built-in SSL certificates for added security, or a fast CDN. Compared to a WordPress + third party hosting bundle, this is a much smoother experience.

Ease of use Medium/hard Easy/medium
Extensions Dozens Thousands
Integrated hosting Yes No
Automatic deployment Yes No
Custom content types Yes Via plugins
Content builder Powerful built-in Content Designer Free built-in Gutenberg or paid plugins
eCommerce options Still being actively built Abundant, via e.g. free WooCommerce
Community Relatively small Huge but dispersed
Support Dedicated in-house team By fellow enthusiasts

Where Webflow really shines, though, is the visual builder (Webflow Designer) – there’s little point to even trying to describe how vastly superior it is to any WP content builder plugin (such as WPBakery’s Visual Composer available from ThemeForest), let alone the core WordPress capabilities via the ambiguously-successful Gutenberg.

Another important advantage of Webflow is support and education: being run by a dedicated company rather than a loose community of volunteers, it can afford to offer a customer support guarantee WordPress will never be able to provide, by definition. Webflow’s knowledge base is consistent and easy to digest, as opposed to a rather patchy one in case of wordpress.org.

Overall, while WordPress might be a more advisable idea for complete beginners, Webflow looks like a more well-rounded solution for anyone who is serious about creating websites and values smooth workflows and seamless experiences.

The all-in-one structure lets you forget about the unnecessary details and focus on what really matters – designing and developing beautiful, solid web pages.

Alright… that was lot of information to take in! So what’s the bottom line? In other words –

Should I Use Webflow?

After analyzing its various features, one can conclude that Webflow strives to be an advanced integrated toolkit for web creators who value both flexibility and efficiency.

The combined power of its Designer, Editor/CMS, Hosting, and (now also) eCommerce offers, is on par with the best custom web development setups, while requiring much less upfront costs and setup time as well as ensuring constant support and issue resolution.

Try Webflow for Free ›

In a product landscape dominated by simplistic site builders and clunky open-source CMS’es, Webflow is a hybrid solution especially well-suited for those who are prepared to spend a certain amount of time getting used to its powerful features for the sake of a unique mix of capability and automation.

Your Opinion?

Thank you for taking your time to read our analysis of Webflow! Have you found this review helpful? Got something to add or disagree with certain points? Let’s discuss in the comment section below:

Didn’t find what you were looking for? Ask us anything!
🤓
I need some more specific information on Webflow
🤨
I still have a question about Webflow
🤔
I can’t decide if Webflow is right for me
🙄
Something else...

Pour your heart out

71 comments

I’ve been using webflow for over two years. It’s been great until we recently had a bug that made us unable to get in designer access.

we tried to reach out their support and zero help from them. As much as webflow is good, we don’t see that we’re able to scale our business with Webflow. without strong support, it will jeopardize you at some points.

We decide to gradually move away from Webflow. No matter how good it is, without support, it’s going to be super dangerous.

Speed!!! WP powered by Elementor or WPbaekery could be quickly, because also of other plugins, an issue when it comes to loading time. And this even with a good CDN and Caching-plugin. what about Webflow? Thanks

One of my clients uses Webflow for website sites, so I inherited it. I recently purchased a product to edit for a new website. Not one feature in that product has worked as a normal functionality would. I’d love to talk to the peson who coded the template. I use an experienced webflow designer and I had a web developer take a look. The developer left my office after 15 minutes saying “I can’t do anything with this because I cannot see the code to fix it”. So tell me webflow gurus, how does one expect a developer to develop a template when you do not provide access? As soon as the site is built, we are rebuilding it on a different platform that is more customer friendly. This morning I received a message that overnight, while I was sleeping, that says “Someone on your team may have made changes while you were away”. The team here consists of 1. So what’s up with this. Someone from webflow goes into my site. I’m furious with this project. A 20 page site has taken more time than necessary because of the poorly written code and functions that do not work. If anyone from Webflow cares, which I’m sure they don’t, I’d love to speak with someone, especially the person who was in my site working on it unauthorized when I was sleeping.

Hello,
I am considering buying an out-of-the-box website template from FOODTOGRAPHY dot com. I have little to no experience with web design, and I’d be using the website template, which uses Webflow, as a customer/blogger (not as a designer). Any thoughts on buying this webflow template vs creating my own blog site on WordPress? Thank so much for nany advice!!

theessencephotography

Is it easy to add Pinterest save or pin options? What are the advantages of hosting with webflow over something else like godaddy? Is it worth switching?

I have been using Webflow for 18 months. I was new to building websites and have made three awesome sites, so far.
In each case, I bought a suitable professionally template from the store and customised it to suit my own requirements. The combination of a) template, b) my requirements and c) Webflow designer has produced truly stunning results.
For one website, i commissioned the template designer to make some enhancements. (The (freelance) professional designers are on-line, within the Webflow platform, so it is easy to collaborate with them).
Webflow is the Rolls-Royce of a tool of the industry. Stupendously capable and so smooth and intuitive in use. (Adobe, eat your hearts out!).
I have used to the Content Management System (CMS) to good effect and will soon implement the eCommerce capabilities. The on-platform ‘merchandise’ facility enables me to automatically provision merchandise for fans/followers of my organisation (Caps, Hoodies, Mugs, etc).

In a world of horribly clunky web site builders, the professional quality of Webflow really stands out.
Sure, there is a learning curve, but it is well worth putting in the effort.
I can’t imagine using something else. Many thanks to the guys at Webflow. They never hype their capabilities, they rarely make long term promises. Just regular delivery of new features, practically every week. The software does the talking!
For me, website number 4 is now at the ‘concept’ stage. Given my current level of productivity, it will be built and deployed in no time.
If someone tried to take my beautiful webflow from me, i would not be responsible for my actions!

 5/5

Whats about seo and the Pagespeed ? When I am testing wefblow websites, they are very slow and the performance is bad. Thats the reason, why I dont want to use webflow.