1 points davidngugi | 1 comments | | HN request time: 0.22s | source

Hey HN,

I've been a developer for years and always struggled with one thing: underselling my technical achievements on resumes and in interviews. I often find myself being shallow on a project like "Built a web app in React for an ecommerce platform" vs "Architected React/Node.js microservices with PostgreSQL, Redis caching, and Docker deployment"

I decided to automate this process and help keep track of things I've worked on. So I built Git Achievements, an AI-powered GitHub repository analyzer. It extracts technical achievements, complexity, and tech stack. It also generates professional summaries and interview talking points from your project and you can export to PDF, Markdown, or JSON

It uses your own API keys (OpenAI/OpenRouter), zero data storage on my end.

A Real example from my own repo: Instead of "Built a web app in React," it found: - Implemented real-time data processing with WebSocket connections - Integrated Google Analytics with custom event tracking - Built responsive UI with Framer Motion animations - Created automated deployment pipeline with rate limiting Tech stack: - Next.js 14, TypeScript, Tailwind CSS - Clerk for auth, Zustand for state management - Framer Motion for animations - Export utilities for PDF/Markdown/JSON

Plus it gave me some good talking points

I love Privacy-first products, so your API keys stays encrypted in your browser It never stores repository data and I never get to see anything you worked on. All analysis happens on your browser!

Built this in 24 hours because I needed it out the door ASAP. The AI analysis is surprisingly good at picking up architecture decisions, performance optimizations, and integration complexity.

It will only get better. I'm still cooking and have already built the next version with improved analysis, better UI and actual project references (commits, PRs etc)!!

Would love feedback from the HN community! What features would you find most useful?

Try it free at https://git-achievements.com/