Taxes for the 1099 life. Track income, expenses, and estimated taxes for rideshare, freelance, and every side hustle in between.
- Next.js 15 (App Router)
- TypeScript (strict)
- Tailwind v4 (CSS-first, no config file)
- pnpm
| Route | Description |
|---|---|
/ |
Landing page — hero, demo, features, waitlist form |
/try |
Tax estimator — enter income + expense, see quarterly estimate + YTD table |
/api/waitlist |
POST { email } — proxies to waitlist API with product: "gigledger" |
pnpm install
pnpm devHosted on Vercel. Push to main to auto-deploy. No environment variables required.
v0 skeleton — landing page ported from index.html, tax estimator at /try, and waitlist API wired up. Full product (bank connect, auto-categorization, filing) coming post-launch.