Privacy
What we store. What we do not.
UGC Sprint is a generation tool on Cloudflare Workers. This page is the short version, not a law firm letter.
Session and credits
We set an httpOnly cookie named ugc_sid so we can count your free and paid runs. The counter lives in Cloudflare KV, keyed by that session id. We do not ask for an email unless Stripe checkout collects one on Stripe’s side.
Product URLs and fields
When you generate, the Worker fetches the URL you provide (best-effort) and sends product fields to OpenAI if an API key is configured. We do not keep a permanent catalog of the pages you scrape. Do not paste secrets into the form.
Payments
Card data is handled by Stripe. We receive a checkout session id, plan, and metadata so we can add runs. We do not store full card numbers.
Contact
Questions: use the operator of ugcsprint.com. This MVP does not run a separate accounts database.