2024Solo buildshipped

ConsoleCV

A SaaS that reads unstructured resume PDFs with Llama 3 and rebuilds them properly.

consolecv.app
Next.jsNext.jsTypeScriptTypeScriptGroq SDKNextAuthRedisRedis

01 / the problem

Everyone's resume lives in a PDF that no system can read — and rebuilding it by hand in yet another editor is where motivation goes to die.

02 / what i built

  • Next.js App Router with SSR for fast first paint on every route.
  • AI parsing with Llama 3 via the Groq SDK — extracts structured data from unstructured PDFs at ~99% accuracy.
  • NextAuth.js authentication with Redis-backed rate limiting on the expensive AI endpoints.
  • Built as a proper SaaS: gated flows, usage limits, and an editor on top of the parsed data.

Want the full walkthrough — architecture, decisions, war stories?

ask me about it