1 year ago
Tues Nov 19, 2024 5:55pm PST
Show HN: I created a remote config tool for Developers and small Startups
Hello everyone, I created Nedoto: a tool that in my experience is useful for developers and small businesses. Actually, we are using it in one of our projects in production.

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?

read article
comments:
add comment
loading comments...