A feature-rich VS Code extension that provides a GUI-driven workflow for NestForge Rust projects, including scaffolding wizards, database dashboards, and visual module graphs.
Backend Developer
Client
2 months
2026
While the NestForge CLI is powerful, managing complex Rust architectures, database migrations, and multiple transport layers exclusively via terminal can be daunting for developers used to the "NestJS way." There was a need for a visual bridge that reduces context switching between the editor and the terminal.
I developed a comprehensive VS Code extension that wraps the nestforge and nestforge-web CLIs. It transforms command-line arguments into guided UI wizards, adds real-time environment validation, and introduces a visual Module Graph to help developers identify circular dependencies in their Rust codebases.