Business: 5 more issues — database, backups, benchmarking, rate limits, custom templates

This commit is contained in:
Hoid 2026-02-14 17:26:00 +00:00
parent 9f31f3309f
commit e5dad3c35f
3 changed files with 54 additions and 4 deletions

View file

@ -37,3 +37,17 @@ High-demand feature that differentiates from simpler HTML-only converters. Valid
## 2026-02-14 — Phase 2: All bugs resolved, QA passed
After 4 QA rounds and multiple fix cycles, all 11 test cases pass. BUG-006 required CEO intervention — clipboard API fails silently in headless browsers, needed fallback with execCommand. Moving to security audit before marketing.
## 2026-02-14 17:21 UTC — Product decisions on BUG-012/013/014
### BUG-012: Remove email requirement for free tier
Rationale: Collecting unverified emails adds friction with zero value. Fastest path to API key = more signups. Can add optional email later for recovery/marketing. Decision: instant key generation, no email needed.
### BUG-013: Pro key delivery — success page display
The Stripe success redirect already shows a key. Verify this works end-to-end. For now, success page + copy button is sufficient. Email delivery deferred (no email infra).
### BUG-014: Key recovery — deferred
Without email verification, secure recovery is impossible. Ship with a clear warning: "Save your API key — we can't recover it." Revisit after launch when we have email infra.
### 429 form handling
Frontend must show a user-friendly message when rate limited instead of hanging.