Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ Two revenue streams from one codebase:
1. **Done-for-you setup** — sell automation setup as a fixed package plus a monthly maintenance retainer. A ready-to-use sales page lives at [`/services`](app/services/page.tsx) with packages, pricing, process, and FAQ, all driven by [`lib/service.ts`](lib/service.ts). Point the **Book a call** buttons at your scheduler with `NEXT_PUBLIC_BOOKING_URL` (or set `NEXT_PUBLIC_CONTACT_EMAIL` for a mailto fallback).
2. **Self-serve SaaS** (optional) — host it, keep the free BYO-key tier, and gate scheduling/history behind a paid tier.

### Selling the service

Edit your packages and copy in [`lib/service.ts`](lib/service.ts), set `NEXT_PUBLIC_BOOKING_URL`, and the live demo on the home page funnels visitors straight to `/services` and a booked call.

## Scripts

- `pnpm dev` / `pnpm build` / `pnpm start`
Expand Down
Loading