Netlify CMS vs. Vercel

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Netlify CMS
Score 9.4 out of 10
N/A
Netlify CMS is an open source Git-based CMS for static site generators. it runs 100% in a browser.N/A
Vercel
Score 9.6 out of 10
N/A
​Vercel (made by the creators of Next.js) is a cloud platform for static sites and Serverless Functions for a workflow. It enables developers to host websites and web services that deploy instantly, scale automatically, and requires no supervision, all with no configuration. The platform aims to enable frontend teams to work while combining the best developer experience with a focus on end-user performance.N/A
Pricing
Netlify CMSVercel
Editions & Modules
No answers on this topic
No answers on this topic
Offerings
Pricing Offerings
Netlify CMSVercel
Free Trial
NoYes
Free/Freemium Version
YesYes
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeNo setup feeNo setup fee
Additional Details
More Pricing Information
Community Pulse
Netlify CMSVercel
Top Pros

No answers on this topic

Features
Netlify CMSVercel
Platform & Infrastructure
Comparison of Platform & Infrastructure features of Product A and Product B
Netlify CMS
6.0
1 Ratings
24% below category average
Vercel
-
Ratings
API6.01 Ratings00 Ratings
Web Content Creation
Comparison of Web Content Creation features of Product A and Product B
Netlify CMS
6.1
1 Ratings
24% below category average
Vercel
-
Ratings
WYSIWYG editor9.01 Ratings00 Ratings
Code quality / cleanliness9.01 Ratings00 Ratings
Admin section7.01 Ratings00 Ratings
Page templates3.01 Ratings00 Ratings
Library of website themes1.01 Ratings00 Ratings
Mobile optimization / responsive design5.01 Ratings00 Ratings
Publishing workflow9.01 Ratings00 Ratings
Web Content Management
Comparison of Web Content Management features of Product A and Product B
Netlify CMS
4.3
1 Ratings
53% below category average
Vercel
-
Ratings
Content taxonomy7.01 Ratings00 Ratings
Availability / breadth of extensions2.01 Ratings00 Ratings
Community / comment management4.01 Ratings00 Ratings
Platform-as-a-Service
Comparison of Platform-as-a-Service features of Product A and Product B
Netlify CMS
-
Ratings
Vercel
8.0
2 Ratings
0% below category average
Ease of building user interfaces00 Ratings5.01 Ratings
Scalability00 Ratings10.02 Ratings
Platform management overhead00 Ratings10.02 Ratings
Workflow engine capability00 Ratings4.02 Ratings
Platform access control00 Ratings5.02 Ratings
Services-enabled integration00 Ratings10.02 Ratings
Development environment creation00 Ratings10.02 Ratings
Development environment replication00 Ratings10.02 Ratings
Issue monitoring and notification00 Ratings7.02 Ratings
Issue recovery00 Ratings7.02 Ratings
Upgrades and platform fixes00 Ratings10.02 Ratings
Best Alternatives
Netlify CMSVercel
Small Businesses
Divi
Divi
Score 10.0 out of 10
AWS Lambda
AWS Lambda
Score 8.8 out of 10
Medium-sized Companies
Image Relay
Image Relay
Score 9.5 out of 10
Red Hat OpenShift
Red Hat OpenShift
Score 9.2 out of 10
Enterprises
RWS Tridion Sites
RWS Tridion Sites
Score 9.0 out of 10
Red Hat OpenShift
Red Hat OpenShift
Score 9.2 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
Netlify CMSVercel
Likelihood to Recommend
9.0
(1 ratings)
10.0
(2 ratings)
Usability
-
(0 ratings)
9.0
(1 ratings)
User Testimonials
Netlify CMSVercel
Likelihood to Recommend
Netlify
Netlify CMS is well suited when you have very less frequent updates to your content, maybe once a day and very few people need to access your data. You can connect it to Netlify, GitHub, or any platform and have multiple people access it and do as many updates as you wish, but the process is not well-defined and you need to build your own system for that. It is well suited for projects you need to pull off with very low cost, it is essentially free as the software is open source and free to use, and all you need to do is set up your schema correctly and find a deployment pipeline where you can build your static site/API to redeploy whenever the content changes. I personally used a GitHub Login -> Netlify CMS -> next app consumer of content -> GitHub pipelines to run next SSG -> GitHub Pages to deploy the built static site. It might not be appropriate for large teams where users themselves need no-code tools to modify the schema of the content.
Read full review
VERCEL
I've had nothing but positive experiences with Vercel, and while their business offering is great, it's also worth touching on their free plan. Their free plan allows me to tinker with web development in my free time without having to worry about paying for a costly linux box. I just link a GitHub repository and it's done!
Read full review
Pros
Netlify
  • Storing content data in customized schema without a database
  • Full control over your content and infrastructure where it is deployed and stored
  • Very low-cost way for building your own CMS and CDN
Read full review
VERCEL
  • Deploy Site
  • Integrate Giithub
  • Functions to use at scale and free
Read full review
Cons
Netlify
  • Linking between different schema types, i.e. having some relations between content
  • Better ways to define content schema, like how TinaCMS would handle using a JSON
Read full review
VERCEL
  • Interface Revamp
  • Cost reduction
Read full review
Usability
Netlify
No answers on this topic
VERCEL
Vercel's good usability and developer experience make me happy to visit their website when I need to configure my deployments. It's very easy to navigate, configure, and manage my projects, and the developer experience is so seamless that I don't have to think much when I push changes to git.
Read full review
Alternatives Considered
Netlify
We really can't compare it to full-fledged CMS software, like WordPress, which has a lot of community and support with widgets, plugins, and whatnot. It's not built for that, but you can compare it to Contentful, Ghost, Strapi, etc., which provide similar functionality to a headless CMS with custom schema options, but even among them, it still lacks a lot of functionality, ease of use, and support. But Netlify CMS pros would be of the opinion that compared to other platforms where most schemas need to use their own tools and frameworks, it's very cost-effective. Something new called TinaCMS has come up to compete with Netlify CMS by covering most of its shortcomings, but it's something new being built by the same team that built Forestry CMS and comes with many modern features, yet currently only supports NextJS SSG.
Read full review
VERCEL
Vercel beats Heroku and DigitalOcean by a mile with pricing. Since Vercel uses serverless infrastructure, we don't pay for servers that don't get used, which is great for smaller platforms. Vercel Support is also very quick to respond, unlike DigitalOcean who took a while to get back to me after they didn't honor platform credits they sent me.
Read full review
Return on Investment
Netlify
  • Helped us inject dynamic content into existing site very quickly
  • Wasted a lot of time to implement when something complex, such as querying content, was needed
Read full review
VERCEL
  • Reduced amount of staff time required to deploy applications and websites
  • Improved staging environments by automatically deploying changes on pull requests
  • Allowed for collaboration from members of the open source community with strong git integrations
Read full review
ScreenShots