Host your own StoryBooks management solution.
Docs: https://storybooker.js.org
Read more about hosting as Azure Functions. It provides a thin wrapper for the core to translate Azure Functions router to StoryBooker's router.
It is best used with Azure Database+Storage services, which are provided as service-adapters (Read more).
Read more about hosting as AWS Lambda. It provides a thin wrapper for the core to translate AWS Lambda router to StoryBooker's router.
It is best used with AWS Database+Storage services, which are provided as service-adapters (Read more).
Read more about hosting as GCP Cloud Functions. The GCP uses express, so core can be used directly with help of @remix-run/node-fetch-server package.
It is best used with GCP Database+Storage services, which are provided as service-adapters (Read more).
Read more about hosting as Custom. You can take the core and host it anywhere.