The problem: tools like npm outdated or Dependabot catch small dependency updates. But the major dependencies (language, framework, database, OS) are different. They need advance warning so product owners can plan, teams can coordinate, and engineers can schedule the work.
I built Stack To Date to fill that gap.
What it does:
- Register your tech stack (manually or with the cli)
- Get a timeline showing when each dependency reaches EOL
- See support windows at a glance
- Share your stack status with a badge (for READMEs, dashboards, anywhere)
- Use the CLI to integrate into your workflow or CI/CD
It's all free, only a small signup form, not even confirmation for now.
The hard part is the data source provided by endoflife.date, so coverage includes major languages, frameworks, databases, and operating systems.The codebase is built with Rails 8, modern tooling, and runs on Fly.io, The cli is go lang with the help of Claude.
I'd love your feedback. Let me know what you think.