Stop undercharging. Freelancers, we see you.
Tell us the project, the city, the seniority. We tell you what to charge — backed by real industry rates.
- Framework: Next.js 15 (App Router)
- Language: TypeScript (strict)
- Styling: Tailwind CSS v4
- Package manager: pnpm
pnpm install
pnpm dev| Route | Description |
|---|---|
/ |
Landing page (waitlist signup) |
/try |
Price estimator — project type, complexity, hours → price band |
/api/waitlist |
POST { email } → forwards to external waitlist API |
Deploy to Vercel with zero config. Push to main and Vercel auto-deploys.
vercel --prodv0 skeleton. Landing page preserved from original static HTML. /try uses a hardcoded rate table; no live data yet.