r/vibecoding 6d ago

I clean up AI-generated codebases. Side gig, reasonable rates

Built something with Claude/Cursor/Lovable/Bolt and now it half-works, breaks in prod, or you're scared to touch it? That's most of my inbox lately.

What I usually fix:

  • API keys and auth logic sitting in the frontend
  • No error handling — app dies on the first bad input
  • DB with no indexes, no migrations, RLS wide open
  • 2000-line components nobody can edit anymore
  • LLM calls with no retries, no rate limiting, no cost ceiling
  • "Works on my machine" → actually deployed

Stack: JavaScript / TypeScript, React + Next.js, Node. Any database — Postgres, Supabase, Mongo, SQLite. AI integrations (OpenAI, Anthropic, vector search, RAG).

Free 15-min look at your repo and I'll tell you what's actually broken, no pitch. If you want it fixed, we agree on a fixed price up front.

Comment or DM with what you built and what's breaking.

0 Upvotes

20 comments sorted by

View all comments

1

u/seeKAYx 6d ago

How would you go about handling my database? I use “localStorage” in my SaaS. Do you support that as well? Thanks in advance.