It's actually great for highly complex, high traffic setups as well - Smashing Magazine was a conglomerate site using Wordpress, Kirby, Rails, and Shopify, and are now entirely static (10x faster literally) and using Netlify CMS for content management. If you haven't checked out their site lately you should!
Post author here: As others said, it's a CMS for static site generators.
Traditional CMS's are opinionated server side applications that live outside of the site developer's workflow, and are subject to maintenance and a high potential for getting hacked. The advantage is eschewing all of that for a hackable React app that literally lives on a page on your site, and gaining the speed and security benefits of static development.
Post author here: There's definitely no shortage of options - the CMS exists to fill a very specific trifecta that we believe are critical for modern static development. It is:
1. Git based, which is how devs are working increasingly
2. Highly extensible, from backends to editor plugins
3. It's open source
As a bonus, it's very easy to hack on - just a single page app written in React.
Having been involved in a few single page apps, I'd like to point out that JavaScript is a Turing complete programming language. There is no "just" about it. It may or may not be easy to work with, but the fact that it is a single page app or that it is React, had nothing to do with the matter.
After all, php is "just a web page with some templating commands" (and look at where that gets you).
Also, when you are enjoying that warm feeling from being "serverless", bear in mind that building something you value around someone else's service, especially if you aren't paying them for the privilege, may not be a spectacular idea.
This message brought to you by the American Society of Cynics. Pointing out that your glass is half empty is our calling.
Uhh, what? It being written as a single-page React Javascript app means that if you're a web dev with React under your belt, then it won't be tough for you to jump in and extend the CMS code[1]. And it's licensed under MIT, so you can fork and do what you will with it.
And you don't have to use Netlify's service with their Netlify-CMS. Their step-by-step guide uses it, but that's only because they obviously want to promote their service[2] and it's the easiest way to get it all set up. You'd otherwise just host the CMS page at /admin of your site and configure a webhook to deploy your site on a push event.
[1] Unless your point is just that programming is hard. Which is obviously true.
[2] Though their service is pretty shweet as they put your assets on cloudflare and handle the webhooks for you.
Minor correction to your 2nd footnote: We put your assets on our CDN - some of which is served by amazon's Cloudfront. We don't use Cloudflare's services to run our CDN :)
Yep, the source of a widely useful CMS will always be non trivial - but you have to build your site inside of a traditional CMS, where it lives on a server. Netlify CMS is a page on your site that creates and edits markdown and data files. The difference is real :)
The title of your your post crosses the boundary from promotion/hype to just being a bald face lie. Would you consider changing it?
The project is great, it’s really nice contribution, and I’ve had good experiences with netlify as well. No reason to leak brand faith over stuff like this.
>>A Complete CMS with No Server and 18 Lines of Code
I definitely weighed that out, and I appreciate you mentioning it. I settled on this title because it's accurate for the implementor, and because folks are having a hard time understanding the benefit compared to a large solution like WordPress, as evidenced in this thread.
You can literally tack this CMS onto your existing site with a trivial amount of (configuration) code. You cannot in any sense do that with a traditional CMS. I'd call it tongue in cheek for sure, but I don't agree that it's a lie. Just a matter of perspective. Glad you like the project!
> because folks are having a hard time understanding the benefit compared to a large solution like WordPress, as evidenced in this thread.
So apparently the title failed to communicate this correctly. (IMHO, you should present it as a editing frontend or a backend UI or ... that's used in combination with other tools and services to form a CMS)
It’s not a matter of perspective given the target audience. Developers don’t think that doing something in “x lines of code” means configuration files.
It’s intentionally misleading, and that fact that you double down on it after it’s mentioned reflects on the company.
I’m not saying it an easy distinction to draw, in fact often it’s incredibly difficult and that’s why marketing claims have such wide legal latitude.
It’s just that in this case, given the foreseeable audience interpretation, and given the audience is known to have a penchant for unvarnished, straight talk about technology, it’s not a good decision for your company.
Startups come out of the gate attempting climbing mount everest. Given the difficultly, unforced tactical errors really need to be avoided, and corrected when pointed out.
https://www.smashingmagazine.com
https://www.netlify.com/blog/2017/11/21/smashing-magazine-is...