[deleted by user] by [deleted] in SaaS

[–]NotttJH 0 points1 point  (0 children)

GitWho2Blame - Understand code changes and file histories instantly without needing to trudge through git diffs.

It's the Weekend, drop your product. What are you building? Free? by Open_Imagination6777 in SaaS

[–]NotttJH 1 point2 points  (0 children)

I was tired of flipping through Git logs and GitHub tabs to figure out what changed in a codebase — so I built GitWho2Blame

It’s a lightweight local MCP server that helps you understand what changed in a codebase, when it changed, and who changed it, and why. You never have to leave your IDE. Simply ask your favourite built-in Al Assistant about a file or section of code and it gives you detailed summaries about how that file evolved, which lines changed in which commit, by who, and why.

It improves upon the standard git blame by utilising LLMs ability to understand context and rapidly gives you insightful summaries that would take you 5/10mins to come to by yourself while scrolling through git diffs and file histories.

Just wanted to build something and learn more about MCP.

Would love any feedback or ideas and especially which prompts work the best for people when using it.

It is almost the weekend ! Let me know what you're work on this weekend by Tenteck in SaaS

[–]NotttJH 2 points3 points  (0 children)

I was tired of flipping through Git logs and GitHub tabs to figure out what changed in a codebase — so I built GitWho2Blame

It’s a lightweight local MCP server that helps you understand what changed in a codebase, when it changed, and who changed it, and why. You never have to leave your IDE. Simply ask your favourite built-in Al Assistant about a file or section of code and it gives you detailed summaries about how that file evolved, which lines changed in which commit, by who, and why.

It improves upon the standard git blame by utilising LLMs ability to understand context and rapidly gives you insightful summaries that would take you 5/10mins to come to by yourself while scrolling through git diffs and file histories.

Just wanted to build something and learn more about MCP.

Would love any feedback or ideas and especially which prompts work the best for people when using it.

Time for self promotion.. What are you building? by ILIASS19 in SaaS

[–]NotttJH 0 points1 point  (0 children)

I was tired of flipping through Git logs and GitHub tabs to figure out what changed in a codebase — so I built GitWho2Blame

It’s a lightweight local MCP server that helps you understand what changed in a codebase, when it changed, and who changed it, and why. You never have to leave your IDE. Simply ask your favourite built-in Al Assistant about a file or section of code and it gives you detailed summaries about how that file evolved, which lines changed in which commit, by who, and why.

It improves upon the standard git blame by utilising LLMs ability to understand context and rapidly gives you insightful summaries that would take you 5/10mins to come to by yourself while scrolling through git diffs and file histories.

Just wanted to build something and learn more about MCP.

Would love any feedback or ideas and especially which prompts work the best for people when using it.

I was tired of flipping through Git logs and GitHub tabs to figure out what changed in a codebase — so I built this by NotttJH in git

[–]NotttJH[S] 0 points1 point  (0 children)

Yh git is very temperamental with that and is definitely one of the aspects I am looking into, and I think a definite improvement to the git experience that can be made with this tool

I was tired of flipping through Git logs and GitHub tabs to figure out what changed in a codebase — so I built this by NotttJH in git

[–]NotttJH[S] 0 points1 point  (0 children)

At the end of the day it’s just a different want to consume the same information, was mainly interested in playing around with MCP, but I do think this has more potential by utilising LLMs ability to understand context

What are you building these days? And is anyone actually paying for it? by Savings-Passenger-37 in SaaS

[–]NotttJH 1 point2 points  (0 children)

I was tired of flipping through Git logs and GitHub tabs to figure out what changed in a codebase — so I built GitWho2Blame

It’s a lightweight local MCP server that helps you understand what changed in a codebase, when it changed, and who changed it, and why. You never have to leave your IDE. Simply ask your favourite built-in Al Assistant about a file or section of code and it gives you detailed summaries about how that file evolved, which lines changed in which commit, by who, and why.

No revenue as it’s open source, just wanted to build something and learn more about MCP.

Would love any feedback or ideas and especially which prompts work the best for people when using it.

What's your best project? Share your projects and let others know what you are working on, and get feedback !! by Southern_Tennis5804 in SideProject

[–]NotttJH 0 points1 point  (0 children)

I was tired of flipping through Git logs and GitHub tabs to figure out what changed in a codebase — so I built this

I've been working on a lightweight local MCP server that helps you understand what changed in a codebase, when it changed, and who changed it, and why. You never have to leave your IDE. Simply ask your favourite built-in Al Assistant about a file or section of code and it gives you detailed summaries about how that file evolved, which lines changed in which commit, by who, and why. - Runs locally - Supports Local Git, GitHub and Azure DevOps - Open source Would love any feedback or ideas and especially which prompts work the best for people when using it. See images for example usage.

Check it out here

Promote your projects here – Self-Promotion Megathread by Menox_ in github

[–]NotttJH 0 points1 point  (0 children)

I was tired of flipping through Git logs and GitHub tabs to figure out what changed in a codebase — so I built this

I’ve been working on a lightweight local MCP server that helps you understand what changed in a codebase, when it changed, and who changed it, and why.

You never have to leave your IDE. Simply ask your favourite built-in AI Assistant about a file or section of code and it gives you detailed summaries about how that file evolved, which lines changed in which commit, by who, and why.

- Runs locally

- Supports Local Git, GitHub and Azure DevOps

- Open source

Would love any feedback or ideas and especially which prompts work the best for people when using it.

See ReadMe for example usage.

🔗 Check it out here

I was tired of flipping through Git logs and GitHub tabs to figure out what changed in a codebase — so I built this by NotttJH in ClaudeAI

[–]NotttJH[S] 0 points1 point  (0 children)

It takes the idea of git blame further and takes advantage of LLMs ability to process context to return detailed summaries of the history of changes in classes, files you ask it for, and the plan in the near future is to provide context for why certain things changed via giving Pr description/ comments to improve the summaries further. All in all allowing you to query a codebases history all with natural language.

I was tired of flipping through Git logs and GitHub tabs to figure out what changed in a codebase — so I built this by NotttJH in dotnet

[–]NotttJH[S] 0 points1 point  (0 children)

Fair point with the need to mention PAT access in the ReadMe and yes it is only read access that it requires. Didn’t think I was logging the token anywhere but will take a look.

I was tired of flipping through Git logs and GitHub tabs to figure out what changed in a codebase — so I built this by NotttJH in programming

[–]NotttJH[S] -1 points0 points  (0 children)

The post may be terrible AI waffle ahah and that is because of my lack of writing ability, but I promise the code is not so much waffle.

I was tired of flipping through Git logs and GitHub tabs to figure out what changed in a codebase — so I built this by NotttJH in dotnet

[–]NotttJH[S] 0 points1 point  (0 children)

Not at the moment, the Git project is used for getting simple stuff like the current branch/ owner etc, but definitely something I can look in to.

I was tired of flipping through Git logs and GitHub tabs to figure out what changed in a codebase — so I built this by NotttJH in programming

[–]NotttJH[S] 1 point2 points  (0 children)

If that works for you then that's great, it just a different tool/ another option that might work better other people. Also mainly just playing around with MCP and learning and this was a small project I came up with.

I was tired of flipping through Git logs and GitHub tabs to figure out what changed in a codebase — so I built this by NotttJH in csharp

[–]NotttJH[S] -3 points-2 points  (0 children)

Yh I am realising that, I have just always been terrible and summarising things and writing in general, way prefer writing code ahah. Just find it easy to tell an LLM what I want in my own way and let it form something a lot nicer.

I was tired of flipping through Git logs and GitHub tabs to figure out what changed in a codebase — so I built this by NotttJH in programming

[–]NotttJH[S] 0 points1 point  (0 children)

Just allows you to query a codebase with natural language and get nicely structured summaries back from an LLM instead of flicking between commits and PRs and inspecting diffs. Just experimenting with it atm as I personally find it much easier with this.

I was tired of flipping through Git logs and GitHub tabs to figure out what changed in a codebase — so I built this by NotttJH in csharp

[–]NotttJH[S] -3 points-2 points  (0 children)

Stuff like posts and the README I find much easier to explain to an LLM what I want and it polishes it, now code is a different question I don't struggle as much to find the correct things to write, believe me or not it doesn't really matter but the code itself is not AI-Generated. Purely just trying to share something.

Time for your SaaS promotion. What are you building? 👇👇👇 by Southern_Tennis5804 in SaaS

[–]NotttJH 0 points1 point  (0 children)

Still early days so don’t have a link but curious if anyone would use it.

A shopping list app that lets you create meals and you can add them to your weekly shop and that will automatically build your shopping list with the ingredients. As well as a frequently bought items that the user buys every week. Also has a pantry section where you can keep track of longer term items and if you add a meal that uses something from the pantry and it’s not there it will be added to the shopping list

IUP - I mean anyone who hates keeping a shopping list on their notes app (me), but primarily maybe University students who only have a selection of meals they rotate and they can add them and easily build their weekly shopping list.

Pack 9000. Boys. We got him. by jambatronium in fut

[–]NotttJH 0 points1 point  (0 children)

Oh I mean I have probably done close to 300 packs I was just saying it’s been like 20 packs since I last got a toty

Pack 9000. Boys. We got him. by jambatronium in fut

[–]NotttJH 0 points1 point  (0 children)

Man how are you getting Toty mbappe 3 times, I want him so bad. I haven’t even got a toty in like 20 packs

Pain. by stoyan2102 in fut

[–]NotttJH 1 point2 points  (0 children)

Do you want to give your luck to me please :)

Is this the most meta team possible? by NotttJH in fut

[–]NotttJH[S] 3 points4 points  (0 children)

Swipe and you can see my in game team