This tool allows you to configure your projects in one place (using my tool) and retrieve the configuration via API.
The simplest use case is enabling or disabling feature flags on-demand in your smartphone app or website or IoT.
To make it easier to use and implement I wrote a Laravel plugin that is useful for interacting with the API programmatically and a Typescript library with real-time functionality.
The tool I created also offers a CDN where to store your assets (images, documents, whatever) and deliver them.
I know there are other tools like this outside, first of all, Firebase, but for me is too complex to use when you only need to store your config as a JSON, your assets, and retrieve/push them - nothing more.
What do you think, it could be useful and a valid alternative compared to other tools outside?