import type { Metadata } from "next"; import { BasePage } from "@/app/base-page"; import { Accordion, AccordionContent, AccordionItem, AccordionTrigger, } from "@/components/ui/accordion"; import { Separator } from "@/components/ui/separator"; import { SOCIAL_LINKS } from "@/site/social"; export const metadata: Metadata = { title: "Privacy Policy - OpenCut", description: "Learn how OpenCut handles your data and privacy. Our commitment to protecting your information while you edit videos.", openGraph: { title: "Privacy Policy - OpenCut", description: "Learn how OpenCut handles your data and privacy. Our commitment to protecting your information while you edit videos.", type: "website", }, }; export default function PrivacyPage() { return ( Quick summary

Your content never leaves your device.

  1. Basic editing happens locally in your browser - we never see your files
  2. AI features like auto captions run locally in your browser too - nothing is uploaded
  3. OpenCut does not currently require an account or login
  4. Project data stays on your device, not our servers
  5. We use anonymized analytics to improve the app, but no personal video content is tracked
  6. You can clear local data from your browser at any time
  7. We don't sell or share your data with anyone (we don't even have it)

Questions? Email us at{" "} oss@opencut.app

How We Handle Your Content

All editing and processing happens locally on your device. {" "} We never upload, store, or have access to your video or audio files. Your content remains completely private and under your control. AI-powered features like auto captions also run in your browser using on-device models - no content ever leaves your device.

Accounts & Authentication

OpenCut does not currently offer user accounts, login, or Google sign-in.

Because there is no account system today, we do not collect account emails, profile information, or OAuth identity data.

Your projects are never stored on our servers. All project data, including names, thumbnails, and creation dates, is stored locally in your browser using IndexedDB.

Analytics

We use{" "} Databuddy {" "} for basic, anonymized visitor counts. We do not track clicks, interactions, or how you use the editor.

No personal information is collected, no individual users are tracked, and no data that could identify you is stored.

Local Storage & Cookies

We use browser local storage and IndexedDB to:

All data stays on your device and can be cleared at any time through your browser settings.

Third-Party Services

OpenCut integrates with these services:

Your Rights

You have complete control over your data:

Open Source Transparency

OpenCut is completely open source. You can review our code, see exactly how we handle data, and even self-host the application if you prefer.

View our source code on{" "} GitHub .

Contact Us

Questions about this privacy policy or how we handle your data?

Open an issue on our{" "} GitHub repository , email us at{" "} oss@opencut.app , or reach out on{" "} X (Twitter) .

Last updated: March 15, 2026

); }