Coming soon. This one is on hold. It is built and has run end to end, but the backend is paused while priorities sit elsewhere, so the store is offline for now. The write-up below is what it does when it is live.
Most job search tools are about finding jobs. They’re not about documenting verifiable weekly activities for unemployment compliance. This workbook is.
I’m running my own job search through this tool after leaving DIN (Consensys), where I was Head of AI and Marketing. Rather than keep the system to myself, I built a shareable version.
What It Is
A structured job search workbook built around two problems most tools ignore:
- Unemployment benefit recipients are required to document 5+ verifiable work-search activities per week. Generic job boards don’t help with that.
- Job searches without a time-bounded structure drift. This encodes a 5-month rotation plan.
What Shipped
The free-template version was v0. What is live now is the paid generator:
- Stripe checkout for the purchase
- Personalized workbook generation from your situation, run through Gemini 2.5 Flash
- xlsx export, so the artifact you leave with is a real spreadsheet you own rather than a login you have to keep
- The methodology explainer, which stays free
The original v0 premise, that email capture plus a generic template would validate demand, was replaced rather than graduated. Charging for a personalized artifact turned out to be a cleaner test than counting subscribers for a free one.
Status: On Hold
The purchase chain works, but the Supabase project behind it is paused, which gates generation, so the store is intentionally offline. There is no live link and no active checkout: a checkout that can take money and fail is worse than no checkout. It comes back once the backend is restored and the full chain is re-verified end to end.
Stack
| Tool | Role |
|---|---|
| React + TypeScript + Vite | Frontend SPA |
| Tailwind v4 | Styling, matched to the wanessalabs.com design system |
| Cloudflare Pages | Hosting |
| Cloudflare Worker + KV | API and rate limiting |
| Supabase | Purchase and subscriber storage |
| Stripe | Checkout |
| Gemini 2.5 Flash | Workbook generation |
| xlsx | Spreadsheet export |