import { LegalPageLayout } from "@/components/LegalPageLayout"; import { LEGAL_OPERATOR } from "@/lib/legal/constants"; import { DOCS_URL, GITEA_URL } from "@/lib/plans"; export default function PrivacyPage() { return (

This policy describes how a self-hosted Songs2VID instance typically handles data. Songs2VID OSS does not include payment processing, plans, credits, or Stripe. The person or organization that operates this deployment (the "operator") controls the server, database, uploads, logs, and Google OAuth configuration, and is responsible for privacy compliance for their users.

1. Who is responsible

For this software package as published by {LEGAL_OPERATOR.legalName}, contact:{" "} {LEGAL_OPERATOR.email}. For data on{" "} this running instance, contact the operator of the deployment you signed into — not necessarily the hosted SaaS at songs2vid.com, which is a separate product with its own policies.

2. Data this software processes

3. Google and YouTube

Google and YouTube process account and upload data under their own terms and policies. Operators must configure OAuth correctly and respect{" "} Google API Services User Data Policy {" "} and{" "} YouTube API Services Policies .

4. Your choices

Use Dashboard → Settings to export or delete your account data on this instance, or ask the operator. You can also revoke Google access in your{" "} Google Account permissions .

5. Documentation

Product docs: {DOCS_URL}. Source:{" "} {GITEA_URL}.

); }