Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/webiny/webiny-examples

Various demos showing you how make the best of Webiny
https://github.com/webiny/webiny-examples

angular file-manager form-builder gatsby headless-cms page-builder react vuejs webiny webiny-headless-cms

Last synced: about 4 hours ago
JSON representation

Various demos showing you how make the best of Webiny

Awesome Lists containing this project

README

        



Webiny is a developer-friendly platform for building serverless applications.


Webiny makes it easier for everyone to get into serverless. Here are a couple of awesome examples to get you started!


---

## Documentation

### Tutorials

- [Create Custom Application](create-custom-application) - full code samples for the [Create Custom Application](https://www.webiny.com/docs/tutorials/create-custom-application/introduction) tutorial

- [Extend Admin Area](extend-admin-area) - full code samples for the [Extend Admin Area](https://www.webiny.com/docs/tutorials/extend-admin-area/introduction) tutorial

- [Security](extend-admin-area-security) - full code samples for the [Extend Admin Area / Security](https://www.webiny.com/docs/tutorials/extend-admin-area/security/introduction) tutorial

- [Iframe Page Element](iframe-page-element) - full code sample for the [Create a New Page Builder Element](https://www.webiny.com/docs/tutorials/page-builder/create-a-new-page-builder-element#what-well-build) tutorial

### How-to Guides

- [Headless CMS / Define Content Models via Plugins](headless-cms/content-model-plugins) - shows how to define content models and content model groups via plugins

- [Integrate Tailwind CSS](integrate-tailwind-css) - full code sample for the [Integrate Tailwind CSS](https://www.webiny.com/docs/how-to-guides/integrate-tailwindcss/) guide

- [Page Builder / Extend GraphQL API](page-builder/extend-graphql-api) - shows how to extend Page Builder-related GraphQL types and operations

### Other

- [Creating a Custom `rerender-pages` Webiny CLI Command](rerender-pages-command) - shows how to create a new `rerender-pages` Webiny CLI command that issues a couple of GraphQL operations, one of which is a custom `rerenderPage` mutation

- [ElasticSearch Examples](elasticsearch-examples) - shows how to perform queries with the included ElasticSearch client

- [Page Builder - Performing Custom Searches on Pages](elasticsearch-examples/pages-custom-search) - shows how to create a custom `customSearchPages` GraphQL query which performs a custom query against an ElasticSearch index

## Webiny Blog

- [Elasticsearch Example Node.js](elasticsearch-example-nodejs) - simple Node.js script for running Elasticsearch examples (provided with the [Lighting fast search with Elasticsearch](https://www.webiny.com/blog/lighting-fast-search-with-elasticsearch) blog post)

- [Improved Scaffolding and Development Workflows](blog/webiny-v5.9.0-improved-scaffolds-and-development/) - contains code samples presented in the [Webiny v5.9.0 - Improved Scaffolding and Development Workflows](https://www.webiny.com/blog/webiny-v5.9.0-improved-scaffolds-and-development) blog post