ce76046a29
- consolidate API ownership and remove dead vendor code - add Stripe billing, learning paths, and public CV hardening - add migration, recovery, security, audit, and browser gates
12 lines
741 B
Markdown
12 lines
741 B
Markdown
# business-model
|
|
|
|
Jobjakt uses capability-based plans rather than limiting the number of jobs or documents. Free accounts
|
|
receive core tracking, basic Career Profile/CV features, 250 MB storage, and bounded AI usage.
|
|
Premium/Admin accounts receive advanced AI, Premium themes, automation, analytics, 5 GB storage, and
|
|
higher request/token ceilings.
|
|
|
|
Stripe hosted Checkout, customer-portal sessions, signed subscription webhooks, persisted customer /
|
|
subscription state, and Premium-role provisioning are implemented. Production activation still needs
|
|
the operator-created monthly price, portal configuration, webhook registration, and credentials in
|
|
`BLOCKERS.md`. Existing user documents remain readable and exportable after downgrade.
|