-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
However, https://devenv.sh has a much better and cleaner underlying design, as well as easier UX/DX, and has been gaining feature at high-speed, so I'm working on migrating to it to simplify the maintenance.
-
I have a NixOS dev environment in a VM which I built based on https://github.com/mitchellh/nixos-config. Similar to that setup, I use Flakes for my main configuration, and use home-manager to install + configure dev tools that I want available across multiple projects
-
For individual project, I've used Devbox to quickly setup development shells, or install project specific packages and runtimes. It's a bit lighter weight then Flakes if you want to set up a bunch of projects (Disclosure: I work on the team behind Devbox).