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

Songs2VID OSS is open-source, payment-free, self-hosted software. These terms describe use of the software and of instances that run it. They are{" "} not the paid cloud Terms of Service for songs2vid.com (a separate hosted product with its own billing and policies).

1. Software license and warranty

The source is provided under the license in the repository LICENSE file. The software is provided without warranty of any kind. The operator of each instance is responsible for availability, security, backups, configuration, and who may sign in.

2. No paid features in this edition

This edition has no Stripe integration, subscriptions, credits, pricing pages, or paywalls. Full layout, watermark, API, and playlist features are available to signed-in users of the instance. Any paid offering lives only on the separate hosted SaaS product.

3. Your content and YouTube

You are solely responsible for media you upload and for compliance with copyright law and YouTube's terms. Connecting Google/YouTube authorizes the instance to upload on your behalf within the scopes granted.

4. Acceptable use

Do not use the software to infringe rights, abuse YouTube or Google APIs, or circumvent another party's security. Operators may suspend access on their instances.

5. Contact

Package / project contact:{" "} {LEGAL_OPERATOR.email}. Instance-specific support: contact your operator. Docs: {DOCS_URL}. Source:{" "} {GITEA_URL}.

); }