Technical debt pain points are great areas for startups to tackle IMHO.<p>I'm working on a large upgrade project for custom messaging workflow, developed ad hoc during the past six years, without tests and specs.<p>If a startup offered developer tools to help with this, we'd pay many thousands of dollars.<p>Here are areas where I'd pay money right now-- because right now I'm essentially writing simple tooling for my team, and it would be better, cheaper, and faster to buy professionally-developed tools:<p>* Replatform from one MVC framework to another. For example from TurboGears to Rails.<p>* Refactor unchecked exceptions to explicit error handling of return codes, for example from Java to Go.<p>* Some kind of visualization that highlights the business value of various code paths, for example to discover the code paths that my highest-value users are taking.<p>Perhaps these kinds of tools exist already-- if you know of them, I'd be very happy to know more.