How it works:
Enter your GitHub username
It fetches your profile, pinned & top-starred repos, language stats
Sends this data to an AI prompt (can be connected to OpenAI)
Generates a personalized README with live preview
Download and paste into your profile repo – done!
Why? I noticed many devs (especially juniors) struggle to present themselves well on GitHub, despite having good work. I wanted to build something that made this effortless.
Stack:
React + Vite + Tailwind
Shadcn UI components
GitHub REST & GraphQL APIs
react-markdown for preview
Optional: OpenAI or other LLM backend
No login. No data stored. Just works.
I’d love feedback, feature suggestions, or just to hear what you think. Contributions welcome too.