An open API service indexing awesome lists of open source software.

https://github.com/rudinmaxim/flagus

Flagus is a lightweight, open-source feature flag management service designed for simplicity and speed.
https://github.com/rudinmaxim/flagus

fastify feature-flags handlebars htmx javascript nodejs open-source typescript

Last synced: 2 months ago
JSON representation

Flagus is a lightweight, open-source feature flag management service designed for simplicity and speed.

Awesome Lists containing this project

README

          

# 🏗️ Flagus - Feature Flags Management

Flagus is a lightweight, open-source feature flag management service designed for simplicity and speed.
It provides a minimalistic web UI and API to create, edit, and toggle feature flags without the need for a separate frontend or database.
Easily deployable in a single Docker container, Flagus is ideal for small to medium-sized projects looking for a hassle-free way to manage feature rollouts.

---

## 📋 Tech stack

| Component | Technology |
|----------------------|-------------------|
| HTTP-server | Fastify |
| Language | TypeScript |
| Database | SQLite/Postgres* |
| Client side | HTMX |

---

## ✨ Brief description of functionality

- Manage feature flags via a simple web interface
- Create, edit, delete flags
- Enable/disable flags in real time
- API for receiving flag status by applications
- Minimal load on infrastructure: everything in one container
- No need for a separate frontend assembly or database service

---

## 📄 License

This project is licensed under the [MIT License](./LICENSE).