☑︎ This review was last updated in April 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

Thanks. I found that in-depth and useful!

 5/5

Visual designer familiar with HTML/CSS Principles here. Great review!

I have a question on deploying and hosting. Hoping someone experienced with Webflow can help. How exactly would this work if I already have a domain? Could I transfer my domain into Webflow hosting services? Does Webflow “process this in the background” for me? I’ve read that you can transfer what you build to another domain (I’m assuming outside of Webflow) but no one ever goes into depth about this feature. I’m totally confused.

I’ve used Wix quite a bit and you can subscribe to wix hosting plan and buy domain through wix, or you can supply your own and transfer it into wix… Does Webflow do the same thing? Also, If I decided not to use webflow hosting could I extract the entire site outside of webflow and host it on my own server/domain? I’ve read about losing CMS capability but for quick one page sites that won’t be used for long, CMS is no concern (I also make sites for clients where CMS is not needed).

Thanks

Hello Phil!
You can connect any externally registered domain with Webflow’s deployment system, which will allow you to deploy your Webflow projects to it in a single click (it’s quite neat, I use it all the time). All you’ll need to do is adjust the domain’s zone records, as detailed in this guide in the Webflow Academy. If you haven’t edited domain record files before, it might take a couple of iterations to get it right, otherwise you should be done within minutes.

Regarding migration – Webflow is actually quite a bit more open in that respect, as code import is one of its core features and selling points. I will need to research more about whether the CMS capabilities could be retained (haven’t tried that kind of migration myself yet, to be frank), but with a static website it’s a breeze. I’m quite sure that in such case you could afterwards use any “HTML to WordPress” service, for example, to make it into a dynamic WP website.

Thanks for the in-depth reply Satori, much appreciated! I’m just about to start my first Webflow project (pretty excited). Going through the “crash course” right now.

the best prototyping tool I’ve found so far that actually produces usable code as well

 5/5

I’m very fluent in HTML and CSS. Can I use Web Flow as an alternative to tools like Sketch or Invision Studio when I’m doing design concepting (for eventual presentation to clients)? I like the fact that it seems to also handle the code behind the scenes, which would save me time (vs doing static designs and then having to turn around and code them from scratch).

Just curious how the layout features compare to other tools (like Sketch, Adobe XD, Invision Studio, etc.)

Thx!

It is a good question to consider, we will add a separate section comparing Webflow with design tools rather than other CMS/builders in a short while. It will take some time to draw up an in-depth comparison, but from the top of my head, the closest of the three you’ve mentioned is probably inVision Studio, the others are arguably more design tools that anything else and rely on “drawing” rather than creating with CSS. However, Webflow is still more versatile than just a prototyping tool – it’s also a CMS, a hosting, and (now also) an e-commerce platform.

thank you for teh post it is very very niice kudos

any idea when theyre going to release the ecommerce platform as well?

It is still in development, so the specific date hasn’t been revealed yet, but we are keeping track and will update the article as soon as it becomes known!

whoa complex stuff

 4/5

teh videos in the knowledgebase are a life saver, without them it is quite hard to grasp everything by yourself imo

Thank you for your helpful review, great! I’m a complete beginner. Can I just start with a template and see where it takes me? When I adjust the template can I damage the code and thus slow down or otherwise downgrade the site? And how is the customer service in your opinion? Thanks!

 5/5

In fact, it is recommended to start with a template rather than a blank file if you’re a beginner – this way the learning curve will be much smoother. If you adjust the elements using the visual editor, the code will adjust itself automatically (that’s the beauty of it). Regarding customer support – we are going to add an entire section on it soon, yet the overall impression is quite positive.

Are there any coupons or promo cods for Webflow? Most other website builders (and web services in general) usually offer some sort of discount..

 4/5

so far so good

 5/5
web juggernaut

so did I understand correctly: the Webflow product is more suitable to those who know how to code and just want to automate most of the things?

Hello web juggernaut! Well to some extent yes, Webflow might not be the most well-suited option for complete beginners. But its as graphic as it gets when you use the visual editor, helps learning the css properties will only do you good in the long term

you can also use it if you dont know howto code, like me :)

I’m now choosing a website builder. If you have already used Webflow, it would be interesting for me to learn your experience with this product. What are its positive and negative sides? What purposes do you think is it most suitable for?

I can see you’ve been revising the review and adding new sections, nice work

Not sure you can compare Webflow with the Wixes and Weeblys of this world. It produces beautiful code, extremely fast, with great mobile control and flexible production. Unlike the other commentator here, I can’t code, but I have over 90 live sites made with Webflow and I love it.
Yes, it doesn’t have the marketing of the drag and drop builders; but, as you say, it is great for freelancers and agencies – allowing sites to be exported and worked on after initial production.
A huge step above the other builders and fantastic support. If you want something better than a drag and drop, Webflow is a brilliant start.

totally agree comparing Webflow to Weebly is like comparing a toy car to a real one that you can drive around

 5/5

In general I found the review to be a good effort.

While it is true that elements in Webflow are dragged from panels and placed into the design page, that’s where the similarity ends. In Webflow you must enough about html to know where that element can, or can’t, be dropped and how where it’s dropped will affect it and other elements. You can’t just drag things around until they look good.

Bottom line, in my opinion (and being able to write code), Webflow is not the tool to choose for casual users, especially those just wanting their own site. While the user of Webflow doesn’t need a comprehensive understanding of html and css, for any chance at success, they’ll have to spend quite a few hours learning at least the concepts and the names of the elements (tags) used in html in order to have a successful design.