Launched this week

Blue Cave
Critical Paths, Static Code Analysis and Test Coverage
6 followers
Critical Paths, Static Code Analysis and Test Coverage
6 followers
Blue Cave improves upon existing static analysis and test coverage platforms by adding Critical Path detection, a key distinguishing factor. As a bonus, its fast feedback cycles when used in CI improve engineering productivity :)





This is a fresh take to address a problem that engineers encounter when working with large code bases, slowing them down as they try to move faster and faster in the agentic era of development:
Static analysis becomes excruciatingly slow as the size of a project grows larger and larger - small PRs shouldn't take more than a minute to analyze
Generic metrics, despite having great data (test coverage for example)
Pricing models that don't match up with value generated (LOC and/or seat based pricing)
Together with the usual stuff that one would expect from such a tool, Blue Cave adds Critical Path detection, to surface modified paths in PRs that are critical to your product, such as authentication and database persistence. It overlays coverage information on these paths visually, letting you know whether they are covered adequately or not.
Right now, it integrates deeply with GitHub. We'd love for you to try it out on your open source Java repos! Support for more languages will come soon :)