📰 Zezo Blog

Live Blog

Privacy Policy

Last Updated: [Insert Date]

At Zezo OTT, we are committed to protecting your privacy. This Privacy Policy explains how we collect, use, disclose, and safeguard your information when you visit our platform. Please read this policy carefully. By using our service, you agree to the practices described below.

1. Information We Collect

We collect information to provide better services to our users. This includes:

a. Personal Data

When you register or interact with our platform, we may collect personal information, such as:

  • Name
  • Email address
  • Payment information (e.g., credit card details)
  • Subscription preferences

b. Automatically Collected Information

When you use Zezo OTT, we may automatically collect information such as:

  • Device details (e.g., IP address, browser type)
  • Usage data (e.g., videos watched, time spent on the platform)
  • Cookies and tracking technologies to improve your experience

2. How We Use Your Information

We may use the collected data for various purposes, including:

  • To provide and maintain our service
  • To improve our platform based on usage patterns
  • To process payments and manage your subscription
  • To send you service-related communications (e.g., account updates)
  • To offer customer support and resolve technical issues
  • To personalize content recommendations for you

3. Sharing Your Information

We do not sell or rent your personal information to third parties. However, we may share your data with:

  • Service Providers: Trusted partners who help us operate our platform (e.g., payment processors, hosting providers)
  • Legal Requirements: If required by law, we may disclose your information to authorities
  • Business Transfers: In the event of a merger, acquisition, or sale of assets, your information may be transferred

4. Data Security

We take data security seriously and implement industry-standard measures to protect your information. However, no method of transmission over the internet is 100% secure, and we cannot guarantee absolute security.

5. Cookies and Tracking Technologies

We use cookies and similar tracking technologies to:

  • Remember your preferences
  • Analyze platform performance
  • Provide personalized content

You can control cookie preferences through your browser settings.

6. Your Privacy Rights

Depending on your location, you may have certain rights regarding your personal data, including:

  • Accessing, updating, or deleting your information
  • Opting out of marketing communications
  • Requesting data portability

To exercise your rights, please contact us at privacy@zezoott.com.

7. Third-Party Links

Our platform may contain links to third-party websites. We are not responsible for the privacy practices or content of these websites. Please review their privacy policies separately.

8. Changes to This Policy

We may update this Privacy Policy from time to time. Any changes will be posted on this page with an updated "Last Updated" date. Please review this policy periodically for updates.

9. Contact Us

If you have any questions about this Privacy Policy or how we handle your data, please contact us at:

Email: privacy@zezoott.com
Address: Zezo OTT HQ, 123 Streaming Lane, Cityville, ST 54321, USA


By using Zezo OTT, you agree to the terms of this Privacy Policy.

📦 Installation

pnpm dlx shadcn@latest add https://zezo-ui.vercel.app/r/zezo-blogview.json

💡 Usage Example

import BlogView from "@/components/zezo/blogview/blogview";

<BlogView content={markdownContent} />

📘 Props

PropTypeRequiredDescription
contentstringYesMarkdown content string to render

📦 Required Packages

Install these packages before using BlogView:

npm install react-markdown rehype-raw remark-gfm

🖋️ Tailwind Typography Setup

Install typography plugin for prose classes:

npm install -D @tailwindcss/typography

Configure in your Tailwind config:

// tailwind.config.ts (Tailwind v3)
import type { Config } from "tailwindcss";

export default {
  content: ["./app/**/*.{js,ts,jsx,tsx,mdx}"],
  plugins: [require("@tailwindcss/typography")],
} satisfies Config;

Or for Tailwind v4, add to globals.css:

/* globals.css (Tailwind v4) */
@import "tailwindcss";
@plugin "@tailwindcss/typography";

✨ Features

📝 Markdown Support

Full markdown rendering

🎨 Typography

Prose styling with dark mode

🔗 GFM Support

GitHub Flavored Markdown

🌓 Dark Mode

Automatic theme switching

📱 Responsive

Adaptive layout

⚡ HTML Support

Raw HTML in markdown