PRODUCT-SPEC: clarify Free has no trial; LIFETIME is creator-only
Sami's explicit decisions: - Free is completely free — no Pro trial, no time-limited upsells. Pro is a deliberate paid choice. Update pricing language in PRODUCT-SPEC-DECISIONS.md so anyone reading it doesn't assume there's a hidden trial period. - Lifetime keys are creator-only (Sami runs license-keygen.js --lifetime on his dev machine; the API rejects LIFETIME codes at verifyCode time). No paid customer can ever buy or receive a lifetime key — they get 30/90/180/365-day keys. Update both PRODUCT-SPEC-DECISIONS.md and DC-052 in BACKLOG.md to spell this out so the Stripe webhook (DC-054) doesn't accidentally generate a LIFETIME for a buyer.
This commit is contained in:
@@ -19,6 +19,8 @@
|
||||
- USD only (defer multi-currency to v1.1)
|
||||
- Stripe-standard 30-day refund
|
||||
- No launch pricing — list prices as-is
|
||||
- **Free is completely free. No Pro trial. Pro is a deliberate paid choice.**
|
||||
- **Lifetime keys are creator-only.** Only Sami (the creator) can issue a LIFETIME key via `license-keygen.js --lifetime` on his dev machine. The production API rejects any LIFETIME code at `verifyCode` time. No one else ever gets a permanent key — every other paid customer gets a 30/90/180/365-day key.
|
||||
|
||||
## 2. Tier features
|
||||
|
||||
|
||||
Reference in New Issue
Block a user