Common questions
What is a "token request"?
Every time a user's browser initializes the editor, it calls our API to get a short-lived session token. This is counted as one request. The token is valid for 10 minutes, after which the editor auto-refreshes it.
What happens if I exceed my daily limit?
New token requests will be rejected with a 429 response, and the editor will show a "limit exceeded" message. Existing sessions are unaffected. Limits reset automatically at midnight UTC.
Can I use it on localhost for development?
Yes. Add "localhost" or "127.0.0.1" to your license's allowed domains list. This doesn't count toward your domain quota.
Are images stored on your servers?
No. Images are converted to base64 in the browser and embedded directly in the HTML output. Nothing is uploaded to our servers. You own your data entirely.
Can I switch plans later?
Absolutely. You can upgrade or downgrade any time. Upgrades take effect immediately; downgrades apply at the next billing cycle.