HackerTrans
トップ新着トレンドコメント過去質問紹介求人

youelfedr

2 カルマ登録 4 か月前

投稿

[untitled]

1 ポイント·投稿者 youelfedr·5 日前·0 コメント

Zorv-Self-hosted autonomous AI that fixes CVEs

zorv.openyf.dev
2 ポイント·投稿者 youelfedr·先月·0 コメント

I got tired of Dependabot alerts breaking my tests

zorv.openyf.dev
2 ポイント·投稿者 youelfedr·先月·0 コメント

Why our AI agent needed a causal graph, not just a RAG database

openyf.dev
1 ポイント·投稿者 youelfedr·2 か月前·0 コメント

I'm 17 and built an AI that generates GitHub READMEs from any repo URL

wabio.xyz
2 ポイント·投稿者 youelfedr·4 か月前·1 コメント

コメント

youelfedr
·先月·議論
[flagged]
youelfedr
·4 か月前·議論
Hi HN,

I built Wabio (wabio.xyz) — paste a GitHub URL and get a professional README in about 10 seconds.

The problem I kept hitting: I'd build something, push it to GitHub, then stare at the empty README for 20 minutes before writing "TODO". Every developer I know has repos like this.

How it works: - Fetches repo metadata, file tree, key files (package.json, requirements.txt, etc.) - Sends structured context to Gemini AI - Returns formatted markdown with badges, sections, code examples

Technical decisions I made: - Next.js 15 App Router for the full stack - Rate limiting per IP + per account + device fingerprinting to prevent abuse - SSRF protection: URL must match github.com pattern, owner/repo sanitized - Supabase + Prisma with connection pooling (pgBouncer port 6543) for serverless

Free tier: 5 READMEs/month Pro: $9/month for unlimited + private repos

I'm 17, this is my first shipped product. Happy to discuss any technical decisions.