HackerTrans
TopNewTrendsCommentsPastAskShowJobs

sabahattink

no profile record

Submissions

[untitled]

1 points·by sabahattink·mese scorso·0 comments

Show HN: Full Stack HQ – Claude.md and Agent Stack for Claude Code

github.com
10 points·by sabahattink·2 mesi fa·0 comments

[untitled]

1 points·by sabahattink·3 mesi fa·0 comments

Commit Story – Visualize any GitHub repo's history as an interactive story

commitstory.dev
1 points·by sabahattink·4 mesi fa·1 comments

comments

sabahattink
·2 mesi fa·discuss
[flagged]
sabahattink
·4 mesi fa·discuss
[dead]
sabahattink
·4 mesi fa·discuss
Interesting approach. I've been working on something similar but framework-aware — for NestJS projects specifically, scanning decorators via AST to catch missing auth guards, untyped DTOs, and missing Swagger docs. The hardcoded secret detection is a must-have, agreed. What's your false positive rate on the secret scanning? I found regex-based patterns flag test fixtures pretty aggressively.
sabahattink
·4 mesi fa·discuss
Hi HN! I built Commit Story to visualize the history behind any GitHub repository.

Enter any public repo URL and get: - An interactive commit timeline with milestone markers - Contribution heatmap (last 52 weeks via GitHub Statistics API) - Stat cards: total commits, contributors, project age, weekly average - Compare two repos side by side - GitHub Wrapped: any user's profile summary - Embeddable badges for your README

Try it with some well-known repos: - https://commitstory.dev/story/vercel/next.js - https://commitstory.dev/story/facebook/react - https://commitstory.dev/compare?repo1=vercel/next.js&repo2=f...

Stack: Next.js 15, TypeScript, Tailwind CSS, GitHub API (Octokit), deployed on Vercel.

The whole thing is open source: https://github.com/scuton-technology/commit-story

I'd love to hear your feedback — what features would make this more useful for you?