Show HN: Configu – OSS project that puts an end to your configuration headaches
github.comHi HN, this is Peleg from Configu.
We have open-sourced Configu (https://github.com/configu/configu). It’s a simple yet powerful tool designed to manage application configurations (env vars, secrets, feature flags, and more) at scale across environments – from code to runtime – by providing configuration orchestration along with a Configuration-as-Code (CaC) approach.
You can easily sync and connect it to any configuration store you use (files in git repo, secret managers, feature flags, databases, etc.) and Configu Orchestrator provides a unified interface that rules them all and allows developers to define and deploy configurations consistently. This ensures that the desired settings are applied accurately throughout the entire software development lifecycle (SDLC). By automating the configuration orchestration process, it reduces tedious manual work and errors and promotes efficient deployments.
It can be used with any programming language/framework and is platform independent with a super easy setup.
Give it a try (https://github.com/configu/configu), and let us know what you think!
Docs: https://configu.com/docs/configu-orchestrator/ I work as a devops engineer and witnessed a demo of the product. I also tried the saas solution myself. It was easily configured very versatile with many options. Very promising. > It can be used with any programming language/framework and is platform independent with a super easy setup. Is there a list of what's currently supported? I see Python/Java/TypeScript listed in the repo. Of course, there is a list of all currently supported interfaces in the repo's readme (see https://github.com/configu/configu#structure).
In the current version, Configu supports a CLI, which exposes its capabilities during build and deploy time (see https://configu.com/docs/cli-overview/), as well as a Node.js and Browser TypeScript SDK and a Python SDK that exposes its capabilities during runtime (see https://configu.com/docs/sdk-overview/). We are continuously working on expanding our SDK offerings to support a wide range of programming languages. We understand the importance of having SDKs for various platforms and ecosystems, and we are committed to delivering a seamless experience for developers. We are looking for contributions from the community to help us develop SDKs for additional languages. I witnessed a demo of the product very versatile and promising. I also tried the saas solution. Very promising. Hi, do you have SaaS version? Is it free and how can I start using it? Great product. Getting started is really fast. Pretty awesome. Are you enterprise ready?