I built a browser-based GUI for managing appsettings.json in .NET — now on NuGet
Introducing Codekali.Net.Config.UI v1.1.6 — Now on NuGet A browser-based GUI for managing appsettings.json in any .NET solution The Problem Managing appsettings.json files across Development, Stagi...

Source: DEV Community
Introducing Codekali.Net.Config.UI v1.1.6 — Now on NuGet A browser-based GUI for managing appsettings.json in any .NET solution The Problem Managing appsettings.json files across Development, Staging, and Production environments is one of those tasks that never gets easier. You're manually editing JSON, hunting for the right key across multiple files, or copy-pasting values between environments while hoping you don't break anything. Codekali.Net.Config.UI solves this with a plug-and-play .NET middleware library that gives you a browser-based configuration editor directly inside your running app. One NuGet package, one line of middleware, no extra infrastructure. Setup is Genuinely One Line Install the package: dotnet add package Codekali.Net.Config.UI Register and activate in Program.cs: // Program.cs builder.Services.AddConfigUI(); app.UseConfigUI(); // Open your browser: // https://localhost:5001/config-ui What It Does 🌳 Tree view editor Entire appsettings rendered as an expandable