Description
Publish a privacy policy and document how data flows now that Optia has a backend. Cover what the extension sends to the Optia backend and to OpenAI, what is stored (licenses, usage counters), what is not stored, and how billing data is handled entirely by Stripe.
Why
Once requests leave the browser for our backend and OpenAI, we take on data-handling responsibilities and the Chrome Web Store requires a privacy policy and accurate data-safety disclosures. Clear docs build user trust, satisfy review, and keep us honest about never touching card data (Stripe handles it).
Acceptance Criteria
Resources
Description
Publish a privacy policy and document how data flows now that Optia has a backend. Cover what the extension sends to the Optia backend and to OpenAI, what is stored (licenses, usage counters), what is not stored, and how billing data is handled entirely by Stripe.
Why
Once requests leave the browser for our backend and OpenAI, we take on data-handling responsibilities and the Chrome Web Store requires a privacy policy and accurate data-safety disclosures. Clear docs build user trust, satisfy review, and keep us honest about never touching card data (Stripe handles it).
Acceptance Criteria
Resources
app/src/lib/docs-links.tsandapp/src/components/Footer.tsx(where docs/links are referenced)