I am a solo developer who maintains many projects across stacks, and keeping track of what packages are out of date is a chore I loathe. Having to check each repository separately is an arduous task for me, not to mention keeping all my CMS installs and plugins up to date as well. Things tend to drift on older projects without me noticing. So I built Spryly. First as a personal tool, but I liked it so much I decided to release it. You can connect your GitHub/GitLab accounts, select the repos you want to track, and Spryly scans the manifests to find your package dependencies and compares each one to its registry, showing you what’s out of date. It reads your manifests and never opens PRs or modifies anything in your repos. All your projects and packages at a glance in one dashboard. If you want automated version bumps, Dependabot and Renovate already handle that well. Spryly is solving a different problem: seeing what s out of date across everything at once, including the projects you aren t actively working on. There is also a “Services” dashboard where you can follow the services your projects rely on (like Cloudflare and AWS etc.) and get an alert when one is experiencing issues. The free tier lets you connect either a GitHub or GitLab account and track up to 5 repositories. The Pro tier includes unlimited accounts, unlimited repositories, and pre-release tracking. I built Spryly as a Next.js app with Supabase. I’m happy to answer any questions, and I hope you’ll give it a try. I am very interested in feedback. Tell me what’s missing!