A modern, minimal dashboard served at /minn-admin/: a single-page app on the WordPress REST API. No React, no build step, one vanilla-JS file. It lives right alongside classic wp-admin.
Every surface you reach for daily, made fast and legible. Built entirely on the REST API, so it's exactly as capable as WordPress itself.
A command palette on every screen. Jump to any section, start a new post, flip themes or run an action, without lifting your hands from the keyboard.
Bundled fonts, both themes remembered per user, and zero external requests. Nothing leaves your server.

Minn lives alongside the classic dashboard at /minn-admin/. Everything you know stays exactly where it was. This is simply a better front door.
A declarative descriptor, no JavaScript required. Minn ships bundled adapters for Gravity Forms entries and the Gravity SMTP email log, and the same one-filter API is open to everyone.
Read the plugin-author guide// One filter. That's the whole API. add_filter( 'minn_admin_views', function( $views ) { $views['forms'] = [ 'label' => 'Forms', 'icon' => 'clipboard', 'endpoint' => '/gf/v2/entries', ]; return $views; } );
Free, open source and MIT-licensed. Install it in a minute and never dread the dashboard again.