A collection of custom apps for Storyblok created by the community. Read more about creating custom apps here. Custom apps can be built by any partner. Read more about our partners and how to become one of them here.
- Next.js starter
- Nuxt.js starter (Work in progress)
Table of Content
The following examples live in their own Github repository.
Example | Author |
---|---|
Storyblok Workflow App A Storyblok custom app for managing workflow stages |
storyblok |
Have an example? Submit a PR or open an issue.We are happy to accept more examples from the community.
Adding an example in this repository
-
Create a new folder for your custom app
-
Add a
README.md
file in your example folder with a markdown table of the following format:
Name | Description | Author |
---|---|---|
Name of your custom app | Short description | Your Github |
- Make sure your contribution matches the linting setup for this repo:
Run the linting via
npm run lint
- Regenerate the README.md with the following command
npm run docs
- Open a new pull request with your example. ⚡️
Adding an example in a different repository
If you want to be listed in the Example Repositories, follow these steps:
-
Create a new entry with a
name
,description
, andgithubUrl
in thecommunity-examples.json
file. -
Regenerate the README.md with the following command
npm run docs
- Open a new pull request with your example. ⚡️