HackerTrans
TopNewTrendsCommentsPastAskShowJobs

youelfedr

2 karmajoined hace 4 meses

Submissions

[untitled]

1 points·by youelfedr·hace 5 días·0 comments

Zorv-Self-hosted autonomous AI that fixes CVEs

zorv.openyf.dev
2 points·by youelfedr·el mes pasado·0 comments

I got tired of Dependabot alerts breaking my tests

zorv.openyf.dev
2 points·by youelfedr·el mes pasado·0 comments

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

openyf.dev
1 points·by youelfedr·hace 2 meses·0 comments

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

wabio.xyz
2 points·by youelfedr·hace 4 meses·1 comments

comments

youelfedr
·el mes pasado·discuss
[flagged]
youelfedr
·hace 4 meses·discuss
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.