UI
The Flagship UI lets you manage everything - projects, context fields, feature flags, and users.
You can find screenshots here.
Navigation
Login
You must first log in using your email and password. If you've forgotten your password, you can reset it from here.
Top Bar
Depending on your permissions, top bar allows you to navigate to the Projects, Users, and System Audit Logs pages. You can view the Help page by clicking the question mark button on the right side of the top bar. You can also view your profile and log out. If you have navigated within a project, you will see the active project's name here. Additionally, you can switch between light and dark mode.
Home Page
You will see a table with all projects on the home page. From here, you can can navigate to the feature flags or context fields of each project.
Infrastructure
The UI server is written in Typescript and uses Tailwind CSS and Next.js.
Dependencies
The only external dependency of the UI is the Admin API.
Installation
You can use the following Docker image from Dockerhub:
alexschimpf/flagship-frontend:latest
You can read more about configuring this server in Installation.