Backend-controlled feature toggle system to enable or disable frontend features dynamically without redeployment.
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
17
commits
feat: setup docker compose with frontend, backend, and postgres
8b5e9b3View on GitHubfeat: add Dockerfile for frontend using multi-stage nginx build
c6dd87aView on GitHubfeat: add skeleton loader with search and environment filtering
ad32027View on GitHubfeat: add search by feature name with environment filtering
4bc780dView on GitHubfeat: add feature flag list with shadcn switch and status badges
b2c0fedView on GitHubfeat: add shadcn-based feature flag form with toast and auto refresh
74e79a6View on GitHubfeat: setup react typescript frontend with folder structure
a79a624View on GitHubfeat: add global exception handling for feature flag APIs
dc39489View on GitHubfeat: add FeatureFlag entity with PostgreSQL-compatible ID generation
ed7682cView on GitHub