by SvenAl on 3/11/21, 11:55 AM with 46 comments
After 10 years of running a web development agency and delivering over 100 projects, we tried many different approaches to building apps and websites. When we looked at the patterns for most of the projects we delivered, it was always a combination of custom business logic and a way to manage content, like pages, news articles, and similar. Looking at the options available on the market, we either had frameworks for building the custom logic or ready-made CMS solutions for managing the content. There was no combination for when we wanted to do both. And this is one of the biggest pains we had. We would either force custom logic inside a CMS and break things or make them hard to maintain, or use a framework and take much longer to deliver a project since we'd end up building a custom CMS and making the whole thing more expensive to the client. On top of that, we were just tired of constantly spinning up servers, managing container images, worrying about uptime, network, and security issues, and paying for resources we were not utilizing 100%.
Looking for options, we discovered serverless. The premise of not having infrastructure to manage sounded really intriguing. Having fault-tolerant resources that scale automatically when you need them with consumption-based pricing that cost up to 80% less than virtual machines sounded like the ideal solution...until we tried to build something with it. It was almost impossible. All the existing frameworks and CMS options are designed for a "server environment", and couldn't be used to build solutions in a serverless environment. The only tutorials available at that time covered how to resize an image with a Lambda function. Besides that, serverless requires a cognitive change of how you approach code and infrastructure.
In all those problems we saw an opportunity. Over a course of a year, we built a framework that allows anyone to quickly build serverless applications without battling all the challenges that come with it. Things like rendering and caching pages, optimizing the cold-start times, debugging function calls, managing connections between functions and the database, CI/CD setup, and many more. The framework comes with a GraphQL API, Admin UI, ACL, CLI for deployment and scaffolding, and more.
Because our passion is also tied to content management systems, we decided to eat our own dog food and build a serverless CMS using our own framework. Webiny Serverless CMS uses Lambda functions, API Gateway, DynamoDB, Elasticsearch (the only non-serverless component at the moment) and S3. It scales automatically together with the demand, requires minimal maintenance, and costs a fraction when compared to solutions running on virtual machines or containers. It includes a GraphQL API, asset management, and a no-code builder for static pages and forms. It takes 2 commands to install and configure the whole thing. Today it runs only on AWS, but we plan to introduce the support for other clouds in the future. With our CMS, we hope people will be more confident in the abilities serverless brings to the market, especially when building full-stack solutions. To put some numbers behind our product, we made a benchmark to demonstrate the performance and cost of a Webiny full-stack serverless application[1].
Both the framework and the CMS are free and open-source[2] under the MIT license. We do have a paid enterprise offering for those that require support and additional features [3].
Give Webiny a spin: https://www.webiny.com/. We would love to know what you think!
Resources:
[1] Benchmark - https://docs.webiny.com/docs/webiny-overview/performance-ben...
[2] Github - https://github.com/webiny/webiny-js
[3] Pricing - https://www.webiny.com/pricing
by vz8 on 3/11/21, 3:31 PM
A: "We don't host a public demo at this time. You're welcome to install it yourself, or book a call with us and we'll prepare a demo for you."
Investing the time to install it ourselves or book a demo just to see the framework in action adds a lot of friction.
You might want to considering moving the 7 minute Webiny overview to a more prominent place - I didn't see the thumbnail under your navigation's Product menu until after hunting through numerous other pages, poking through getting started tutorials, and even ending up on your documentation page.
by rodolphoarruda on 3/11/21, 2:17 PM
by chiefalchemist on 3/11/21, 4:51 PM
Fwiw, in the Getting Started I noticed "Our Philosophy". I'd move that to the home page. It's essential context (imho). Otherwise the home page seems too featured focus and too lite on benefits. I read that bullet list in Philosophy as benefits (in a way). That is when I sat up.
by 40four on 3/11/21, 2:02 PM
by wyck on 3/11/21, 3:11 PM
by salimmadjd on 3/11/21, 3:15 PM
Maybe there is a product already out there that does that, but it’ll be useful if google sheet can work in conjunction with your CMS.
by nickthemagicman on 3/11/21, 2:39 PM
What's the cost from a cloud provider for this if a site has no traffic or very very small amount of traffic i.e. for a small personal site?
by berns on 3/11/21, 12:30 PM
by stunt on 3/11/21, 1:44 PM
It helps if we could see more details about the architecture.
by sekmet on 3/11/21, 4:36 PM