Business session 5: fixed Forgejo push, added URL→PDF + usage tracking

This commit is contained in:
Hoid 2026-02-14 13:03:12 +00:00
parent 600725da17
commit 930a2e03cc
3 changed files with 25 additions and 5 deletions

View file

@ -22,3 +22,9 @@ Built-in invoice and receipt templates as differentiator. Most PDF API competito
- Business: $29/mo for 25,000 PDFs
- Enterprise: custom
Not yet implemented — need Stripe integration.
## 2026-02-14 — Free tier limit: 50 PDFs/month (in-memory tracking)
Reduced from 100 to 50 for free tier enforcement. In-memory tracking for MVP (resets on restart). Will need Redis or SQLite for production persistence. Pro keys bypass limits via PRO_KEYS env var.
## 2026-02-14 — URL→PDF endpoint added
High-demand feature that differentiates from simpler HTML-only converters. Validates URLs (http/https only), 30s timeout, configurable wait strategy. Security note: may need SSRF protection before production (block private IPs).