import { motion } from 'framer-motion'; import { Link } from 'react-router-dom'; export default function Privacy() { return (
Back to Home

Privacy Policy

Last updated: March 2026

1. Information We Collect

We collect information you provide directly: email address, password (encrypted), project data, uploaded assets, and video generation preferences. We also collect usage data including session duration, feature usage patterns, and error logs for improving our service.

2. How We Use Your Information

Your information is used to provide and improve the Director.AI service, process video generation requests, authenticate your account, send essential service notifications, and maintain security. We do not sell your personal data to third parties.

3. Data Storage and Security

All data is stored on secure servers with encryption at rest and in transit. Passwords are hashed using bcrypt with a cost factor of 12. Uploaded assets and generated videos are stored in isolated user-specific directories.

4. Data Retention

Account data is retained as long as your account is active. You may request deletion of your account and all associated data at any time by contacting support. Generated videos and uploaded assets are retained for 90 days after account deletion.

5. Third-Party Services

Director.AI may integrate with payment processors (Stripe) for subscription management. These services have their own privacy policies. No personal data is shared with AI model providers beyond what is necessary for video generation.

6. Contact

For privacy-related inquiries, contact the development team through the project repository.

); }