https://github.com/mikedidomizio/launchdorkly
A different approach dashboard for LaunchDarkly
https://github.com/mikedidomizio/launchdorkly
launchdarkly nextjs
Last synced: 5 months ago
JSON representation
A different approach dashboard for LaunchDarkly
- Host: GitHub
- URL: https://github.com/mikedidomizio/launchdorkly
- Owner: mikedidomizio
- License: mit
- Created: 2023-09-14T12:37:30.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-21T18:43:48.000Z (over 1 year ago)
- Last Synced: 2025-12-13T01:37:51.522Z (7 months ago)
- Topics: launchdarkly, nextjs
- Language: TypeScript
- Homepage: https://launchdorkly.vercel.app
- Size: 1.51 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LaunchDorkly
An attempted different approach to a LaunchDarkly UI
[Production Deployment](https://launchdorkly.vercel.app/)
## Description
The purpose of this project is to give a different UI for LaunchDarkly - easier control and visibility of some basic LaunchDarkly project configurations.
| LaunchDarkly | LaunchDorkly |
| ----------------------------------------------------------------------- | ----------------------------------------------------------------------- |
|  |  |
## ⚠️ Disclaimer
This project is currently a work in progress and works very well, but still takes zero responsibility of unintended or destructive
changes to your LaunchDarkly setup. There is no promise of continued maintenance on the project at this time.
The safest approach to using is is using a READER token, no changes can be made to your setup.
With a WRITER token, no actions are taken without user action.
This disclaimer may change but for now use this project at your own risk.
## How to use this?
You can visit [here](https://launchdorkly.vercel.app/) which is the production deployed version of this app.
Otherwise, clone the project, and run the following
```bash
npm install
npm run dev
```
### Screenshots
Want to compare targets/variations against two projects, across multiple environments?

By some simple clicks you can copy targets/variations from one project to another.
The project for safety reasons blocks copying flags if certain attributes don't align like feature flag kind,
variations.
It has the ability to copy flags from one project to another
