import LegalLayout, { CONTACT_EMAIL, H2, LegalLink } from "./LegalLayout"; export default function PrivacyPolicy() { return (

Subfeed is a personal, non-commercial project operated by an individual in Hungary ("we", "us"). It lets you view and organize your own YouTube subscriptions as a filterable feed. This policy explains what data Subfeed accesses, how it is used, and the choices you have. By using Subfeed you agree to this policy.

What we access

Subfeed only accesses data you explicitly authorize, in two separate steps:

You can use Subfeed with sign-in alone, and grant or decline each YouTube permission independently.

How we use it

Your data is used exclusively to provide Subfeed's features to you: building and displaying your personalized subscription feed, and carrying out actions (such as unsubscribing) that you initiate. We do not use it for advertising, profiling, or any purpose unrelated to the app.

Limited Use disclosure

Subfeed's use and transfer of information received from Google APIs to any other app will adhere to the{" "} Google API Services User Data Policy , including the Limited Use requirements. We do not sell your data, do not transfer it to third parties (except as needed to operate the app, e.g. the hosting infrastructure we control), and do not use it for advertising.

Storage & security

Data is stored in a private PostgreSQL database on a server we control, accessible only to the operator. Google OAuth refresh tokens are encrypted at rest. Access is restricted to the emails explicitly invited to the app. No system is perfectly secure, but we take reasonable measures to protect your data.

Retention & deletion

We keep your data while your account is active. You can revoke Subfeed's access to your Google data at any time at{" "} myaccount.google.com/permissions ; once revoked, the stored tokens can no longer be used. To have your account and associated data deleted, email{" "} {CONTACT_EMAIL} .

Cookies

Subfeed sets a single, signed session cookie to keep you logged in. It is not used for tracking or advertising, and there are no third-party analytics cookies.

YouTube & Google

Subfeed uses YouTube API Services. By using Subfeed you also agree to the{" "} YouTube Terms of Service, and your use of Google data is subject to the{" "} Google Privacy Policy.

Changes

We may update this policy; material changes will be reflected by the "Last updated" date above. Continued use after a change constitutes acceptance.

Contact

Questions about this policy or your data:{" "} {CONTACT_EMAIL} .

); }