Webiny makes it easier for everyone to get into serverless. Here are a couple of awesome examples to get you started!
-
Create Custom Application - full code samples for the Create Custom Application tutorial
-
Extend Admin Area - full code samples for the Extend Admin Area tutorial
- Security - full code samples for the Extend Admin Area / Security tutorial
-
Iframe Page Element - full code sample for the Create a New Page Builder Element tutorial
-
Headless CMS / Define Content Models via Plugins - shows how to define content models and content model groups via plugins
-
Integrate Tailwind CSS - full code sample for the Integrate Tailwind CSS guide
-
Page Builder / Extend GraphQL API - shows how to extend Page Builder-related GraphQL types and operations
-
Creating a Custom
rerender-pages
Webiny CLI Command - shows how to create a newrerender-pages
Webiny CLI command that issues a couple of GraphQL operations, one of which is a customrerenderPage
mutation -
ElasticSearch Examples - shows how to perform queries with the included ElasticSearch client
- Page Builder - Performing Custom Searches on Pages - shows how to create a custom
customSearchPages
GraphQL query which performs a custom query against an ElasticSearch index
- Page Builder - Performing Custom Searches on Pages - shows how to create a custom
-
Elasticsearch Example Node.js - simple Node.js script for running Elasticsearch examples (provided with the Lighting fast search with Elasticsearch blog post)
-
Improved Scaffolding and Development Workflows - contains code samples presented in the Webiny v5.9.0 - Improved Scaffolding and Development Workflows blog post