Skip to content

Commit 4c1615f

Browse files
LEANDERANTONYclaude
andcommitted
Landing pricing: refresh tier caps to match COGS analysis
Recalibrate Free / Pro / Business caps off the per-action OpenAI cost model (tailoring + review + resume gen + cover letter = ~$0.07-0.30 per workflow). Drop "unlimited" anywhere it'd cap our margin and bump the spec onto premium-app credits instead. - Free: 3 apps + 20 chat turns + 50 searches + 5 saved jobs (was unlimited search, 10 saved jobs, no chat cap) - Pro: 20 basic apps + 5 premium (GPT-5.5) + 150 chat (was 50 resumes, "unlimited cover letters") - Business: 80 apps/seat + 25 premium (GPT-5.5) + 500 chat/seat, SSO + admin dashboard + shared shortlists called out explicitly Premium GPT-5.5 is available on both Pro and Business — same access, Business just gets 5x the credits + team features. Mirrors the HelpmateAI tier story. Worst-case COGS: Free ~$0.65, Pro ~$5.49 (39% margin), Business ~$21.40/seat (45% margin). Typical user margins land 80-89%. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent d25e362 commit 4c1615f

1 file changed

Lines changed: 20 additions & 20 deletions

File tree

frontend/src/components/landing-page.tsx

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1067,50 +1067,50 @@ const PRICING_TIERS: PricingTier[] = [
10671067
id: "free",
10681068
name: "Free",
10691069
price: 0,
1070-
blurb: "Try the workbench on a few applications.",
1070+
blurb: "Get a feel for the workbench on a few applications.",
10711071
ctaLabel: "Start free",
10721072
ctaKind: "primary",
10731073
features: [
1074-
"3 tailored resumes / month",
1075-
"3 cover letters / month",
1076-
"Basic job-search filters",
1077-
"1 resume theme",
1078-
"10 saved jobs",
1074+
"3 tailored applications / month",
1075+
"20 assistant chat turns / month",
1076+
"50 job searches / month",
1077+
"5 saved jobs",
1078+
"PDF export, ATS theme",
10791079
],
10801080
},
10811081
{
10821082
id: "pro",
10831083
name: "Pro",
10841084
price: 9,
1085-
blurb: "Unlimited applications for active job seekers.",
1085+
blurb: "For active job seekers running multiple tailored applications a week.",
10861086
featured: true,
10871087
ctaLabel: "Get Pro",
10881088
ctaKind: "primary",
10891089
features: [
1090-
"50 tailored resumes / month",
1091-
"Unlimited cover letters",
1092-
"All resume themes",
1093-
"ATS-optimized exports (PDF + DOCX)",
1094-
"Application tracker",
1095-
"Advanced filters + saved alerts",
1090+
"20 tailored applications / month",
1091+
"5 premium applications with GPT-5.5",
1092+
"Unlimited job searches + saved jobs",
1093+
"150 assistant chat turns / month",
1094+
"PDF + DOCX export, all themes",
1095+
"30-day workspace history",
10961096
],
10971097
},
10981098
{
10991099
id: "business",
11001100
name: "Business",
11011101
price: 39,
1102-
blurb: "Coaches and career centers. Billed per seat.",
1102+
blurb: "Career coaches and recruiting teams. Billed per seat, per month.",
11031103
ctaLabel: "Contact us",
11041104
ctaKind: "mailto",
11051105
ctaHref: "mailto:antony.leander@gmail.com?subject=Job%20Application%20Copilot%20%E2%80%94%20Business%20tier",
11061106
features: [
11071107
"Everything in Pro",
1108-
"Unlimited tailored resumes",
1109-
"5 client profiles per seat",
1110-
"White-label branded exports",
1111-
"Funnel analytics",
1112-
"Bulk operations",
1113-
"Priority support",
1108+
"80 tailored applications / seat",
1109+
"25 premium applications with GPT-5.5",
1110+
"500 assistant chat turns / seat",
1111+
"SSO, admin dashboard, shared shortlists",
1112+
"Unlimited history, no retention TTL",
1113+
"Priority email support",
11141114
],
11151115
},
11161116
];

0 commit comments

Comments
 (0)