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,006−0
1
Webflow 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
3
Its 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 Facts6
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
# Pricing26
27
Webflow pricing has two important layers:28
29
1. **Site plans**30
2. **Workspace plans**31
32
This distinction is one of the most important things to understand before paying for Webflow.33
34
A Site plan applies to an individual website and is mainly used for hosting, custom domains, CMS capacity, bandwidth, and site-specific functionality.35
36
A 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
38
You may need one, both, or neither depending on how you use Webflow.39
40
## Site Plans41
42
Current 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
54
The current Starter plan includes:55
56
- Webflow.io subdomain57
- 2 static pages58
- 1 GB bandwidth59
- 50 form submissions60
- Limited CMS61
- Webflow AI62
63
The Basic plan currently includes:64
65
- Custom domain66
- 300 static pages67
- 10 GB bandwidth68
- Unlimited form submissions69
- Password protection70
71
The Premium plan adds Webflow CMS and additional content-oriented capabilities.72
73
Webflow simplified its Site plans in 2026 by combining the previous CMS and Business plans into the newer Premium plan.74
75
## Workspace Plans76
77
Every Webflow account includes a free Workspace.78
79
Current 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
89
Freelancer currently includes:90
91
- 10 staging sites92
- Full CMS access on staging sites93
- Client payments94
- Shared Libraries95
- 300 AI credits96
97
Agency adds:98
99
- Unlimited staging sites100
- 3 free client seats per site101
- Unlimited Shared Libraries102
- Site-level roles103
- Publishing permissions104
- 400 AI credits105
106
For teams rather than agencies, Webflow also offers Core and Growth Workspace plans.107
108
## Do You Need Both?109
110
Not always.111
112
For example:113
114
**One business website hosted on Webflow**115
116
→ Paid Site plan 117
→ Free Workspace may be enough118
119
**Freelancer building multiple client sites**120
121
→ Paid Freelancer or Agency Workspace 122
→ Individual client Site plans when sites are hosted on custom domains123
124
**Developer exporting static code and hosting elsewhere**125
126
→ Paid Workspace 127
→ Webflow Site plan may not be required for the exported site128
129
Understanding this distinction prevents paying for a Workspace upgrade when only site hosting is needed.130
131
# What It Does132
133
Webflow combines several parts of web development into one visual environment.134
135
A typical workflow is:136
137
Design layout → Configure responsive styles → Add CMS content → Add interactions → Connect domain → Publish138
139
Instead of manipulating only prebuilt templates, users can visually work with concepts similar to frontend development, including:140
141
- Containers142
- Flexbox143
- Grid144
- Classes145
- Positioning146
- Breakpoints147
- Components148
149
This gives more control than many simple site builders while still reducing the amount of manual HTML and CSS required.150
151
# Getting Started152
153
## 1. Create a Free Workspace154
155
Start with the free Starter Workspace.156
157
You can experiment before purchasing hosting.158
159
The free Workspace currently supports two staging sites.160
161
## 2. Build a Simple Page162
163
Create:164
165
- Navigation166
- Hero section167
- Content section168
- Call to action169
- Footer170
171
Do not begin with a complex animation-heavy project.172
173
First learn how Webflow handles:174
175
- Containers176
- Classes177
- Spacing178
- Flexbox179
- Responsive breakpoints180
181
## 3. Check Responsive Layouts182
183
Webflow allows layouts to be adjusted across different screen sizes.184
185
At minimum, test:186
187
- Desktop188
- Tablet189
- Mobile190
191
A design that looks correct on desktop can still have overflow, spacing, or typography problems on smaller screens.192
193
## 4. Add CMS Only When Needed194
195
For a simple five-page company website, a CMS may not be necessary.196
197
Use CMS Collections when the site has repeatable structured content such as:198
199
- Blog posts200
- Projects201
- Team members202
- Case studies203
- Locations204
- Jobs205
206
## 5. Add a Site Plan207
208
When the site is ready for a custom domain, choose the appropriate Site plan.209
210
A simple static site can use Basic.211
212
A content-heavy site usually needs Premium.213
214
## 6. Connect the Domain and Publish215
216
Connect a domain you control and publish the production site.217
218
Test:219
220
- Navigation221
- Forms222
- Mobile layout223
- Metadata224
- Redirects225
- Analytics226
- Important integrations227
228
before treating the site as complete.229
230
# How to Use231
232
## Classes233
234
Webflow's styling system relies heavily on classes.235
236
For example:237
238
`button-primary`239
240
could define:241
242
- Background243
- Padding244
- Typography245
- Border radius246
247
That class can then be reused throughout the site.248
249
Avoid creating a completely unique class for every single element when the styling should be reusable.250
251
A consistent class system makes larger sites much easier to maintain.252
253
## Components254
255
Reusable sections can be turned into components.256
257
Examples include:258
259
- Navigation260
- Footer261
- CTA262
- Pricing card263
- Testimonial block264
265
Update the component once and connected instances can remain consistent across the site.266
267
This becomes increasingly important as the number of pages grows.268
269
## CMS Collections270
271
A CMS Collection defines a structured content type.272
273
For example:274
275
**Blog Posts**276
277
Fields:278
279
- Title280
- Slug281
- Author282
- Date283
- Image284
- Body285
- Category286
287
You then create one Collection template instead of manually designing a new page for every article.288
289
A practical model is:290
291
CMS data → Collection template → Automatically generated pages292
293
# Practical Workflows294
295
## Business Marketing Website296
297
Design homepage → Add service pages → Add case studies → Configure contact form → Connect domain → Publish298
299
This is one of Webflow's strongest use cases.300
301
Businesses can create a highly customized site without maintaining a traditional CMS and separate hosting stack.302
303
A service business can combine this with [SEO](https://incomewiki.com/wiki/seo), paid advertising, and lead generation.304
305
## Client Website Development306
307
Client brief → Design system → Build Webflow site → CMS setup → Client review → Transfer or publish308
309
Webflow 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
311
This can support a [Freelancing](https://incomewiki.com/wiki/freelancing) or web development service business.312
313
The main risk is building an unnecessarily complex class structure that the client cannot maintain.314
315
## CMS Content Site316
317
Create Collection → Build template → Add articles → Publish → Update through CMS318
319
This is useful for:320
321
- Blogs322
- Resource libraries323
- Case studies324
- Company directories325
- Job boards326
327
Use structured fields instead of manually recreating page layouts.328
329
# Tips & Best Practices330
331
## Learn Basic CSS Concepts332
333
Webflow is visual, but understanding CSS concepts dramatically improves efficiency.334
335
Learn:336
337
- Box model338
- Flexbox339
- Grid340
- Positioning341
- Overflow342
- Responsive breakpoints343
344
Without these concepts, users often solve layout problems with unnecessary margins and nested containers.345
346
## Create a Class Naming System347
348
Do not create random names such as:349
350
`div-block-47`351
352
for important reusable styles.353
354
Use understandable classes such as:355
356
`section-hero`357
358
`container-main`359
360
`button-primary`361
362
`card-testimonial`363
364
A predictable system makes maintenance and client handoff much easier.365
366
## Use Components for Repeated UI367
368
If the same section appears on multiple pages, make it reusable.369
370
Examples:371
372
Navigation 373
Footer 374
CTA 375
Pricing card376
377
This reduces inconsistent updates.378
379
## Use CMS for Repeated Content380
381
Do not manually create 100 individual case-study pages with identical structures.382
383
Create:384
385
CMS Collection → Template → Content items386
387
This turns content management into data entry rather than repeated page design.388
389
## Check Plan Limits Before Building390
391
Webflow plans have limits involving:392
393
- Pages394
- CMS items395
- CMS Collections396
- Bandwidth397
- Form submissions398
- Ecommerce items399
400
Plan the content model before importing thousands of records.401
402
A site that outgrows a limit may require an upgrade or architectural change.403
404
## Avoid Animation Overuse405
406
Webflow makes animations relatively accessible.407
408
That can encourage excessive:409
410
- Scroll effects411
- Page transitions412
- Hover effects413
- Moving backgrounds414
415
Use interactions when they improve communication or usability.416
417
Do not make basic navigation harder simply because animations are available.418
419
## Test SEO Settings Before Launch420
421
Webflow provides controls for:422
423
- Title tags424
- Meta descriptions425
- Alt text426
- Open Graph427
- Canonicals428
- 301 redirects429
- Robots.txt430
- Structured data through custom code431
432
Check these before launch, particularly when migrating an existing [Website](https://incomewiki.com/wiki/website).433
434
# Business Uses435
436
## Website Development Services437
438
Freelancers can sell:439
440
- Webflow site builds441
- Landing pages442
- Website redesigns443
- CMS setup444
- Site migrations445
- Maintenance446
447
The visual workflow can reduce development time for projects that do not require a heavily custom backend.448
449
## Marketing Sites450
451
Startups and SaaS businesses can use Webflow for:452
453
- Homepage454
- Pricing pages455
- Landing pages456
- Blog457
- Case studies458
- Documentation-style marketing content459
460
Marketing teams can update content without requiring a software deployment for every copy change.461
462
## Agency Work463
464
The Freelancer and Agency Workspace plans are specifically designed around managing client projects.465
466
Useful functionality includes:467
468
- Staging sites469
- Client access470
- Site transfers471
- Shared Libraries472
- Publishing permissions473
474
This makes Webflow more suitable for repeat client work than a simple consumer website builder.475
476
## Ecommerce477
478
Webflow also provides native Ecommerce plans.479
480
Current 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
490
Payment-processing fees from Stripe or PayPal are separate.491
492
Standard supports 500 ecommerce items.493
494
Plus supports 5,000.495
496
Advanced supports 15,000.497
498
For 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
# Integrations501
502
Webflow can connect with external tools through:503
504
- Native integrations505
- Apps506
- Custom code507
- APIs508
- Automation platforms509
510
Common integration categories include:511
512
- Analytics513
- CRM514
- Email marketing515
- Forms516
- Advertising517
- Automation518
519
Examples include:520
521
- Google Analytics522
- Google Tag Manager523
- Mailchimp524
- Meta525
- Google Shopping526
527
Use a native or established integration when available.528
529
Custom code becomes useful when an external service only requires a script or tracking tag.530
531
APIs are more appropriate for deeper data synchronization.532
533
# Advanced Use534
535
## Code Export536
537
Paid Workspace plans can export production-ready HTML and CSS.538
539
This can be useful when Webflow is used primarily as a visual frontend development environment.540
541
However, dynamic CMS content cannot simply be exported in the same way as static site content.542
543
Before building around code export, verify that the site's dynamic requirements will still work outside Webflow.544
545
## Custom Code546
547
Paid functionality allows custom code and scripts to extend Webflow beyond the visual editor.548
549
Typical uses include:550
551
- Analytics scripts552
- Custom JavaScript553
- External widgets554
- Structured data555
- Third-party integrations556
557
Use custom code selectively.558
559
Too much custom JavaScript can remove some of the maintenance advantage of using Webflow in the first place.560
561
## APIs562
563
Webflow provides APIs for managing content and connecting external systems.564
565
For example:566
567
External database → Webflow CMS API → Update Collection → Publish site568
569
Current Ecommerce plans list Content Management API limits of approximately:570
571
**120 requests per minute**572
573
for relevant plans.574
575
API-based workflows are useful for automation or custom data sources, but most standard sites do not need them.576
577
# Limitations & Common Mistakes578
579
## Pricing Has Multiple Layers580
581
Webflow's Site and Workspace plans are separate.582
583
Beginners sometimes assume upgrading the Workspace automatically gives every site full custom-domain hosting.584
585
It does not.586
587
Understand what each subscription pays for.588
589
## The Learning Curve Is Higher Than Simple Site Builders590
591
Webflow exposes more web-layout concepts than basic drag-and-drop builders.592
593
This creates more control but requires more knowledge.594
595
## CMS Limits Matter596
597
Content-heavy websites should check:598
599
- CMS item limits600
- Collection limits601
- Bandwidth602
603
before committing to a large architecture.604
605
## Hosting Is More Platform-Dependent606
607
A WordPress site can generally be moved between compatible hosting providers.608
609
A Webflow-hosted CMS site is more tightly connected to Webflow's hosting and CMS environment.610
611
Static code export reduces this concern for some projects but does not reproduce every dynamic Webflow capability.612
613
## Ecommerce Is Not Always the Best Fit614
615
Webflow 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 Fundamentals618
619
Poor structure can still create:620
621
- Bad responsive layouts622
- Inconsistent classes623
- Accessibility issues624
- Weak SEO625
- Slow pages626
627
The visual interface reduces coding requirements, not the need to understand good web design.628
629
# Alternatives630
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
640
Choose Webflow when:641
642
- Design control matters643
- You want managed hosting644
- Marketing teams need to update content645
- You want to avoid managing WordPress plugins and hosting646
- The site is primarily frontend and CMS driven647
648
Choose [WordPress](https://incomewiki.com/wiki/wordpress) when:649
650
- Plugin extensibility matters651
- You want hosting portability652
- You need a broader CMS ecosystem653
654
Choose [Shopify](https://incomewiki.com/wiki/shopify) when ecommerce operations are the primary requirement.655
656
Choose custom development when the project behaves more like an application than a marketing website.657
658
# FAQ659
660
## Is Webflow free?661
662
Yes.663
664
Webflow has free Starter Site and Workspace plans that can be used to learn and build small staging sites.665
666
A 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
670
The current Basic Site plan starts at $15 per month when billed yearly.671
672
Content 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
676
A Site plan applies to one website and controls hosting and site-specific functionality.677
678
A Workspace plan controls the environment used to build and collaborate on multiple sites.679
680
## Do I need coding knowledge?681
682
No for many Webflow sites.683
684
However, 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
688
Yes.689
690
Webflow offers Freelancer and Agency Workspace plans specifically intended for client-site workflows.691
692
## Is Webflow better than WordPress?693
694
Neither is universally better.695
696
Webflow provides integrated visual development and managed hosting.697
698
WordPress provides greater plugin extensibility and more control over hosting and the underlying platform.699
700
# Sources701
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)