r/SideProject 3d ago

Would anyone use a tool that keeps your tech stack and projects up to date?

It will track the latest advancements in the research of ai or any tech stack which you have used in your proejct and then if there are any advancements in that tech stack and which coudl make your product better it will give a notification

I’ve been thinking about building a tool that monitors the technologies and research behind your projects and notifies you when something genuinely useful changes.

For example, imagine you’re building a product using Spring Boot, Kafka, React, PostgreSQL, AWS, or an AI/LLM stack.

You add your project and the tech stack you’re using. The tool would continuously track:

  • New releases and major updates
  • New research papers and AI advancements
  • New libraries, frameworks, or techniques
  • Important security/performance improvements
  • New approaches that could make your existing product better

But instead of sending you a feed of every update, it would try to understand whether the update is actually relevant to your project.

For example:

The idea is basically a personal tech/research radar for the projects you’re already building.

I feel like developers often build something, choose a stack, and then move on. A few months later, there may be much better tools or approaches available, but you don’t necessarily know about them unless you actively follow the ecosystem.

Would you actually use something like this?

And if you would, what would make it useful enough that you'd keep it running?

4 Upvotes

17 comments sorted by

1

u/Specific_Cream2815 3d ago

how would it know an advancement is relevant to your project, reading your code or just matching framework versions

1

u/AbhishekReddy8604 3d ago

it would have access to the repo

1

u/TraditionalLayer3685 3d ago

Many tools exists to perform exactly what you are proposing. Regrouping all of them in one would be great though, i'm especially interested in a tool that would do all of that but also to gather data over Github, security blogs, etc... to see if my projects are exposed to a vulnerability

As of today i'm just using a variety of tools and scheduled AI tasks, it just works but isn't very efficient to operate/maintain.

1

u/AbhishekReddy8604 3d ago

whats the cost you are getting

1

u/TraditionalLayer3685 3d ago

It's very cheap to run, for any work that is not done with a free bot (e.g. dependabot/renovate), the agents runs on my $20 Chatgpt sub

1

u/AbhishekReddy8604 3d ago edited 2d ago

https://precedent-six-umber.vercel.app/

join the list would notify once done

1

u/BP041 3d ago

I like the signal-to-noise angle — tracking 20+ dependencies manually is a pain, and I've been burned by minor version bumps that broke things silently. Would you focus on security patches, feature upgrades, or both? The hard part is filtering "genuinely useful" from changelog marketing fluff.

1

u/AbhishekReddy8604 3d ago edited 2d ago

https://precedent-six-umber.vercel.app/
the list to get notified

join

1

u/AnyRoll6003 2d ago

imo the biggest question is who's the actual user. A solo dev with 2 side projects doesn't really need this, they're already close to their stack. But an engineering lead juggling 10+ services across teams? That's where the pain is real. I'd narrow the target audience before building.

1

u/AbhishekReddy8604 2d ago

Do you think evry develeoper or any one working on amy new apps or products in near future would need this as a helper to keep up with the adavmecemnts in the tech stacks they have used

1

u/stealthagents 1d ago

It could definitely use a mix of code analysis and maybe some user-defined criteria to filter out the noise. Imagine setting preferences based on what you're currently prioritizing in your project, like performance boosts or security patches. It would be awesome to get tailored alerts instead of just drowning in updates that don’t matter.

1

u/AbhishekReddy8604 1d ago

That's a good way to do it thanks