import type { Metadata } from "next"; export const metadata: Metadata = { title: "Privacy Policy — Vib'n", description: "How Vib'n collects, uses, and protects your personal information.", }; export default function PrivacyPage() { const lastUpdated = "February 19, 2026"; return (

Privacy Policy

Last updated: {lastUpdated}

Vib'n ("we", "us", or "our") is operated by Mark Henderson, located in Victoria, British Columbia, Canada. We are committed to protecting your personal information in accordance with the Personal Information Protection Act (BC PIPA) and Canada's Personal Information Protection and Electronic Documents Act (PIPEDA).

This policy explains what information we collect when you use vibnai.com, how we use it, and what rights you have over it.

1. Information We Collect

Information you provide

  • Your name and email address when you sign in with Google
  • Project names, descriptions, and content you create on the platform
  • Code and files stored in your Vib'n repositories
  • Conversations with the AI assistant

Information collected automatically

  • Session tokens to keep you signed in
  • Basic usage data (pages visited, features used) for product improvement
  • Server logs including IP address and browser type for security and debugging

2. How We Use Your Information

  • To provide, operate, and improve the Vib'n platform
  • To authenticate you and maintain your session
  • To power AI features — your project context is sent to the Gemini API to generate responses
  • To send transactional emails (account, billing) when necessary
  • To detect and prevent fraud, abuse, or security incidents

We do not sell your personal information to third parties. We do not use your data to train AI models.

3. Third-Party Services

We use the following third-party services to operate Vib'n:

Service Purpose Location
Google OAuth Sign-in authentication USA
Google Gemini API AI chat and code assistance USA
Google Cloud Run IDE workspace hosting Canada
PostgreSQL (self-hosted) User and project data storage Canada

By using Vib'n, you consent to your data being processed in these jurisdictions.

4. Data Retention

We retain your account and project data for as long as your account is active. If you delete your account, we will delete your personal information within 30 days, except where we are required to retain it by law (e.g. billing records for 7 years under Canadian tax regulations).

5. Your Rights

Under BC PIPA and PIPEDA, you have the right to:

  • Access the personal information we hold about you
  • Correct inaccurate information
  • Request deletion of your account and associated data
  • Withdraw consent for non-essential data processing
  • Lodge a complaint with the Office of the Information and Privacy Commissioner for BC

To exercise any of these rights, email us at{" "} privacy@vibnai.com .

6. Cookies

We use a single session cookie to keep you signed in. We do not use advertising cookies or third-party tracking pixels. You can clear cookies in your browser at any time, which will sign you out of Vib'n.

7. Security

We use HTTPS for all data in transit, encrypted storage for sensitive credentials, and session-based authentication. No system is 100% secure — if you discover a security issue please contact us at{" "} security@vibnai.com .

8. Changes to This Policy

We may update this policy from time to time. We will notify you of material changes by posting the new policy on this page with an updated date. Continued use of Vib'n after changes constitutes acceptance of the updated policy.

9. Contact

For any privacy questions or concerns:

Mark Henderson
Vib'n
Victoria, British Columbia, Canada
privacy@vibnai.com
); }