fdionisi / flagger

Experimental feature flag platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flagger 🚩

Experimental feature flag platform.

Built with Rust and TypeScript.

Abstract

Many production-ready tools for feature flags are out there; this is not one of them.

Behind this project, there is a pure personal exploration. First, I want to practice my Rust skills, making the codebase as modular as possible. The main focus of this repository is to deliver a fast feature flags tool for the web, but it is also possible to embed it in desktop or mobile applications. The admin UI is built in TypeScript with Next.js, Tailwind CSS and Preline; it aims to be simple but flexible. The platform is distributed via Docker, exposing two CLI tools that run on dependency-free Alpine Linux.

As for fast-cli, this it's also an opportunity to exercise my Rust and test Zed editor.

License

Flagger is distributed under the terms of the MIT license.

See LICENSE for details.

About

Experimental feature flag platform

License:MIT License


Languages

Language:Rust 52.0%Language:TypeScript 46.3%Language:Dockerfile 0.9%Language:JavaScript 0.8%Language:CSS 0.1%