A very simple dashboard which displays information about defined WordPress plugins. It has been built on NextJS and doesn't require any database.
It requires Node.js v18+ to run.
Install the dependencies, create an .env.local file containing a PLUGIN variable with the slugs of your plugins, and start the server.
yarn
echo "PLUGINS = "media-cleaner, media-file-renamer"" > .env.local
yarn dev