BootUI is a built-in developer dashboard for Spring Boot applications that appears automatically when you run your app in development mode. It provides a visual console with panels for exploring your application's internals: memory usage, HTTP routes, Spring beans, configuration properties, logging, health status, metrics, scheduled tasks, caches, security rules, and more. You can make quick adjustments like changing log levels or overriding configuration values directly from the dashboard. BootUI is designed to stay local onlyβit rejects remote requests by default and automatically disables itself in production environments. It's created by Julien Dubois, a recognized member of the Spring Boot community, and includes comprehensive documentation, a sample application, and automated tests.
How It Works
You drop a single starter into your Spring Boot app, just like adding any other library. No extra setup needed.
Start your application the way you always do. BootUI wakes up automatically when it detects you're in a development environment.
Open your browser to your running app and visit the built-in console. Everything about your application is laid out in clear panels.
See every property, where it came from, and which values are currently active. Secrets are automatically hidden.
View your databases, caches, and Docker services that Spring Boot manages for you during development.
Watch live metrics, memory usage, and health status without switching to external tools.
Adjust logging levels, override configuration values, or clear caches directly from the dashboard. Changes take effect immediately.
BootUI only works on your own machine. It won't respond to requests from other computers, and it turns itself off in production.
Instead of guessing how your application is wired, you see everything clearly laid out. Debugging becomes faster and more intuitive.
Star Growth
Repurpose is a Pro feature
Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.
Unlock RepurposeSimilar repos coming soon.