Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/webiny/webiny-examples
- Owner: webiny
- Created: 2020-05-21T16:15:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-29T18:43:09.000Z (8 days ago)
- Last Synced: 2025-01-30T05:08:06.440Z (8 days ago)
- Topics: angular, file-manager, form-builder, gatsby, headless-cms, page-builder, react, vuejs, webiny, webiny-headless-cms
- Language: TypeScript
- Homepage: https://www.webiny.com/guides-and-tutorials
- Size: 12.5 MB
- Stars: 43
- Watchers: 9
- Forks: 33
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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