Skip to main content
cd ~/projects

Aspire.Nexus

Orchestrate your entire dev environment from JSON — zero C# changes

> cat README.md

Standard .NET Aspire AppHosts require hardcoding every service in Program.cs. As projects scale to 10+ APIs, adding or toggling services means code changes and rebuilds. Aspire.Nexus moves all configuration to JSON, enabling zero-code service management with infrastructure persistence.

> grep --highlights

  • Toggle services via JSON — no rebuilds, no code changes
  • Infrastructure persistence — databases survive Aspire restarts
  • Supports .NET, Node.js, and custom dev servers
  • Automatic pre-build, dependency install, and HTTPS setup

> tech.stack:

.NET 10AspireDockerNode.js