Revision 1

Webflow

@namkyu · Sep 3, 2026, 8:49 AM

Added current 2026 pricing, Site vs Workspace plans, setup, CMS workflows, client use, ecommerce, advanced features, limitations, and alternatives.
+20,0060
1Webflow is a visual website development platform that combines design tools, content management, hosting, interactions, and code-oriented customization in one system. It is commonly used for marketing sites, landing pages, portfolios, company websites, content sites, and client projects.
2
3Its main advantage is giving designers and developers more control over layout and responsive behavior than many template-based website builders while avoiding the need to manually build and host every frontend from scratch. The tradeoff is a steeper learning curve and a pricing model that separates Site plans from Workspace plans.
4
5# Quick Facts
6
7
8| Item | Details |
9| -------------------- | ----------------------------------------------------------------------------- |
10| Main use | Visually designing and publishing websites |
11| Best for | Marketing sites, company sites, portfolios, agencies, and design-led projects |
12| Free option | Yes |
13| Basic Site plan | $15/month billed yearly |
14| Premium Site plan | $25/month billed yearly |
15| Freelancer Workspace | $16/month billed yearly |
16| Agency Workspace | $35/month billed yearly |
17| Hosting | Included with paid Site plans |
18| CMS | Available on Premium and higher relevant plans |
19| Custom domain | Requires a paid Site plan |
20| Code export | Available on paid Workspace plans |
21| Ecommerce | Available through separate Ecommerce plans |
22| Coding required | No for standard builds; useful for advanced customization |
23
24
25# Pricing
26
27Webflow pricing has two important layers:
28
291. **Site plans**
302. **Workspace plans**
31
32This distinction is one of the most important things to understand before paying for Webflow.
33
34A Site plan applies to an individual website and is mainly used for hosting, custom domains, CMS capacity, bandwidth, and site-specific functionality.
35
36A Workspace plan applies to the environment where you build and manage sites and is mainly related to staging, collaboration, code export, client work, and team features.
37
38You may need one, both, or neither depending on how you use Webflow.
39
40## Site Plans
41
42Current self-service Site plans include:
43
44
45| Plan | Price Billed Yearly | Main Use |
46| ---------- | -------------------: | ------------------------------------ |
47| Starter | Free | Testing and small webflow.io sites |
48| Basic | $15/month | Simple sites without a CMS |
49| Premium | $25/month | Content-rich sites using Webflow CMS |
50| Team | $2,500/month | Larger organizations |
51| Enterprise | Custom | Enterprise deployments |
52
53
54The current Starter plan includes:
55
56- Webflow.io subdomain
57- 2 static pages
58- 1 GB bandwidth
59- 50 form submissions
60- Limited CMS
61- Webflow AI
62
63The Basic plan currently includes:
64
65- Custom domain
66- 300 static pages
67- 10 GB bandwidth
68- Unlimited form submissions
69- Password protection
70
71The Premium plan adds Webflow CMS and additional content-oriented capabilities.
72
73Webflow simplified its Site plans in 2026 by combining the previous CMS and Business plans into the newer Premium plan.
74
75## Workspace Plans
76
77Every Webflow account includes a free Workspace.
78
79Current freelancer-focused Workspace pricing includes:
80
81
82| Plan | Price Billed Yearly |
83| ---------- | -------------------: |
84| Starter | Free |
85| Freelancer | $16/month |
86| Agency | $35/month |
87
88
89Freelancer currently includes:
90
91- 10 staging sites
92- Full CMS access on staging sites
93- Client payments
94- Shared Libraries
95- 300 AI credits
96
97Agency adds:
98
99- Unlimited staging sites
100- 3 free client seats per site
101- Unlimited Shared Libraries
102- Site-level roles
103- Publishing permissions
104- 400 AI credits
105
106For teams rather than agencies, Webflow also offers Core and Growth Workspace plans.
107
108## Do You Need Both?
109
110Not always.
111
112For example:
113
114**One business website hosted on Webflow**
115
116→ Paid Site plan
117→ Free Workspace may be enough
118
119**Freelancer building multiple client sites**
120
121→ Paid Freelancer or Agency Workspace
122→ Individual client Site plans when sites are hosted on custom domains
123
124**Developer exporting static code and hosting elsewhere**
125
126→ Paid Workspace
127→ Webflow Site plan may not be required for the exported site
128
129Understanding this distinction prevents paying for a Workspace upgrade when only site hosting is needed.
130
131# What It Does
132
133Webflow combines several parts of web development into one visual environment.
134
135A typical workflow is:
136
137Design layout → Configure responsive styles → Add CMS content → Add interactions → Connect domain → Publish
138
139Instead of manipulating only prebuilt templates, users can visually work with concepts similar to frontend development, including:
140
141- Containers
142- Flexbox
143- Grid
144- Classes
145- Positioning
146- Breakpoints
147- Components
148
149This gives more control than many simple site builders while still reducing the amount of manual HTML and CSS required.
150
151# Getting Started
152
153## 1. Create a Free Workspace
154
155Start with the free Starter Workspace.
156
157You can experiment before purchasing hosting.
158
159The free Workspace currently supports two staging sites.
160
161## 2. Build a Simple Page
162
163Create:
164
165- Navigation
166- Hero section
167- Content section
168- Call to action
169- Footer
170
171Do not begin with a complex animation-heavy project.
172
173First learn how Webflow handles:
174
175- Containers
176- Classes
177- Spacing
178- Flexbox
179- Responsive breakpoints
180
181## 3. Check Responsive Layouts
182
183Webflow allows layouts to be adjusted across different screen sizes.
184
185At minimum, test:
186
187- Desktop
188- Tablet
189- Mobile
190
191A design that looks correct on desktop can still have overflow, spacing, or typography problems on smaller screens.
192
193## 4. Add CMS Only When Needed
194
195For a simple five-page company website, a CMS may not be necessary.
196
197Use CMS Collections when the site has repeatable structured content such as:
198
199- Blog posts
200- Projects
201- Team members
202- Case studies
203- Locations
204- Jobs
205
206## 5. Add a Site Plan
207
208When the site is ready for a custom domain, choose the appropriate Site plan.
209
210A simple static site can use Basic.
211
212A content-heavy site usually needs Premium.
213
214## 6. Connect the Domain and Publish
215
216Connect a domain you control and publish the production site.
217
218Test:
219
220- Navigation
221- Forms
222- Mobile layout
223- Metadata
224- Redirects
225- Analytics
226- Important integrations
227
228before treating the site as complete.
229
230# How to Use
231
232## Classes
233
234Webflow's styling system relies heavily on classes.
235
236For example:
237
238`button-primary`
239
240could define:
241
242- Background
243- Padding
244- Typography
245- Border radius
246
247That class can then be reused throughout the site.
248
249Avoid creating a completely unique class for every single element when the styling should be reusable.
250
251A consistent class system makes larger sites much easier to maintain.
252
253## Components
254
255Reusable sections can be turned into components.
256
257Examples include:
258
259- Navigation
260- Footer
261- CTA
262- Pricing card
263- Testimonial block
264
265Update the component once and connected instances can remain consistent across the site.
266
267This becomes increasingly important as the number of pages grows.
268
269## CMS Collections
270
271A CMS Collection defines a structured content type.
272
273For example:
274
275**Blog Posts**
276
277Fields:
278
279- Title
280- Slug
281- Author
282- Date
283- Image
284- Body
285- Category
286
287You then create one Collection template instead of manually designing a new page for every article.
288
289A practical model is:
290
291CMS data → Collection template → Automatically generated pages
292
293# Practical Workflows
294
295## Business Marketing Website
296
297Design homepage → Add service pages → Add case studies → Configure contact form → Connect domain → Publish
298
299This is one of Webflow's strongest use cases.
300
301Businesses can create a highly customized site without maintaining a traditional CMS and separate hosting stack.
302
303A service business can combine this with [SEO](https://incomewiki.com/wiki/seo), paid advertising, and lead generation.
304
305## Client Website Development
306
307Client brief → Design system → Build Webflow site → CMS setup → Client review → Transfer or publish
308
309Webflow is commonly used by freelancers and agencies because the visual environment allows designers to create production websites while clients can later manage structured content.
310
311This can support a [Freelancing](https://incomewiki.com/wiki/freelancing) or web development service business.
312
313The main risk is building an unnecessarily complex class structure that the client cannot maintain.
314
315## CMS Content Site
316
317Create Collection → Build template → Add articles → Publish → Update through CMS
318
319This is useful for:
320
321- Blogs
322- Resource libraries
323- Case studies
324- Company directories
325- Job boards
326
327Use structured fields instead of manually recreating page layouts.
328
329# Tips & Best Practices
330
331## Learn Basic CSS Concepts
332
333Webflow is visual, but understanding CSS concepts dramatically improves efficiency.
334
335Learn:
336
337- Box model
338- Flexbox
339- Grid
340- Positioning
341- Overflow
342- Responsive breakpoints
343
344Without these concepts, users often solve layout problems with unnecessary margins and nested containers.
345
346## Create a Class Naming System
347
348Do not create random names such as:
349
350`div-block-47`
351
352for important reusable styles.
353
354Use understandable classes such as:
355
356`section-hero`
357
358`container-main`
359
360`button-primary`
361
362`card-testimonial`
363
364A predictable system makes maintenance and client handoff much easier.
365
366## Use Components for Repeated UI
367
368If the same section appears on multiple pages, make it reusable.
369
370Examples:
371
372Navigation
373Footer
374CTA
375Pricing card
376
377This reduces inconsistent updates.
378
379## Use CMS for Repeated Content
380
381Do not manually create 100 individual case-study pages with identical structures.
382
383Create:
384
385CMS Collection → Template → Content items
386
387This turns content management into data entry rather than repeated page design.
388
389## Check Plan Limits Before Building
390
391Webflow plans have limits involving:
392
393- Pages
394- CMS items
395- CMS Collections
396- Bandwidth
397- Form submissions
398- Ecommerce items
399
400Plan the content model before importing thousands of records.
401
402A site that outgrows a limit may require an upgrade or architectural change.
403
404## Avoid Animation Overuse
405
406Webflow makes animations relatively accessible.
407
408That can encourage excessive:
409
410- Scroll effects
411- Page transitions
412- Hover effects
413- Moving backgrounds
414
415Use interactions when they improve communication or usability.
416
417Do not make basic navigation harder simply because animations are available.
418
419## Test SEO Settings Before Launch
420
421Webflow provides controls for:
422
423- Title tags
424- Meta descriptions
425- Alt text
426- Open Graph
427- Canonicals
428- 301 redirects
429- Robots.txt
430- Structured data through custom code
431
432Check these before launch, particularly when migrating an existing [Website](https://incomewiki.com/wiki/website).
433
434# Business Uses
435
436## Website Development Services
437
438Freelancers can sell:
439
440- Webflow site builds
441- Landing pages
442- Website redesigns
443- CMS setup
444- Site migrations
445- Maintenance
446
447The visual workflow can reduce development time for projects that do not require a heavily custom backend.
448
449## Marketing Sites
450
451Startups and SaaS businesses can use Webflow for:
452
453- Homepage
454- Pricing pages
455- Landing pages
456- Blog
457- Case studies
458- Documentation-style marketing content
459
460Marketing teams can update content without requiring a software deployment for every copy change.
461
462## Agency Work
463
464The Freelancer and Agency Workspace plans are specifically designed around managing client projects.
465
466Useful functionality includes:
467
468- Staging sites
469- Client access
470- Site transfers
471- Shared Libraries
472- Publishing permissions
473
474This makes Webflow more suitable for repeat client work than a simple consumer website builder.
475
476## Ecommerce
477
478Webflow also provides native Ecommerce plans.
479
480Current yearly-billed U.S. prices include:
481
482
483| Ecommerce Plan | Price | Webflow Transaction Fee |
484| -------------- | ----------: | -----------------------: |
485| Standard | $29/month | 2% |
486| Plus | $74/month | 0% |
487| Advanced | $212/month | 0% |
488
489
490Payment-processing fees from Stripe or PayPal are separate.
491
492Standard supports 500 ecommerce items.
493
494Plus supports 5,000.
495
496Advanced supports 15,000.
497
498For businesses primarily focused on ecommerce, compare Webflow carefully with [Shopify](https://incomewiki.com/wiki/shopify) or [WooCommerce](https://incomewiki.com/wiki/woocommerce) before choosing it.
499
500# Integrations
501
502Webflow can connect with external tools through:
503
504- Native integrations
505- Apps
506- Custom code
507- APIs
508- Automation platforms
509
510Common integration categories include:
511
512- Analytics
513- CRM
514- Email marketing
515- Forms
516- Advertising
517- Automation
518
519Examples include:
520
521- Google Analytics
522- Google Tag Manager
523- Mailchimp
524- Meta
525- Google Shopping
526
527Use a native or established integration when available.
528
529Custom code becomes useful when an external service only requires a script or tracking tag.
530
531APIs are more appropriate for deeper data synchronization.
532
533# Advanced Use
534
535## Code Export
536
537Paid Workspace plans can export production-ready HTML and CSS.
538
539This can be useful when Webflow is used primarily as a visual frontend development environment.
540
541However, dynamic CMS content cannot simply be exported in the same way as static site content.
542
543Before building around code export, verify that the site's dynamic requirements will still work outside Webflow.
544
545## Custom Code
546
547Paid functionality allows custom code and scripts to extend Webflow beyond the visual editor.
548
549Typical uses include:
550
551- Analytics scripts
552- Custom JavaScript
553- External widgets
554- Structured data
555- Third-party integrations
556
557Use custom code selectively.
558
559Too much custom JavaScript can remove some of the maintenance advantage of using Webflow in the first place.
560
561## APIs
562
563Webflow provides APIs for managing content and connecting external systems.
564
565For example:
566
567External database → Webflow CMS API → Update Collection → Publish site
568
569Current Ecommerce plans list Content Management API limits of approximately:
570
571**120 requests per minute**
572
573for relevant plans.
574
575API-based workflows are useful for automation or custom data sources, but most standard sites do not need them.
576
577# Limitations & Common Mistakes
578
579## Pricing Has Multiple Layers
580
581Webflow's Site and Workspace plans are separate.
582
583Beginners sometimes assume upgrading the Workspace automatically gives every site full custom-domain hosting.
584
585It does not.
586
587Understand what each subscription pays for.
588
589## The Learning Curve Is Higher Than Simple Site Builders
590
591Webflow exposes more web-layout concepts than basic drag-and-drop builders.
592
593This creates more control but requires more knowledge.
594
595## CMS Limits Matter
596
597Content-heavy websites should check:
598
599- CMS item limits
600- Collection limits
601- Bandwidth
602
603before committing to a large architecture.
604
605## Hosting Is More Platform-Dependent
606
607A WordPress site can generally be moved between compatible hosting providers.
608
609A Webflow-hosted CMS site is more tightly connected to Webflow's hosting and CMS environment.
610
611Static code export reduces this concern for some projects but does not reproduce every dynamic Webflow capability.
612
613## Ecommerce Is Not Always the Best Fit
614
615Webflow can run online stores, but ecommerce businesses should compare its catalog, app ecosystem, checkout, fulfillment, and operational features with dedicated commerce platforms.
616
617## Visual Development Does Not Eliminate Web Fundamentals
618
619Poor structure can still create:
620
621- Bad responsive layouts
622- Inconsistent classes
623- Accessibility issues
624- Weak SEO
625- Slow pages
626
627The visual interface reduces coding requirements, not the need to understand good web design.
628
629# Alternatives
630
631
632| Platform | Best Fit | Main Difference |
633| ------------------ | --------------------------------------------- | ----------------------------------------- |
634| Webflow | Design-led marketing and CMS websites | Visual development with managed hosting |
635| WordPress | Content-heavy and highly extensible websites | Open source with a large plugin ecosystem |
636| Shopify | Ecommerce-first businesses | Dedicated commerce platform |
637| Custom development | Complex applications and unique functionality | Maximum technical flexibility |
638
639
640Choose Webflow when:
641
642- Design control matters
643- You want managed hosting
644- Marketing teams need to update content
645- You want to avoid managing WordPress plugins and hosting
646- The site is primarily frontend and CMS driven
647
648Choose [WordPress](https://incomewiki.com/wiki/wordpress) when:
649
650- Plugin extensibility matters
651- You want hosting portability
652- You need a broader CMS ecosystem
653
654Choose [Shopify](https://incomewiki.com/wiki/shopify) when ecommerce operations are the primary requirement.
655
656Choose custom development when the project behaves more like an application than a marketing website.
657
658# FAQ
659
660## Is Webflow free?
661
662Yes.
663
664Webflow has free Starter Site and Workspace plans that can be used to learn and build small staging sites.
665
666A paid Site plan is required to publish a standard Webflow site to a custom domain.
667
668## How much does a normal Webflow website cost?
669
670The current Basic Site plan starts at $15 per month when billed yearly.
671
672Content sites requiring Webflow CMS can use the Premium plan, currently starting at $25 per month when billed yearly.
673
674## What is the difference between a Site plan and a Workspace plan?
675
676A Site plan applies to one website and controls hosting and site-specific functionality.
677
678A Workspace plan controls the environment used to build and collaborate on multiple sites.
679
680## Do I need coding knowledge?
681
682No for many Webflow sites.
683
684However, understanding HTML and CSS concepts such as classes, Flexbox, Grid, and responsive design makes Webflow substantially easier to use well.
685
686## Can Webflow be used for client work?
687
688Yes.
689
690Webflow offers Freelancer and Agency Workspace plans specifically intended for client-site workflows.
691
692## Is Webflow better than WordPress?
693
694Neither is universally better.
695
696Webflow provides integrated visual development and managed hosting.
697
698WordPress provides greater plugin extensibility and more control over hosting and the underlying platform.
699
700# Sources
701
702- [Webflow — Plans & Pricing](https://webflow.com/pricing)
703- [Webflow Help Center — Updated Pricing and Simplified Plans for May 2026](https://help.webflow.com/hc/en-us/articles/51059955082387-Updated-pricing-and-simplified-plans-for-May-2026)
704- [Webflow Help Center — Choose a Site Plan](https://help.webflow.com/hc/en-us/articles/33961232582419-Choose-a-Site-plan)
705- [Webflow Help Center — Choose a Workspace Plan](https://help.webflow.com/hc/en-us/articles/33961218263059-Choose-a-Workspace-plan)
706- [Webflow Help Center — Do I Need a Workspace Plan or a Site Plan?](https://help.webflow.com/hc/en-us/articles/39720458831635-Do-I-need-a-Workspace-plan-or-a-Site-plan)
707- [Webflow Help Center — Workspace and Site Plans Overview](https://help.webflow.com/hc/en-us/articles/33961379128723-Webflow-Workspace-and-Site-plans-overview)
708- [Webflow — Pricing Change Calculator](https://webflow.com/pricing/calculator)
709- [Webflow — Updated Pricing and Simplified Plans](https://webflow.com/updates/updated-pricing-and-simplified-plans)