Hey IH! Just shipped my first product — a browser extension that tailors your resume to job postings with AI. Wanted to share the journey and get feedback.
I was doing a spray-and-pray job search while also trying to network. The networking is what actually lands roles, but every time I wanted to tailor a resume I'd lose 10-15 minutes alt-tabbing between the job post, ChatGPT, my resume file, a Word doc — copy-pasting back and forth, reformatting, exporting. Death by a thousand tabs.
I tried existing tools but they were all these heavyweight platforms with onboarding flows and dashboards and profile builders. I didn't want a system. I wanted a button on the job page that just does the thing so I can get back to networking.
JobPocket is a browser extension (Chrome + Firefox) that sits on the job listing page itself. No tab switching, no copy-pasting, no separate app.
The workflow is:
The scoring step is actually the part I use most. It saves me from spending time tailoring for a role that's a 35/100 fit anyway. Triage first, then invest time only in the good matches. The whole loop takes about 30 seconds per job.
This is what I'm most excited about technically. You can run the whole thing through Ollama on your own machine. Your resume and job data never hit any external server.
Default models:
You can swap these for any Ollama-compatible model in settings. I spent a lot of time getting small models to produce clean, structured output — no reasoning preambles, no markdown wrapped in code fences, consistent JSON. It's surprisingly hard to get tiny models to just follow a format. Ended up using structured output schemas, /no_think flags, and post-processing to catch when models go off-script.
There's also a hosted mode (GPT-4o / GPT-4o-mini) for people who don't want to deal with local setup. Pay-per-use, no subscription.
Total infra cost right now: ~$0/month (Supabase free tier, edge functions only run when called)
I deliberately avoided subscriptions. Job searching is temporary. Nobody wants another $9/month hanging around after they land a role. Pay for what you use, or pay once and own it.
Day 1, zero revenue, zero users besides me. Would love feedback on the positioning, pricing, or anything else. Happy to share what I learn as this
grows (or doesn't).