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

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

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 |
| ----------------------------------------------------------------------- | ----------------------------------------------------------------------- |
| ![img.png](readme-assets/darkly-feature-flags-dashboard-2023-11-06.png) | ![img.png](readme-assets/dorkly-feature-flags-dashboard-2023-11-06.png) |

## ⚠️ 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?

![img.png](readme-assets/dorkly-copy-project.png)

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

![img.png](readme-assets/dorkly-copy-missing-flag.png)