The Easiest Way to Adopt Serverless
Getting started
To get started with Webiny, simply follow this link
Webiny is the easiest way to adopt serverless!
Want to build an API? A React app? A full administration app for your product, website or mobile app? With Webiny you can do all that and then some! Your project will be bootstrapped and prepared for development of your next project in just a few moments. With the tools that come out of the box you'll be able to immediately deploy your project to the cloud (for now only AWS).
Our plugin-based approach to the whole system will make it easy for you to override, upgrade and tweak the system to fit your needs.
GraphQL API
Our API layer works as a collection of plugins that process your GraphQL queries. Apps provided by Webiny are deployed as a monolith Lambda function. But that does not prevent you from deploying new Lambda functions with custom code. It's easy to extend our default setup and add handlers for REST API, or anything you might need.
Frontend layer (SPA)
Our frontend (SPA) layer is powered by React and Apollo Client. If you ever developed using those tools - you already know Webiny
We also provide a prerendering service out of the box. It takes care of generating static snapshots of your pages for maximum delivery speed. This service is also powered by Lambda!
Admin app
We provide you with an administration app so you can kickstart your projects much faster and begin developing features for your clients right away. The entire admin app is based on plugins and you can customize everything.
Deployment to the Cloud
We use Pulumi IaaC to reliably deploy infrastructure and your code to the cloud. You can also deploy Webiny using native CloudFormation if you will, AWS SAM, or any other tool. Guides on those particular tools will come at a later stage, but it IS possible.
Contributing
Please see our Contributing Guidelines which explain repo organization, setup, testing, and other steps.
License
This project is licensed under the terms of the MIT license.
Contributors
Thanks goes to these wonderful people:
评论