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.
- Host: GitHub
- URL: https://github.com/rudinmaxim/flagus
- Owner: RudinMaxim
- License: mit
- Created: 2025-04-27T14:37:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-13T19:13:09.000Z (about 1 year ago)
- Last Synced: 2025-05-13T19:30:13.691Z (about 1 year ago)
- Topics: fastify, feature-flags, handlebars, htmx, javascript, nodejs, open-source, typescript
- Language: TypeScript
- Homepage:
- Size: 1.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).