Complete billing and licensing backend for widget SaaS — subscriptions, API keys, domain validation, usage metering, and pay-as-you-go add-ons. All wired up.
Platform Capabilities
No duct-tape integrations. Subscriptions, usage, keys, and webhooks live in one coherent system.
Generate SHA-256 hashed API keys with per-domain restrictions and instant revocation.
Redis INCR counters, 30-minute batch flush, monthly rollup — zero DB write pressure.
DNS TXT record verification ties every API key to approved domains only.
Widget validation served from Redis in <5ms. 90–95% cache hit rate at scale.
Webhook-driven plan activation, upgrade/downgrade, trial, and cancellation flows.
Each plan includes a domain quota. Starter gets 2, Elite gets 50, Enterprise unlimited.
httpOnly cookie JWT access tokens with 15-min expiry and rotating 7-day refresh tokens.
Clients integrate with a single div and one script tag. No config.js. No setup pain.
Integration Flow
Pricing