diff --git a/apps/web/src/app/(main)/(landing)/layout.tsx b/apps/web/src/app/(main)/(landing)/layout.tsx
index 3a5bdbe..14ffbd0 100644
--- a/apps/web/src/app/(main)/(landing)/layout.tsx
+++ b/apps/web/src/app/(main)/(landing)/layout.tsx
@@ -1,13 +1,31 @@
-import Navbar from '@/components/landing-sections/navbar'
-import React from 'react'
+"use client";
+
+import React, { Suspense, lazy } from "react";
+
+import { Skeleton } from "@/components/ui/skeleton";
+
+const Navbar = lazy(() => import("@/components/landing-sections/navbar"));
const Layout = ({ children }: { children: React.ReactNode }) => {
- return (
-
-
- {children}
-
- )
-}
-
-export default Layout
\ No newline at end of file
+ return (
+
+
+
+
+
+
+
+
+
+ }
+ >
+
+
+ {children}
+
+ );
+};
+
+export default Layout;
\ No newline at end of file
diff --git a/apps/web/src/app/(main)/(landing)/page.tsx b/apps/web/src/app/(main)/(landing)/page.tsx
index 94caacb..21e4051 100644
--- a/apps/web/src/app/(main)/(landing)/page.tsx
+++ b/apps/web/src/app/(main)/(landing)/page.tsx
@@ -1,33 +1,166 @@
'use client'
-import Bento from '@/components/landing-sections/Bento'
-import Brands from '@/components/landing-sections/Brands'
-import CTA from '@/components/landing-sections/CTA'
-import Footer from '@/components/landing-sections/footer'
-import Hero from '@/components/landing-sections/Hero'
-import HowItWorks from '@/components/landing-sections/how-it-works'
-import Navbar from '@/components/landing-sections/navbar'
-import Testimonials from '@/components/landing-sections/testimonials'
-import Video from '@/components/landing-sections/video'
-import React from 'react'
-import { FaqSection } from '@/components/faq/FaqSection'
+import React, { Suspense, lazy } from 'react'
+
+import { Skeleton } from "@/components/ui/skeleton";
+
+const Navbar = lazy(() => import('@/components/landing-sections/navbar'))
+const Hero = lazy(() => import('@/components/landing-sections/Hero'))
+const Bento = lazy(() => import('@/components/landing-sections/Bento'))
+const Video = lazy(() => import('@/components/landing-sections/video'))
+const HowItWorks = lazy(() => import('@/components/landing-sections/how-it-works'))
+const Brands = lazy(() => import('@/components/landing-sections/Brands'))
+const Testimonials = lazy(() => import('@/components/landing-sections/testimonials'))
+const FaqSection = lazy(() => import('@/components/faq/FaqSection'))
+const CTA = lazy(() => import('@/components/landing-sections/CTA'))
+const Footer = lazy(() => import('@/components/landing-sections/footer'))
const Landing = () => {
return (
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+ }
+ >
+
+
+
+
+
+
+
+
+
+
+
+ }
+ >
+
+
+
+
+
+
+
+
+
+
+ }
+ >
+
+
+
+
+
+
+
+
+
+
+ }
+ >
+
+
+
+
+
+
+
+
+
+
+ }
+ >
+
+
+
+
+
+
+
+
+
+
+ }
+ >
+
+
+
+
+
+
+
+
+
+
+ }
+ >
+
+
+
+
+
+
+
+
+
+
+ }
+ >
+
+
-
-
+
+
+
+
+
+
+
+
+ }
+ >
+
+
+
+
+
+
+
+
+
+
+ }
+ >
+
+
)
diff --git a/apps/web/src/app/(main)/(landing)/pricing/PricingContent.tsx b/apps/web/src/app/(main)/(landing)/pricing/PricingContent.tsx
new file mode 100644
index 0000000..1031a6f
--- /dev/null
+++ b/apps/web/src/app/(main)/(landing)/pricing/PricingContent.tsx
@@ -0,0 +1,480 @@
+"use client";
+
+import Footer from "@/components/landing-sections/footer";
+import Header from "@/components/ui/header";
+import PrimaryButton from "@/components/ui/custom-button";
+import { ShineBorder } from "@/components/ui/shine-borders";
+import { motion } from "framer-motion";
+import { Check, CornerDownRight, Target, Terminal } from "lucide-react";
+import Image from "next/image";
+import Link from "next/link";
+import React from "react";
+
+const opensoxFeatures = [
+ {
+ id: 1,
+ title: "Opensox Advanced search tool",
+ description:
+ "One and only tool in the market that let you find open source with blizzing speed and scary accuracy. It will have:",
+ features: [
+ "Faster and accurate search of projects",
+ "Higher accuracy (so that you exactly land on your dream open source project)",
+ "Advanced filters like, GSOC, YC, funding, hire contributors, trending, niche (like AI, Core ML, Web3, MERN), bounties, and many more.",
+ ],
+ },
+ {
+ id: 2,
+ title: "OX Newsletter",
+ description:
+ "A newsletter that keeps you ahead in open source world. It will cover:",
+ features: [
+ "Jobs/internships in opensource projects/companies",
+ "Funding news",
+ "What's trending in open source ecosystem",
+ "Upcoming trends",
+ "Tips to ace in open source",
+ "What's happening in open source companies?",
+ ],
+ },
+ {
+ id: 3,
+ title: "30 days Opensox challenge sheet",
+ description: [
+ "A comprehensive sheet of 30+ modules along with detailed videos to give you a clear path to start rocking in open source.",
+ "It will contain videos, resouces and hand made docs.",
+ <>
+ In each of the 30 steps, you will learn, then apply, If stuck, we'll help and then we'll do an
+ accountability check.
+ Check here.
+
+ >,
+ ],
+ features: [],
+ },
+];
+
+const whySub = [
+ {
+ content:
+ "Currently, Opensox 2.0 is in progress (70% done) so till the launch, we are offering premium plan at a discounted price - $49 for the whole year",
+ },
+ {
+ content:
+ "This offer is only available for the first 1000 (20 slots booked) users",
+ },
+ {
+ content:
+ "After the launch, this $49 offer be removed and Opensox premium will be around ~ $120 for whole year ($10/mo.)",
+ },
+ {
+ content: "The price of the dollar is constantly increasing.",
+ },
+];
+
+const freePlanCard = {
+ whatYouGetImmediately: [
+ "Free filters to search projects (tech stack, competition, activity, etc)",
+ "Access to the general community",
+ ],
+ whatYouGetAfterLaunch: [
+ "Everything mentioned above",
+ "30 days opensox challenge sheet",
+ ],
+};
+
+const premiumPlanCard = {
+ whatYouGetImmediately: [
+ "Everything in free plan +",
+ "1:1 session on finding remote jobs and internships in open-source companies.",
+ "Quick doubts resolution.",
+ "Personalized guidance for GSoC, LFX, Outreachy, etc",
+ "Access to premium Slack where you can ask anything anytime.",
+ "Support to enhance skills for open source",
+ "GSOC proposal, resume reviews, etc.",
+ "Upcoming premium features",
+ ],
+ whatYouGetAfterLaunch: [
+ "Everything mentioned above",
+ "Advanced tool with premium filters to find open source projects",
+ "Premium newsletter",
+ "30 days opensox challenge sheet",
+ "Upcoming premium features.",
+ ],
+};
+
+const PricingContent = () => {
+ return (
+ <>
+
+
+
+ );
+};
+
+const TestimonialsSection = () => {
+ const testimonials = [
+ {
+ id: 1,
+ username: "Tarun Parmar",
+ content:
+ "Getting the Opensox Premium Subscription has been such a game-changer for me. I really like the personal touch in the way the team guides you-it feels like someone is genuinely there to help you navigate. It gave me the initial push I needed and made it so much easier to cut through all the chaos and focus on the right and simple steps. The best part is, it helps you start your open source journey quickly and I know I can reach out to the team anytime. Honestly, it's been an awesome experience so far!",
+ column: 1,
+ },
+ {
+ id: 2,
+ username: "Daksh Yadav",
+ content:
+ "My experience with your guidance and opensox has been great. Your tips have really helped in doing my tasks quicker and better. And I would definitely recommend others to opt for opensox premium.",
+ column: 1,
+ },
+ {
+ id: 3,
+ username: "Rishabh R Pathak",
+ content: (
+
+
+ Okay so there are a few things I genuinely value about OpenSox Premium, and I'll focus on the core points because everything else is just a natural extension of these.
+
+
+
+ First, the pricing. To me, it's more than fair for the kind of value on the table. In fact, I see it as something that can yield long-term returns if you're serious about putting in the work.
+
+
+ The onboarding call was one of the best parts. Spending 30+ minutes just to understand where I stand, whether I'm starting out or already experienced and aligning the guidance with my goals. That level of personalization is rare and it set the tone right from the start.
+
+
+ Another thing I've appreciated is the transparency. No sugarcoating, no vague talk, you share real experiences, honest opinions and advice that actually holds weight. That alone builds credibility and trust.
+
+
+ And yeah, the support also goes beyond the program itself. Getting advice on personal doubts and extra tips outside the set curriculum (of course, sometimes, not always lol!).
+
+
+ The regular check-ins are also a huge plus. They help track progress, keep me accountable, and ensure I'm moving in the right direction.
+
+
+ Overall, I'd absolutely recommend OpenSox Premium to anyone serious about open source. The personalized guidance is exactly what most of us hope for, since everyone is at a different stage of their journey.
+
+
+ A personal opinion btw :) My only hope is that the same quality continues even as more people join and judging from what I've seen so far, I'm confident it will.
+
+
+
+ ),
+ column: 2,
+ },
+ {
+ id: 4,
+ username: "Mahadev Keshari",
+ content: "This is really awesome 👍🏼",
+ column: 3,
+ },
+ {
+ id: 5,
+ username: "Satya Narayan",
+ content:
+ "Yes I would totally recommend it for anyone who is serious about getting into open source. We have discussed very insightful key methods that are very helpful for a beginner who has no prior experience to start contributing. You as an experienced open source developer and contributor have shared your learnings which come from experience to us which not only makes us understand the complexity of large codebases but gives us a kickstart over other candidates. Your personal guidance is precious and invaluable for us",
+ column: 3,
+ },
+ ];
+
+ const groupedTestimonials = {
+ 1: testimonials.filter((t) => t.column === 1),
+ 2: testimonials.filter((t) => t.column === 2),
+ 3: testimonials.filter((t) => t.column === 3),
+ };
+
+ return (
+
+ );
+};
+
+export { PricingCard, SecondaryPricingCard, TestimonialsSection };
diff --git a/apps/web/src/app/(main)/(landing)/pricing/page.tsx b/apps/web/src/app/(main)/(landing)/pricing/page.tsx
index c5505be..7c34bad 100644
--- a/apps/web/src/app/(main)/(landing)/pricing/page.tsx
+++ b/apps/web/src/app/(main)/(landing)/pricing/page.tsx
@@ -1,586 +1,27 @@
"use client";
-import Footer from "@/components/landing-sections/footer";
-import Header from "@/components/ui/header";
-import { ShineBorder } from "@/components/ui/shine-borders";
-import { motion } from "framer-motion";
-import { Check, CornerDownRight, Target, Terminal } from "lucide-react";
-import Image from "next/image";
-import Link from "next/link";
-import React from "react";
-import PrimaryButton from "@/components/ui/custom-button";
-import PaymentFlow from "@/components/payment/PaymentFlow";
-const opensoxFeatures = [
- {
- id: 1,
- title: "Opensox Advanced search tool",
- description:
- "One and only tool in the market that let you find open source with blizzing speed and scary accuracy. It will have:",
- features: [
- "Faster and accurate search of projects",
- "Higher accuracy (so that you exactly land on your dream open source project)",
- "Advanced filters like, GSOC, YC, funding, hire contributors, trending, niche (like AI, Core ML, Web3, MERN), bounties, and many more.",
- ],
- },
- {
- id: 2,
- title: "OX Newsletter",
- description:
- "A newsletter that keeps you ahead in open source world. It will cover:",
- features: [
- "Jobs/internships in opensource projects/companies",
- "Funding news",
- "What's trending in open source ecosystem",
- "Upcoming trends",
- "Tips to ace in open source",
- "What's happening in open source companies?",
- ],
- },
- {
- id: 3,
- title: "30 days Opensox challenge sheet",
- description: [
- "A comprehensive sheet of 30+ modules along with detailed videos to give you a clear path to start rocking in open source.",
- "It will contain videos, resouces and hand made docs.",
- <>
- In each of the 30 steps, you will learn, then apply, If stuck,
- we'll help and then we'll do an accountability check.{" "}
-
- Check here.
-
- >,
- ],
- features: [],
- },
-];
-const whySub = [
- {
- content:
- "Currently, Opensox 2.0 is in progress (70% done) so till the launch, we are offering premium plan at a discounted price - $49 for the whole year",
- },
- {
- content:
- "This offer is only available for the first 1000 (20 slots booked) users",
- },
- {
- content:
- "After the launch, this $49 offer be removed and Opensox premium will be around ~ $120 for whole year ($10/mo.)",
- },
- {
- content: "The price of the dollar is constantly increasing.",
- },
-];
+import React, { Suspense, lazy } from "react";
-const freePlanCard = {
- whatYouGetImmediately: [
- "Free filters to search projects (tech stack, competition, activity, etc)",
- "Access to the general community",
- ],
- whatYouGetAfterLaunch: [
- "Everything mentioned above",
- "30 days opensox challenge sheet",
- ],
-};
+import { Skeleton } from "@/components/ui/skeleton";
-const premiumPlanCard = {
- whatYouGetImmediately: [
- "Everything in free plan +",
- "1:1 session on finding remote jobs and internships in open-source companies.",
- "Quick doubts resolution.",
- "Personalized guidance for GSoC, LFX, Outreachy, etc",
- "Access to premium Slack where you can ask anything anytime.",
- "Support to enhance skills for open source",
- "GSOC proposal, resume reviews, etc.",
- "Upcoming premium features",
- ],
- whatYouGetAfterLaunch: [
- "Everything mentioned above",
- "Advanced tool with premium filters to find open source projects",
- "Premium newsletter",
- "30 days opensox challenge sheet",
- "Upcoming premium features.",
- ],
-};
-const Pricing = () => {
- return (
- <>
-
-
-
- );
-};
-
-const TestimonialsSection = () => {
- const testimonials = [
- {
- id: 1,
- username: "Tarun Parmar",
- content:
- "Getting the Opensox Premium Subscription has been such a game-changer for me. I really like the personal touch in the way the team guides you-it feels like someone is genuinely there to help you navigate. It gave me the initial push I needed and made it so much easier to cut through all the chaos and focus on the right and simple steps. The best part is, it helps you start your open source journey quickly and I know I can reach out to the team anytime. Honestly, it's been an awesome experience so far!",
- column: 1,
- },
- {
- id: 2,
- username: "Daksh Yadav",
- content:
- "My experience with your guidance and opensox has been great. Your tips have really helped in doing my tasks quicker and better. And I would definitely recommend others to opt for opensox premium.",
- column: 1,
- },
- {
- id: 3,
- username: "Rishabh R Pathak",
- content: (
-
-
- Okay so there are a few things I genuinely value about OpenSox
- Premium, and I'll focus on the core points because everything
- else is just a natural extension of these.
-
-
-
- First, the pricing. To me, it's more than fair for the kind
- of value on the table. In fact, I see it as something that can
- yield long-term returns if you're serious about putting in
- the work.
-
-
- The onboarding call was one of the best parts. Spending 30+
- minutes just to understand where I stand, whether I'm
- starting out or already experienced and aligning the guidance with
- my goals. That level of personalization is rare and it set the
- tone right from the start.
-
-
- Another thing l've appreciated is the transparency. No
- sugarcoating, no vague talk, you share real experiences, honest
- opinions and advice that actually holds weight. That alone builds
- credibility and trust.
-
-
- And yeah, the support also goes beyond the program itself. Getting
- advice on personal doubts and extra tips outside the set
- curriculum (of course, sometimes, not always lol!).
-
-
- The regular check-ins are also a huge plus. They help track
- progress, keep me accountable, and ensure l'm moving in the
- right direction.
-
-
- Overall, I'd absolutely recommend OpenSox Premium to anyone
- serious about open source. The personalized guidance is exactly
- what most of us hope for, since everyone is at a different stage
- of their journey.
-
-
- A personal opinion btw :) My only hope is that the same quality
- continues even as more people join and judging from what l've
- seen so far, I'm confident it will.
-
-
-
- ),
- column: 2,
- },
- {
- id: 4,
- username: "Mahadev Keshari",
- content: "This is really awesome 👍🏼",
- column: 3,
- },
- {
- id: 5,
- username: "Satya Narayan",
- content:
- "Yes I would totally recommend it for anyone who is serious about getting into open source. We have discussed very insightful key methods that are very helpful for a beginner who has no prior experience to start contributing. You as an experienced open source developer and contributor have shared your learnings which come from experience to us which not only makes us understand the complexity of large codebases but gives us a kickstart over other candidates. Your personal guidance is precious and invaluable for us",
- column: 3,
- },
- ];
-
- const groupedTestimonials = {
- 1: testimonials.filter((t) => t.column === 1),
- 2: testimonials.filter((t) => t.column === 2),
- 3: testimonials.filter((t) => t.column === 3),
- };
-
- return (
-
+ At Opensox AI, we take your privacy seriously. Please read this
+ Privacy Policy to learn how we treat your personal data. By using
+ or accessing our Services in any manner, you acknowledge that you
+ accept the practices and policies outlined below, and you hereby
+ consent that we will collect, use and share your information as
+ described in this Privacy Policy.
+
+
+ Remember that your use of Opensox AI's Services is at all times
+ subject to our{" "}
+
+ Terms of Service
+
+ , which incorporates this Privacy Policy. Any terms we use in this
+ Policy without defining them have the definitions given to them in
+ the Terms of Service.
+
+
+
+ {/* What this Privacy Policy Covers */}
+
+
+ What this Privacy Policy Covers
+
+
+ This Privacy Policy covers how we treat Personal Data that we
+ gather when you access or use our Services. "Personal Data" means
+ any information that identifies or relates to a particular
+ individual and also includes information referred to as
+ "personally identifiable information" or "personal information"
+ under applicable data privacy laws, rules or regulations. This
+ Privacy Policy does not cover the practices of companies we don't
+ own or control or people we don't manage.
+
+
+
+ {/* Personal Data */}
+
+
+ Personal Data
+
+
+
+ Categories of Personal Data We Collect
+
+
+ This table details the categories of Personal Data that we collect
+ and have collected over the past 12 months:
+
+
+
+
+
+
+
+ Category of Personal Data
+
+
+ Examples of Personal Data We Collect
+
+
+ Categories of Third Parties With Whom We Share this
+ Personal Data
+
+
+
+
+
+
+ Profile or Contact Data
+
+
+ First and last name
+
+ Email
+
+ Unique identifiers such as passwords
+
+
+ Service Providers
+
+ Business Partners
+
+ Parties You Authorize, Access or Authenticate
+
+
+
+
+ Payment Data
+
+
+ Payment card type
+
+ Last 4 digits of payment card
+
+ Billing address, phone number, and email
+
+ IP address
+
+ Type of device/operating system/browser used to access the
+ Services
+
+
+ Service Providers
+
+ Analytics Partners
+
+
+
+
+ Web Analytics
+
+
+ Referring webpage/source through which you accessed the
+ Services
+
+ Non-identifiable request IDs
+
+ Statistics associated with the interaction between device
+ or browser and the Services
+
+
+ Analytics Partners
+
+
+
+
+ Third Party Platform Data
+
+
+ GitHub username and profile information
+
+ GitHub Bio, URLs, and public profile details
+
+ Email from authentication providers
+
+
+ Service Providers
+
+ Analytics Partners
+
+ Business Partners
+
+ Parties You Authorize, Access or Authenticate
+
+
+
+
+ Geolocation Data
+
+
+ IP-address-based location information
+
+
+ Service Providers
+
+ Analytics Partners
+
+
+
+
+
+
+
+ {/* Categories of Sources */}
+
+
+ Categories of Sources of Personal Data
+
+
+ We collect Personal Data about you from the following categories
+ of sources:
+
+
+
+
+
You
+
+
When you provide such information directly to us.
+
+ When you create an account or use our interactive tools and
+ Services.
+
+
+ When you voluntarily provide information in free-form text
+ boxes through the Services or through responses to surveys
+ or questionnaires.
+
+
When you send us an email or otherwise contact us.
+
+ When you use the Services and such information is collected
+ automatically.
+
+
+ Through Cookies (defined in the "Tracking Tools and
+ Opt-Out" section below).
+
+
+ If you use a location-enabled browser, we may receive
+ information about your location.
+
+
+ If you download and install certain applications and
+ software we make available, we may receive and collect
+ information transmitted from your computing device.
+
+
+
+
+
+
+
+
Third Parties
+
+
+ Vendors: We may use analytics providers to
+ analyze how you interact and engage with the Services, or
+ third parties may help us provide you with customer support.
+
+
+ Advertising Partners: We receive
+ information about you from some of our vendors who assist us
+ with marketing or promotional services related to how you
+ interact with our websites, applications, products,
+ Services, advertisements or communications.
+
+
+ Social Networks: If you provide your social
+ network account credentials to us or otherwise sign in to
+ the Services through a third-party site or service (such as
+ GitHub), some content and/or information in those accounts
+ may be transmitted into your account with us.
+
+
+ Open Source Platforms: We aggregate
+ publicly available data from GitHub and other open-source
+ platforms to provide you with project information and
+ recommendations.
+
+
+
+
+
+
+ {/* Our Purposes for Collecting Personal Data */}
+
+
+ Our Commercial or Business Purposes for Collecting Personal Data
+
+
+
+
+
+ Providing, Customizing and Improving the Services
+
+
+
+ Creating and managing your account or other user profiles.
+
+
Processing orders or other transactions; billing.
+
+ Providing you with the products, services or information you
+ request.
+
+
+ Meeting or fulfilling the reason you provided the
+ information to us.
+
+
Providing support and assistance for the Services.
+
+ Improving the Services, including testing, research,
+ internal analytics and product development.
+
+
+ Personalizing the Services, website content and
+ communications based on your preferences.
+
+
Doing fraud protection, security and debugging.
+
+ Filtering and displaying relevant open-source projects based
+ on your search criteria.
+
+
+
+
+
+
Marketing the Services
+
+
Marketing and selling the Services.
+
+
+
+
+
Corresponding with You
+
+
+ Responding to correspondence that we receive from you,
+ contacting you when necessary or requested, and sending you
+ information about Opensox AI or the Services.
+
+
+ Sending emails and other communications according to your
+ preferences or that display content that we think will
+ interest you, including our newsletter about open-source
+ trends, jobs, and internships (for premium subscribers).
+
+
+
+
+
+
+ Meeting Legal Requirements and Enforcing Legal Terms
+
+
+
+ Fulfilling our legal obligations under applicable law,
+ regulation, court order or other legal process, such as
+ preventing, detecting and investigating security incidents
+ and potentially illegal or prohibited activities.
+
+
+ Protecting the rights, property or safety of you, Opensox AI
+ or another party.
+
+
Enforcing any agreements with you.
+
+ Responding to claims that any posting or other content
+ violates third-party rights.
+
+
Resolving disputes.
+
+
+
+
+
+ We will not collect additional categories of Personal Data or use
+ the Personal Data we collected for materially different, unrelated
+ or incompatible purposes without providing you notice.
+
+
+
+ {/* How We Share Your Personal Data */}
+
+
+ How We Share Your Personal Data
+
+
+ We disclose your Personal Data to the categories of service
+ providers and other parties listed in this section.
+
+
+
+
+
Service Providers
+
+ These parties help us provide the Services or perform business
+ functions on our behalf. They include:
+
+
+
Hosting, technology and communication providers.
+
Security and fraud prevention consultants.
+
Support and customer service vendors.
+
Product fulfillment and delivery providers.
+
+ Payment processors: Our payment processing
+ partner Razorpay Software Private Limited ("Razorpay")
+ collects your voluntarily-provided payment card information
+ necessary to process your payment. Please see{" "}
+
+ Razorpay's privacy policy
+ {" "}
+ for information on its use and storage of your Personal
+ Data.
+
+
+
+
+
+
Analytics Partners
+
+ These parties provide analytics on web traffic or usage of the
+ Services. They include:
+
+
+
+ Companies that track how users found or were referred to the
+ Services.
+
+
+ Companies that track how users interact with the Services.
+
+
+
+
+
+
Business Partners
+
+ These parties partner with us in offering various services.
+ They include:
+
+
+
Businesses that you have a relationship with.
+
+ Companies that we partner with to offer joint promotional
+ offers or opportunities.
+
+
+
+
+
+
+ Parties You Authorize, Access or Authenticate
+
+
+
Third parties you access through the services.
+
Social media services (e.g., GitHub).
+
Other users.
+
+
+
+
+
Legal Obligations
+
+ We may share any Personal Data that we collect with third
+ parties in conjunction with any of the activities set forth
+ under "Meeting Legal Requirements and Enforcing Legal Terms"
+ in the section above.
+
+
+
+
+
Business Transfers
+
+ All of your Personal Data that we collect may be transferred
+ to a third party if we undergo a merger, acquisition,
+ bankruptcy or other transaction in which that third party
+ assumes control of our business (in whole or in part). Should
+ one of these events occur, we will make reasonable efforts to
+ notify you before your information becomes subject to
+ different privacy and security policies and practices.
+
+
+
+
+
+ {/* Data that is Not Personal Data */}
+
+
+ Data that is Not Personal Data
+
+
+ We may create aggregated, de-identified or anonymized data from
+ the Personal Data we collect, including by removing information
+ that makes the data personally identifiable to a particular user.
+ We may use such aggregated, de-identified or anonymized data and
+ share it with third parties for our lawful business purposes,
+ including to analyze, build and improve the Services and promote
+ our business, provided that we will not share such data in a
+ manner that could identify you.
+
+
+
+ {/* Tracking Tools and Opt-Out */}
+
+
+ Tracking Tools and Opt-Out
+
+
+ The Services use cookies and similar technologies such as pixel
+ tags, web beacons, clear GIFs and JavaScript (collectively,
+ "Cookies") to enable our servers to recognize your web browser,
+ tell us how and when you visit and use our Services, analyze
+ trends, learn about our user base and operate and improve our
+ Services. Cookies are small pieces of data– usually text files –
+ placed on your computer, tablet, phone or similar device when you
+ use that device to access our Services. We may also supplement the
+ information we collect from you with information received from
+ third parties, including third parties that have placed their own
+ Cookies on your device(s).
+
+
+ Please note that because of our use of Cookies, the Services do
+ not support "Do Not Track" requests sent from a browser at this
+ time.
+
+
+
+ Types of Cookies We Use
+
+
+
+
Essential Cookies
+
+ Essential Cookies are required for providing you with features
+ or services that you have requested. For example, certain
+ Cookies enable you to log into secure areas of our Services.
+ Disabling these Cookies may make certain features and services
+ unavailable.
+
+
+
+
+
Functional Cookies
+
+ Functional Cookies are used to record your choices and
+ settings regarding our Services, maintain your preferences
+ over time and recognize you when you return to our Services.
+ These Cookies help us to personalize our content for you,
+ greet you by name and remember your preferences (for example,
+ your choice of language or region, search filters, and dark
+ mode preference).
+
+
+
+
+
+ Performance/Analytical Cookies
+
+
+ Performance/Analytical Cookies allow us to understand how
+ visitors use our Services. They do this by collecting
+ information about the number of visitors to the Services, what
+ pages visitors view on our Services and how long visitors are
+ viewing pages on the Services. Performance/Analytical Cookies
+ also help us measure the performance of our advertising
+ campaigns in order to help us improve our campaigns and the
+ Services' content for those who engage with our advertising.
+
+
+ For example, Google LLC ("Google") uses cookies in connection
+ with its Google Analytics services. Google's ability to use
+ and share information collected by Google Analytics about your
+ visits to the Services is subject to the Google Analytics
+ Terms of Use and the Google Privacy Policy. You have the
+ option to opt-out of Google's use of Cookies by visiting{" "}
+
+ www.google.com/privacy_ads.html
+ {" "}
+ or the Google Analytics Opt-out Browser Add-on at{" "}
+
+ https://tools.google.com/dlpage/gaoptout/
+
+ .
+
+
+
+
+
+ You can decide whether or not to accept Cookies through your
+ internet browser's settings. Most browsers have an option for
+ turning off the Cookie feature, which will prevent your browser
+ from accepting new Cookies, as well as (depending on the
+ sophistication of your browser software) allow you to decide on
+ acceptance of each new Cookie in a variety of ways. You can also
+ delete all Cookies that are already on your device. If you do
+ this, however, you may have to manually adjust some preferences
+ every time you visit our website and some of the Services and
+ functionalities may not work.
+
+
+ To explore what Cookie settings are available to you, look in the
+ "preferences" or "options" section of your browser's menu. To find
+ out more information about Cookies, including information about
+ how to manage and delete Cookies, please visit{" "}
+
+ http://www.allaboutcookies.org/
+ {" "}
+ or{" "}
+
+ https://ico.org.uk/for-the-public/online/cookies/
+ {" "}
+ if you are located in the European Union.
+
+
+
+ {/* Data Security and Retention */}
+
+
+ Data Security and Retention
+
+
+ We seek to protect your Personal Data from unauthorized access,
+ use and disclosure using appropriate physical, technical,
+ organizational and administrative security measures based on the
+ type of Personal Data and how we are processing that data. You
+ should also help protect your data by appropriately selecting and
+ protecting your password and/or other sign-on mechanism; limiting
+ access to your computer or device and browser; and signing off
+ after you have finished accessing your account. Although we work
+ to protect the security of your account and other data that we
+ hold in our records, please be aware that no method of
+ transmitting data over the internet or storing data is completely
+ secure.
+
+
+ We retain Personal Data about you for as long as you have an open
+ account with us or as otherwise necessary to provide you with our
+ Services. In some cases we retain Personal Data for longer, if
+ doing so is necessary to comply with our legal obligations,
+ resolve disputes or collect fees owed, or is otherwise permitted
+ or required by applicable law, rule or regulation. We may further
+ retain information in an anonymous or aggregated form where that
+ information would not identify you personally.
+
+
+
+ {/* Personal Data of Children */}
+
+
+ Personal Data of Children
+
+
+ As noted in the Terms of Service, we do not knowingly collect or
+ solicit Personal Data about children under 13 years of age; if you
+ are a child under the age of 13, please do not attempt to register
+ for or otherwise use the Services or send us any Personal Data. If
+ we learn we have collected Personal Data from a child under 13
+ years of age, we will delete that information as quickly as
+ possible. If you believe that a child under 13 years of age may
+ have provided Personal Data to us, please contact us at{" "}
+
+ hi@opensox.ai
+
+ .
+
+
+
+ {/* State Law Privacy Rights */}
+
+
+ State Law Privacy Rights
+
+
+
+ California Resident Rights
+
+
+ Under California Civil Code Sections 1798.83-1798.84, California
+ residents are entitled to contact us to prevent disclosure of
+ Personal Data to third parties for such third parties' direct
+ marketing purposes; in order to submit such a request, please
+ contact us at{" "}
+
+ hi@opensox.ai
+
+ .
+
+
+
+ Nevada Resident Rights
+
+
+ If you are a resident of Nevada, you have the right to opt-out of
+ the sale of certain Personal Data to third parties who intend to
+ license or sell that Personal Data. You can exercise this right by
+ contacting us at{" "}
+
+ hi@opensox.ai
+ {" "}
+ with the subject line "Nevada Do Not Sell Request" and providing
+ us with your name and the email address associated with your
+ account.
+
+
+
+ {/* European Union and United Kingdom Data Subject Rights */}
+
+
+ European Union and United Kingdom Data Subject Rights
+
+
+
EU and UK Residents
+
+ If you are a resident of the European Union ("EU"), United Kingdom
+ ("UK"), Lichtenstein, Norway or Iceland, you may have additional
+ rights under the EU or UK General Data Protection Regulation (the
+ "GDPR") with respect to your Personal Data, as outlined below.
+
+
+ For this section, we use the terms "Personal Data" and
+ "processing" as they are defined in the GDPR, but "Personal Data"
+ generally means information that can be used to individually
+ identify a person, and "processing" generally covers actions that
+ can be performed in connection with data such as collection, use,
+ storage and disclosure. Opensox AI will be the controller of your
+ Personal Data processed in connection with the Services.
+
+
+
+ Personal Data Use and Processing Grounds
+
+
+ We will only process your Personal Data if we have a lawful basis
+ for doing so. Lawful bases for processing include consent,
+ contractual necessity and our "legitimate interests" or the
+ legitimate interest of others, as further described below:
+
+
+
+
+
Contractual Necessity:
+
+ We process some Personal Data as a matter of "contractual
+ necessity", meaning that we need to process the data to
+ perform under our Terms of Service with you, which enables us
+ to provide you with the Services. When we process data due to
+ contractual necessity, failure to provide such Personal Data
+ will result in your inability to use some or all portions of
+ the Services that require such data.
+
+
+
+
+
Legitimate Interest:
+
+ We process some Personal Data when we believe it furthers the
+ legitimate interest of us or third parties. Examples of these
+ legitimate interests include (as described in more detail
+ above):
+
+
+
Providing, customizing and improving the Services.
+
Marketing the Services.
+
Corresponding with you.
+
Meeting legal requirements and enforcing legal terms.
+
Completing corporate transactions.
+
+
+
+
+
Consent:
+
+ In some cases, we process Personal Data based on the consent
+ you expressly grant to us at the time we collect such data.
+ When we process Personal Data based on your consent, it will
+ be expressly indicated to you at the point and time of
+ collection.
+
+
+
+
+
+ Other Processing Grounds:
+
+
+ From time to time we may also need to process Personal Data to
+ comply with a legal obligation, if it is necessary to protect
+ the vital interests of you or other data subjects, or if it is
+ necessary for a task carried out in the public interest.
+
+
+
+
+
+ EU Data Subject Rights
+
+
+ You have certain rights with respect to your Personal Data,
+ including those set forth below. For more information about these
+ rights, or to submit a request, please email us at{" "}
+
+ hi@opensox.ai
+
+ . Please note that in some circumstances, we may not be able to
+ fully comply with your request, such as if it is frivolous or
+ extremely impractical, if it jeopardizes the rights of others, or
+ if it is not required by law, but in those circumstances, we will
+ still respond to notify you of such a decision. In some cases, we
+ may also need you to provide us with additional information, which
+ may include Personal Data, if necessary to verify your identity
+ and the nature of your request.
+
+
+
+
+ Access: You can request more information about
+ the Personal Data we hold about you and request a copy of such
+ Personal Data. You can also access certain of your Personal Data
+ by logging on to your account.
+
+
+ Rectification: If you believe that any Personal
+ Data we are holding about you is incorrect or incomplete, you
+ can request that we correct or supplement such data. You can
+ also correct some of this information directly by logging on to
+ your account.
+
+
+ Erasure: You can request that we erase some or
+ all of your Personal Data from our systems.
+
+
+ Withdrawal of Consent: If we are processing
+ your Personal Data based on your consent (as indicated at the
+ time of collection of such data), you have the right to withdraw
+ your consent at any time. Please note, however, that if you
+ exercise this right, you may have to then provide express
+ consent on a case-by-case basis for the use or disclosure of
+ certain of your Personal Data, if such use or disclosure is
+ necessary to enable you to utilize some or all of our Services.
+
+
+ Portability: You can ask for a copy of your
+ Personal Data in a machine-readable format. You can also request
+ that we transmit the data to another controller where
+ technically feasible.
+
+
+ Objection: You can contact us to let us know
+ that you object to the further use or disclosure of your
+ Personal Data for certain purposes, such as for direct marketing
+ purposes.
+
+
+ Restriction of Processing: You can ask us to
+ restrict further processing of your Personal Data.
+
+
+ Right to File Complaint: You have the right to
+ lodge a complaint about Opensox AI's practices with respect to
+ your Personal Data with the supervisory authority of your
+ country or EU Member State. A list of Supervisory Authorities is
+ available here:{" "}
+
+ https://edpb.europa.eu/about-edpb/board/members_en
+
+ .
+
+
+
+
+ {/* Changes to this Privacy Policy */}
+
+
+ Changes to this Privacy Policy
+
+
+ We're constantly trying to improve our Services, so we may need to
+ change this Privacy Policy from time to time, but we will alert
+ you to any such changes by placing a notice on the Opensox AI
+ website, by sending you an email and/or by some other means.
+ Please note that if you've opted not to receive legal notice
+ emails from us (or you haven't provided us with your email
+ address), those legal notices will still govern your use of the
+ Services, and you are still responsible for reading and
+ understanding them. If you use the Services after any changes to
+ the Privacy Policy have been posted, that means you agree to all
+ of the changes. Use of information we collect is subject to the
+ Privacy Policy in effect at the time such information is
+ collected.
+
+
+
+ {/* Contact Information */}
+
+
+ Contact Information
+
+
+ If you have any questions or comments about this Privacy Policy,
+ the ways in which we collect and use your Personal Data or your
+ choices and rights regarding such collection and use, please do
+ not hesitate to contact us at:
+
- At Opensox AI, we take your privacy seriously. Please read this
- Privacy Policy to learn how we treat your personal data. By using
- or accessing our Services in any manner, you acknowledge that you
- accept the practices and policies outlined below, and you hereby
- consent that we will collect, use and share your information as
- described in this Privacy Policy.
-
-
- Remember that your use of Opensox AI's Services is at all times
- subject to our{" "}
-
- Terms of Service
-
- , which incorporates this Privacy Policy. Any terms we use in this
- Policy without defining them have the definitions given to them in
- the Terms of Service.
-
-
-
- {/* What this Privacy Policy Covers */}
-
-
- What this Privacy Policy Covers
-
-
- This Privacy Policy covers how we treat Personal Data that we
- gather when you access or use our Services. "Personal Data" means
- any information that identifies or relates to a particular
- individual and also includes information referred to as
- "personally identifiable information" or "personal information"
- under applicable data privacy laws, rules or regulations. This
- Privacy Policy does not cover the practices of companies we don't
- own or control or people we don't manage.
-
-
-
- {/* Personal Data */}
-
-
- Personal Data
-
-
-
- Categories of Personal Data We Collect
-
-
- This table details the categories of Personal Data that we collect
- and have collected over the past 12 months:
-
-
-
-
-
-
-
- Category of Personal Data
-
-
- Examples of Personal Data We Collect
-
-
- Categories of Third Parties With Whom We Share this
- Personal Data
-
-
-
-
-
-
- Profile or Contact Data
-
-
- First and last name
-
- Email
-
- Unique identifiers such as passwords
-
-
- Service Providers
-
- Business Partners
-
- Parties You Authorize, Access or Authenticate
-
-
-
-
- Payment Data
-
-
- Payment card type
-
- Last 4 digits of payment card
-
- Billing address, phone number, and email
-
- IP address
-
- Type of device/operating system/browser used to access the
- Services
-
-
- Service Providers
-
- Analytics Partners
-
-
-
-
- Web Analytics
-
-
- Referring webpage/source through which you accessed the
- Services
-
- Non-identifiable request IDs
-
- Statistics associated with the interaction between device
- or browser and the Services
-
-
- Analytics Partners
-
-
-
-
- Third Party Platform Data
-
-
- GitHub username and profile information
-
- GitHub Bio, URLs, and public profile details
-
- Email from authentication providers
-
-
- Service Providers
-
- Analytics Partners
-
- Business Partners
-
- Parties You Authorize, Access or Authenticate
-
-
-
-
- Geolocation Data
-
-
- IP-address-based location information
-
-
- Service Providers
-
- Analytics Partners
-
-
-
-
-
-
-
- {/* Categories of Sources */}
-
-
- Categories of Sources of Personal Data
-
-
- We collect Personal Data about you from the following categories
- of sources:
-
-
-
-
-
You
-
-
When you provide such information directly to us.
-
- When you create an account or use our interactive tools and
- Services.
-
-
- When you voluntarily provide information in free-form text
- boxes through the Services or through responses to surveys
- or questionnaires.
-
-
When you send us an email or otherwise contact us.
-
- When you use the Services and such information is collected
- automatically.
-
-
- Through Cookies (defined in the "Tracking Tools and
- Opt-Out" section below).
-
-
- If you use a location-enabled browser, we may receive
- information about your location.
-
-
- If you download and install certain applications and
- software we make available, we may receive and collect
- information transmitted from your computing device.
-
-
-
-
-
-
-
-
Third Parties
-
-
- Vendors: We may use analytics providers to
- analyze how you interact and engage with the Services, or
- third parties may help us provide you with customer support.
-
-
- Advertising Partners: We receive
- information about you from some of our vendors who assist us
- with marketing or promotional services related to how you
- interact with our websites, applications, products,
- Services, advertisements or communications.
-
-
- Social Networks: If you provide your social
- network account credentials to us or otherwise sign in to
- the Services through a third-party site or service (such as
- GitHub), some content and/or information in those accounts
- may be transmitted into your account with us.
-
-
- Open Source Platforms: We aggregate
- publicly available data from GitHub and other open-source
- platforms to provide you with project information and
- recommendations.
-
-
-
-
-
-
- {/* Our Purposes for Collecting Personal Data */}
-
-
- Our Commercial or Business Purposes for Collecting Personal Data
-
-
-
-
-
- Providing, Customizing and Improving the Services
-
-
-
- Creating and managing your account or other user profiles.
-
-
Processing orders or other transactions; billing.
-
- Providing you with the products, services or information you
- request.
-
-
- Meeting or fulfilling the reason you provided the
- information to us.
-
-
Providing support and assistance for the Services.
-
- Improving the Services, including testing, research,
- internal analytics and product development.
-
-
- Personalizing the Services, website content and
- communications based on your preferences.
-
-
Doing fraud protection, security and debugging.
-
- Filtering and displaying relevant open-source projects based
- on your search criteria.
-
-
-
-
-
-
Marketing the Services
-
-
Marketing and selling the Services.
-
-
-
-
-
Corresponding with You
-
-
- Responding to correspondence that we receive from you,
- contacting you when necessary or requested, and sending you
- information about Opensox AI or the Services.
-
-
- Sending emails and other communications according to your
- preferences or that display content that we think will
- interest you, including our newsletter about open-source
- trends, jobs, and internships (for premium subscribers).
-
-
-
+import React, { Suspense, lazy } from "react";
-
-
- Meeting Legal Requirements and Enforcing Legal Terms
-
-
-
- Fulfilling our legal obligations under applicable law,
- regulation, court order or other legal process, such as
- preventing, detecting and investigating security incidents
- and potentially illegal or prohibited activities.
-
-
- Protecting the rights, property or safety of you, Opensox AI
- or another party.
-
-
Enforcing any agreements with you.
-
- Responding to claims that any posting or other content
- violates third-party rights.
-
-
Resolving disputes.
-
-
-
+import { Skeleton } from "@/components/ui/skeleton";
-
- We will not collect additional categories of Personal Data or use
- the Personal Data we collected for materially different, unrelated
- or incompatible purposes without providing you notice.
-
-
+const PrivacyPolicyPage = lazy(() => import("./PrivacyPolicyPage"));
- {/* How We Share Your Personal Data */}
-
-
- How We Share Your Personal Data
-
-
- We disclose your Personal Data to the categories of service
- providers and other parties listed in this section.
-
-
-
-
-
Service Providers
-
- These parties help us provide the Services or perform business
- functions on our behalf. They include:
-
-
-
Hosting, technology and communication providers.
-
Security and fraud prevention consultants.
-
Support and customer service vendors.
-
Product fulfillment and delivery providers.
-
- Payment processors: Our payment processing
- partner Razorpay Software Private Limited ("Razorpay")
- collects your voluntarily-provided payment card information
- necessary to process your payment. Please see{" "}
-
- Razorpay's privacy policy
- {" "}
- for information on its use and storage of your Personal
- Data.
-
-
-
-
-
-
Analytics Partners
-
- These parties provide analytics on web traffic or usage of the
- Services. They include:
-
-
-
- Companies that track how users found or were referred to the
- Services.
-
-
- Companies that track how users interact with the Services.
-
-
-
-
-
-
Business Partners
-
- These parties partner with us in offering various services.
- They include:
-
-
-
Businesses that you have a relationship with.
-
- Companies that we partner with to offer joint promotional
- offers or opportunities.
-
-
-
-
-
-
- Parties You Authorize, Access or Authenticate
-
-
-
Third parties you access through the services.
-
Social media services (e.g., GitHub).
-
Other users.
-
-
-
-
-
Legal Obligations
-
- We may share any Personal Data that we collect with third
- parties in conjunction with any of the activities set forth
- under "Meeting Legal Requirements and Enforcing Legal Terms"
- in the section above.
-
-
-
-
-
Business Transfers
-
- All of your Personal Data that we collect may be transferred
- to a third party if we undergo a merger, acquisition,
- bankruptcy or other transaction in which that third party
- assumes control of our business (in whole or in part). Should
- one of these events occur, we will make reasonable efforts to
- notify you before your information becomes subject to
- different privacy and security policies and practices.
-
-
-
-
-
- {/* Data that is Not Personal Data */}
-
-
- Data that is Not Personal Data
-
-
- We may create aggregated, de-identified or anonymized data from
- the Personal Data we collect, including by removing information
- that makes the data personally identifiable to a particular user.
- We may use such aggregated, de-identified or anonymized data and
- share it with third parties for our lawful business purposes,
- including to analyze, build and improve the Services and promote
- our business, provided that we will not share such data in a
- manner that could identify you.
-
-
-
- {/* Tracking Tools and Opt-Out */}
-
-
- Tracking Tools and Opt-Out
-
-
- The Services use cookies and similar technologies such as pixel
- tags, web beacons, clear GIFs and JavaScript (collectively,
- "Cookies") to enable our servers to recognize your web browser,
- tell us how and when you visit and use our Services, analyze
- trends, learn about our user base and operate and improve our
- Services. Cookies are small pieces of data– usually text files –
- placed on your computer, tablet, phone or similar device when you
- use that device to access our Services. We may also supplement the
- information we collect from you with information received from
- third parties, including third parties that have placed their own
- Cookies on your device(s).
-
-
- Please note that because of our use of Cookies, the Services do
- not support "Do Not Track" requests sent from a browser at this
- time.
-
-
-
- Types of Cookies We Use
-
-
-
-
Essential Cookies
-
- Essential Cookies are required for providing you with features
- or services that you have requested. For example, certain
- Cookies enable you to log into secure areas of our Services.
- Disabling these Cookies may make certain features and services
- unavailable.
-
-
-
-
-
Functional Cookies
-
- Functional Cookies are used to record your choices and
- settings regarding our Services, maintain your preferences
- over time and recognize you when you return to our Services.
- These Cookies help us to personalize our content for you,
- greet you by name and remember your preferences (for example,
- your choice of language or region, search filters, and dark
- mode preference).
-
-
-
-
-
- Performance/Analytical Cookies
-
-
- Performance/Analytical Cookies allow us to understand how
- visitors use our Services. They do this by collecting
- information about the number of visitors to the Services, what
- pages visitors view on our Services and how long visitors are
- viewing pages on the Services. Performance/Analytical Cookies
- also help us measure the performance of our advertising
- campaigns in order to help us improve our campaigns and the
- Services' content for those who engage with our advertising.
-
-
- For example, Google LLC ("Google") uses cookies in connection
- with its Google Analytics services. Google's ability to use
- and share information collected by Google Analytics about your
- visits to the Services is subject to the Google Analytics
- Terms of Use and the Google Privacy Policy. You have the
- option to opt-out of Google's use of Cookies by visiting{" "}
-
- www.google.com/privacy_ads.html
- {" "}
- or the Google Analytics Opt-out Browser Add-on at{" "}
-
- https://tools.google.com/dlpage/gaoptout/
-
- .
-
-
-
-
-
- You can decide whether or not to accept Cookies through your
- internet browser's settings. Most browsers have an option for
- turning off the Cookie feature, which will prevent your browser
- from accepting new Cookies, as well as (depending on the
- sophistication of your browser software) allow you to decide on
- acceptance of each new Cookie in a variety of ways. You can also
- delete all Cookies that are already on your device. If you do
- this, however, you may have to manually adjust some preferences
- every time you visit our website and some of the Services and
- functionalities may not work.
-
-
- To explore what Cookie settings are available to you, look in the
- "preferences" or "options" section of your browser's menu. To find
- out more information about Cookies, including information about
- how to manage and delete Cookies, please visit{" "}
-
- http://www.allaboutcookies.org/
- {" "}
- or{" "}
-
- https://ico.org.uk/for-the-public/online/cookies/
- {" "}
- if you are located in the European Union.
-
-
-
- {/* Data Security and Retention */}
-
-
- Data Security and Retention
-
-
- We seek to protect your Personal Data from unauthorized access,
- use and disclosure using appropriate physical, technical,
- organizational and administrative security measures based on the
- type of Personal Data and how we are processing that data. You
- should also help protect your data by appropriately selecting and
- protecting your password and/or other sign-on mechanism; limiting
- access to your computer or device and browser; and signing off
- after you have finished accessing your account. Although we work
- to protect the security of your account and other data that we
- hold in our records, please be aware that no method of
- transmitting data over the internet or storing data is completely
- secure.
-
-
- We retain Personal Data about you for as long as you have an open
- account with us or as otherwise necessary to provide you with our
- Services. In some cases we retain Personal Data for longer, if
- doing so is necessary to comply with our legal obligations,
- resolve disputes or collect fees owed, or is otherwise permitted
- or required by applicable law, rule or regulation. We may further
- retain information in an anonymous or aggregated form where that
- information would not identify you personally.
-
-
-
- {/* Personal Data of Children */}
-
-
- Personal Data of Children
-
-
- As noted in the Terms of Service, we do not knowingly collect or
- solicit Personal Data about children under 13 years of age; if you
- are a child under the age of 13, please do not attempt to register
- for or otherwise use the Services or send us any Personal Data. If
- we learn we have collected Personal Data from a child under 13
- years of age, we will delete that information as quickly as
- possible. If you believe that a child under 13 years of age may
- have provided Personal Data to us, please contact us at{" "}
-
- hi@opensox.ai
-
- .
-
-
-
- {/* State Law Privacy Rights */}
-
-
- State Law Privacy Rights
-
-
-
- California Resident Rights
-
-
- Under California Civil Code Sections 1798.83-1798.84, California
- residents are entitled to contact us to prevent disclosure of
- Personal Data to third parties for such third parties' direct
- marketing purposes; in order to submit such a request, please
- contact us at{" "}
-
- hi@opensox.ai
-
- .
-
-
-
- Nevada Resident Rights
-
-
- If you are a resident of Nevada, you have the right to opt-out of
- the sale of certain Personal Data to third parties who intend to
- license or sell that Personal Data. You can exercise this right by
- contacting us at{" "}
-
- hi@opensox.ai
- {" "}
- with the subject line "Nevada Do Not Sell Request" and providing
- us with your name and the email address associated with your
- account.
-
-
-
- {/* European Union and United Kingdom Data Subject Rights */}
-
-
- European Union and United Kingdom Data Subject Rights
-
-
-
EU and UK Residents
-
- If you are a resident of the European Union ("EU"), United Kingdom
- ("UK"), Lichtenstein, Norway or Iceland, you may have additional
- rights under the EU or UK General Data Protection Regulation (the
- "GDPR") with respect to your Personal Data, as outlined below.
-
-
- For this section, we use the terms "Personal Data" and
- "processing" as they are defined in the GDPR, but "Personal Data"
- generally means information that can be used to individually
- identify a person, and "processing" generally covers actions that
- can be performed in connection with data such as collection, use,
- storage and disclosure. Opensox AI will be the controller of your
- Personal Data processed in connection with the Services.
-
-
-
- Personal Data Use and Processing Grounds
-
-
- We will only process your Personal Data if we have a lawful basis
- for doing so. Lawful bases for processing include consent,
- contractual necessity and our "legitimate interests" or the
- legitimate interest of others, as further described below:
-
-
-
-
-
Contractual Necessity:
-
- We process some Personal Data as a matter of "contractual
- necessity", meaning that we need to process the data to
- perform under our Terms of Service with you, which enables us
- to provide you with the Services. When we process data due to
- contractual necessity, failure to provide such Personal Data
- will result in your inability to use some or all portions of
- the Services that require such data.
-
-
-
-
-
Legitimate Interest:
-
- We process some Personal Data when we believe it furthers the
- legitimate interest of us or third parties. Examples of these
- legitimate interests include (as described in more detail
- above):
-
-
-
Providing, customizing and improving the Services.
-
Marketing the Services.
-
Corresponding with you.
-
Meeting legal requirements and enforcing legal terms.
-
Completing corporate transactions.
-
-
-
-
-
Consent:
-
- In some cases, we process Personal Data based on the consent
- you expressly grant to us at the time we collect such data.
- When we process Personal Data based on your consent, it will
- be expressly indicated to you at the point and time of
- collection.
-
-
-
-
-
- Other Processing Grounds:
-
-
- From time to time we may also need to process Personal Data to
- comply with a legal obligation, if it is necessary to protect
- the vital interests of you or other data subjects, or if it is
- necessary for a task carried out in the public interest.
-
+export default function PrivacyOfServicePage() {
+ return (
+
+
+
+
+
+
-
-
- EU Data Subject Rights
-
-
- You have certain rights with respect to your Personal Data,
- including those set forth below. For more information about these
- rights, or to submit a request, please email us at{" "}
-
- hi@opensox.ai
-
- . Please note that in some circumstances, we may not be able to
- fully comply with your request, such as if it is frivolous or
- extremely impractical, if it jeopardizes the rights of others, or
- if it is not required by law, but in those circumstances, we will
- still respond to notify you of such a decision. In some cases, we
- may also need you to provide us with additional information, which
- may include Personal Data, if necessary to verify your identity
- and the nature of your request.
-
-
-
-
- Access: You can request more information about
- the Personal Data we hold about you and request a copy of such
- Personal Data. You can also access certain of your Personal Data
- by logging on to your account.
-
-
- Rectification: If you believe that any Personal
- Data we are holding about you is incorrect or incomplete, you
- can request that we correct or supplement such data. You can
- also correct some of this information directly by logging on to
- your account.
-
-
- Erasure: You can request that we erase some or
- all of your Personal Data from our systems.
-
-
- Withdrawal of Consent: If we are processing
- your Personal Data based on your consent (as indicated at the
- time of collection of such data), you have the right to withdraw
- your consent at any time. Please note, however, that if you
- exercise this right, you may have to then provide express
- consent on a case-by-case basis for the use or disclosure of
- certain of your Personal Data, if such use or disclosure is
- necessary to enable you to utilize some or all of our Services.
-
-
- Portability: You can ask for a copy of your
- Personal Data in a machine-readable format. You can also request
- that we transmit the data to another controller where
- technically feasible.
-
-
- Objection: You can contact us to let us know
- that you object to the further use or disclosure of your
- Personal Data for certain purposes, such as for direct marketing
- purposes.
-
-
- Restriction of Processing: You can ask us to
- restrict further processing of your Personal Data.
-
-
- Right to File Complaint: You have the right to
- lodge a complaint about Opensox AI's practices with respect to
- your Personal Data with the supervisory authority of your
- country or EU Member State. A list of Supervisory Authorities is
- available here:{" "}
-
- https://edpb.europa.eu/about-edpb/board/members_en
-
- .
-
-
-
-
- {/* Changes to this Privacy Policy */}
-
-
- Changes to this Privacy Policy
-
-
- We're constantly trying to improve our Services, so we may need to
- change this Privacy Policy from time to time, but we will alert
- you to any such changes by placing a notice on the Opensox AI
- website, by sending you an email and/or by some other means.
- Please note that if you've opted not to receive legal notice
- emails from us (or you haven't provided us with your email
- address), those legal notices will still govern your use of the
- Services, and you are still responsible for reading and
- understanding them. If you use the Services after any changes to
- the Privacy Policy have been posted, that means you agree to all
- of the changes. Use of information we collect is subject to the
- Privacy Policy in effect at the time such information is
- collected.
-
-
-
- {/* Contact Information */}
-
-
- Contact Information
-
-
- If you have any questions or comments about this Privacy Policy,
- the ways in which we collect and use your Personal Data or your
- choices and rights regarding such collection and use, please do
- not hesitate to contact us at:
-
+ Welcome to Opensox.ai ("Opensox," "we," "us," or "our"). Please
+ read these Terms of Service ("Terms") carefully as they govern
+ your use of our platform, website, and services. By accessing or
+ using Opensox.ai, you agree to be bound by these Terms. If you do
+ not agree to these Terms, please do not use our Services.
+
+
+ For questions or concerns regarding these Terms, please contact us
+ at:{" "}
+
+ hi@opensox.ai
+
+
+
+
+ {/* Section 1 */}
+
+
+ 1. Description of Service
+
+
+ Opensox.ai is a platform designed to help developers discover and
+ contribute to open-source projects efficiently. Our Services
+ include:
+
+
+
+ Search and Discovery: Search and filter
+ thousands of open-source projects by programming language, tech
+ stack, activity level, competition, and niche areas (AI, Core
+ ML, Web3, etc.)
+
+ Premium Features: Access to personalized
+ mentoring, exclusive newsletter, open-source jobs and internship
+ opportunities, and our 30-day contribution challenge
+
+
+
+
+ {/* Section 2 */}
+
+
+ 2. User Accounts and Registration
+
+
+ To access certain features of Opensox.ai, you may need to create
+ an account. You agree to:
+
+
+
+ Provide accurate, current, and complete information during
+ registration
+
+
Maintain and promptly update your account information
+
+ Maintain the security and confidentiality of your account
+ credentials
+
+
+ Notify us immediately of any unauthorized use of your account
+
+
+ Be responsible for all activities that occur under your account
+
+
+
+ You must be at least 13 years old to use our Services. If you are
+ under 18, you must have permission from a parent or guardian.
+
+
+
+ {/* Section 3 */}
+
+
+ 3. Acceptable Use Policy
+
+
When using Opensox.ai, you agree NOT to:
+
+
Violate any applicable laws or regulations
+
+ Scrape, copy, or redistribute project data for commercial
+ purposes without permission
+
+
+ Attempt to gain unauthorized access to our systems or networks
+
+
+ Interfere with or disrupt the integrity or performance of our
+ Services
+
+
+ Use automated systems (bots, scrapers) without our explicit
+ written consent
+
+
+ Impersonate any person or entity or misrepresent your
+ affiliation
+
+
Transmit viruses, malware, or any other malicious code
+
+ Collect or harvest personal information of other users without
+ consent
+
+
+
+
+ {/* Section 4 */}
+
+
+ 4. Premium Subscription Services
+
+
+ Opensox.ai offers premium subscription plans with enhanced
+ features including:
+
+
+
+ Personalized Mentoring: One-on-one guidance for
+ open-source contributions
+
+
+ Exclusive Newsletter: Curated content on
+ open-source trends, funding opportunities, jobs, and internships
+
+
+ 30-Day Challenge: Structured program to
+ kickstart your open-source journey
+
+
+ Advanced Filters: Additional search and
+ filtering capabilities
+
+
+
+ Payment Terms: Premium subscriptions are billed
+ in advance on a monthly or annual basis. All fees are
+ non-refundable except as required by law. You may cancel your
+ subscription at any time, and cancellation will take effect at the
+ end of your current billing period.
+
+
+ Price Changes: We reserve the right to modify
+ subscription pricing with at least 30 days' notice. Continued use
+ of premium services after a price change constitutes acceptance of
+ the new pricing.
+
+
+
+ {/* Section 5 */}
+
+
+ 5. User Data and Privacy
+
+
+ We collect and process personal information as described in our
+ Privacy Policy. By using Opensox.ai, you consent to such
+ processing and warrant that all data provided by you is accurate.
+ We use your data to:
+
+
+
Improve our search algorithms and user experience
+
Send you newsletters and updates (if subscribed)
+
Communicate about your account and our Services
+
Analyze usage patterns to enhance our platform
+
+
+ You may update or delete your account information at any time
+ through your account settings.
+
+
+
+ {/* Section 6 */}
+
+
+ 6. Third-Party Content and Links
+
+
+ Opensox.ai aggregates information about open-source projects
+ hosted on third-party platforms (GitHub, GitLab, etc.). We are not
+ responsible for:
+
+
+
+ The accuracy, availability, or legality of third-party projects
+
+
+ The content, policies, or practices of third-party repositories
+
+
+ Your interactions with third-party project maintainers or
+ contributors
+
+
+ Any issues arising from your contributions to external projects
+
+
+
+ Links to external websites are provided for convenience only. We
+ do not endorse or assume responsibility for any third-party sites
+ or services.
+
+
+
+ {/* Section 7 */}
+
+
+ 7. Intellectual Property Rights
+
+
+ Our Content: All content, features, and
+ functionality of Opensox.ai (including but not limited to text,
+ graphics, logos, software, and design) are owned by Opensox.ai and
+ protected by international copyright, trademark, and other
+ intellectual property laws.
+
+
+ Your Content: You retain ownership of preferences
+ and any other content you create on our platform. By using our
+ Services, you grant us a limited license to use, store, and
+ display such content solely to provide and improve our Services.
+
+
+ Open Source Projects: Information about
+ open-source projects displayed on Opensox.ai remains subject to
+ the respective licenses of those projects. We do not claim
+ ownership of any third-party project data.
+
+ Mentoring is provided on a best-effort basis and does not
+ guarantee specific outcomes
+
+
+ Mentoring advice is educational in nature and does not
+ constitute professional career counseling
+
+
+ You are responsible for implementing any guidance provided
+ during mentoring sessions
+
+
+
+
+ {/* Section 9 */}
+
+
+ 9. Newsletter and Communications
+
+
+ By subscribing to our newsletter, you consent to receive emails
+ about open-source trends, funding opportunities, jobs,
+ internships, and platform updates. You may unsubscribe at any time
+ using the link provided in our emails or through your account
+ settings.
+
+
+
+ {/* Section 10 */}
+
+
+ 10. Community Guidelines
+
+
+ When participating in the Opensox.ai community (Slack, forums,
+ events), you agree to:
+
+
+
Respect all members regardless of background or experience
+
+ Avoid harassment, discrimination, hate speech, or offensive
+ behavior
+
+
Provide constructive feedback and encourage collaboration
+
Avoid sharing others' personal information without consent
+
+
+ We reserve the right to remove or suspend accounts that violate
+ these guidelines.
+
+
+
+ {/* Section 11 */}
+
+
+ 11. Disclaimers and Limitation of Liability
+
+
+ Disclaimer: Opensox.ai is provided on an "as is"
+ and "as available" basis. We make no warranties or representations
+ about the accuracy or completeness of the content on our platform.
+
+
+ Limitation of Liability: To the maximum extent
+ permitted by law, Opensox.ai and its affiliates shall not be
+ liable for any indirect, incidental, special, consequential, or
+ punitive damages, or any loss of profits or revenues, whether
+ incurred directly or indirectly, or any loss of data, use,
+ goodwill, or other intangible losses resulting from:
+
+
+
Your access to or use of (or inability to access or use) the Services
+
Any conduct or content of any third party on the Services
+
Any content obtained from the Services
+
+ Unauthorized access, use, or alteration of your transmissions or
+ content
+
+
+
+
+ {/* Section 12 */}
+
+
+ 12. Indemnification
+
+
+ You agree to defend, indemnify, and hold harmless Opensox.ai and
+ its affiliates from and against any claims, liabilities, damages,
+ losses, and expenses, including reasonable legal and accounting
+ fees, arising out of or in any way connected with your access to
+ or use of the Services or your violation of these Terms.
+
+
+
+ {/* Section 13 */}
+
+
+ 13. Termination
+
+
+ We may suspend or terminate your access to Opensox.ai at any time
+ if we believe you have violated these Terms or if necessary to
+ protect our platform and users. Upon termination, your right to
+ use the Services will immediately cease, but the provisions of
+ these Terms intended to survive termination will remain in effect.
+
+
+ You may terminate your account by contacting us at
+ hi@opensox.ai.
+
+
+
+ {/* Section 14 */}
+
+
+ 14. Changes to the Terms
+
+
+ We may update these Terms from time to time. When we make changes,
+ we will update the "Effective Date" at the top of this page. By
+ continuing to use Opensox.ai after the revised Terms become
+ effective, you agree to be bound by the updated Terms.
+
+
+
+ {/* Section 15 */}
+
+
+ 15. Governing Law and Dispute Resolution
+
+
+ These Terms shall be governed by and construed in accordance with
+ the laws of the jurisdiction in which Opensox.ai operates. Any
+ disputes arising under or in connection with these Terms shall be
+ resolved through binding arbitration or in the courts located in
+ the same jurisdiction.
+
+
+ If you have any concerns or disputes, we encourage you to contact
+ us first so we can try to resolve the issue amicably.
+
+
+
+ {/* Section 16 */}
+
+
+ 16. Contact Information
+
+
+ If you have any questions about these Terms or our Services,
+ please contact us at:{" "}
+
+ hi@opensox.ai
+
+
- Welcome to Opensox.ai ("Opensox," "we," "us," or "our"). Please
- read these Terms of Service ("Terms") carefully as they govern
- your use of our platform, website, and services. By accessing or
- using Opensox.ai, you agree to be bound by these Terms. If you do
- not agree to these Terms, please do not use our Services.
-
-
- For questions or concerns regarding these Terms, please contact us
- at:{" "}
-
- hi@opensox.ai
-
-
-
-
- {/* Section 1 */}
-
-
- 1. Description of Service
-
-
- Opensox.ai is a platform designed to help developers discover and
- contribute to open-source projects efficiently. Our Services
- include:
-
-
-
- Search and Discovery: Search and filter
- thousands of open-source projects by programming language, tech
- stack, activity level, competition, and niche areas (AI, Core
- ML, Web3, etc.)
-
- Premium Features: Access to personalized
- mentoring, exclusive newsletter, open-source jobs and internship
- opportunities, and our 30-day contribution challenge
-
-
-
-
- {/* Section 2 */}
-
-
- 2. User Accounts and Registration
-
-
- To access certain features of Opensox.ai, you may need to create
- an account. You agree to:
-
-
-
- Provide accurate, current, and complete information during
- registration
-
-
Maintain and promptly update your account information
-
- Maintain the security and confidentiality of your account
- credentials
-
-
- Notify us immediately of any unauthorized use of your account
-
-
- Be responsible for all activities that occur under your account
-
-
-
- You must be at least 13 years old to use our Services. If you are
- under 18, you must have permission from a parent or guardian.
-
-
-
- {/* Section 3 */}
-
-
- 3. Acceptable Use Policy
-
-
When using Opensox.ai, you agree NOT to:
-
-
Violate any applicable laws or regulations
-
- Scrape, copy, or redistribute project data for commercial
- purposes without permission
-
-
- Attempt to gain unauthorized access to our systems or networks
-
-
- Interfere with or disrupt the integrity or performance of our
- Services
-
-
- Use automated systems (bots, scrapers) without our explicit
- written consent
-
-
- Impersonate any person or entity or misrepresent your
- affiliation
-
-
Transmit viruses, malware, or any other malicious code
-
- Collect or harvest personal information of other users without
- consent
-
-
-
-
- {/* Section 4 */}
-
-
- 4. Premium Subscription Services
-
-
- Opensox.ai offers premium subscription plans with enhanced
- features including:
-
-
-
- Personalized Mentoring: One-on-one guidance for
- open-source contributions
-
-
- Exclusive Newsletter: Curated content on
- open-source trends, funding opportunities, jobs, and internships
-
-
- 30-Day Challenge: Structured program to
- kickstart your open-source journey
-
-
- Advanced Filters: Additional search and
- filtering capabilities
-
-
-
- Payment Terms: Premium subscriptions are billed
- in advance on a monthly or annual basis. All fees are
- non-refundable except as required by law. You may cancel your
- subscription at any time, and cancellation will take effect at the
- end of your current billing period.
-
-
- Price Changes: We reserve the right to modify
- subscription pricing with at least 30 days' notice. Continued use
- of premium services after a price change constitutes acceptance of
- the new pricing.
-
-
-
- {/* Section 5 */}
-
-
- 5. User Data and Privacy
-
-
- We collect and process personal information as described in our
- Privacy Policy. By using Opensox.ai, you consent to such
- processing and warrant that all data provided by you is accurate.
- We use your data to:
-
-
-
Improve our search algorithms and user experience
-
Send you newsletters and updates (if subscribed)
-
Communicate about your account and our Services
-
Analyze usage patterns to enhance our platform
-
-
- You may update or delete your account information at any time
- through your account settings.
-
-
-
- {/* Section 6 */}
-
-
- 6. Third-Party Content and Links
-
-
- Opensox.ai aggregates information about open-source projects
- hosted on third-party platforms (GitHub, GitLab, etc.). We are not
- responsible for:
-
-
-
- The accuracy, availability, or legality of third-party projects
-
-
- The content, policies, or practices of third-party repositories
-
-
- Your interactions with third-party project maintainers or
- contributors
-
-
- Any issues arising from your contributions to external projects
-
-
-
- Links to external websites are provided for convenience only. We
- do not endorse or assume responsibility for any third-party sites
- or services.
-
-
-
- {/* Section 7 */}
-
-
- 7. Intellectual Property Rights
-
-
- Our Content: All content, features, and
- functionality of Opensox.ai (including but not limited to text,
- graphics, logos, software, and design) are owned by Opensox.ai and
- protected by international copyright, trademark, and other
- intellectual property laws.
-
-
- Your Content: You retain ownership of preferences
- and any other content you create on our platform. By using our
- Services, you grant us a limited license to use, store, and
- display such content solely to provide and improve our Services.
-
-
- Open Source Projects: Information about
- open-source projects displayed on Opensox.ai remains subject to
- the respective licenses of those projects. We do not claim
- ownership of any third-party project data.
-
- By subscribing to our newsletter, you consent to receive emails
- about open-source trends, funding opportunities, jobs,
- internships, and platform updates. You may unsubscribe at any time
- using the link provided in our emails or through your account
- settings.
-
- AS-IS BASIS: Opensox.ai is provided "AS IS" and
- "AS AVAILABLE" without warranties of any kind, either express or
- implied, including but not limited to:
-
-
-
- Warranties of merchantability or fitness for a particular
- purpose
-
-
- Accuracy, reliability, or completeness of project information
-
-
Uninterrupted, secure, or error-free operation
-
Results or outcomes from using our Services
-
-
- You acknowledge that open-source contribution success depends on
- many factors beyond our control, including your skills, effort,
- and acceptance by project maintainers.
-
-
-
- {/* Section 12 */}
-
-
- 12. Limitation of Liability
-
-
- To the maximum extent permitted by law, Opensox.ai, its founders
- (including Ajeet Pratap Singh), and affiliates shall not be liable
- for any indirect, incidental, special, consequential, or punitive
- damages, including but not limited to loss of profits, data, or
- opportunities, arising from:
-
-
-
Your use or inability to use our Services
-
Any conduct or content of third parties on the platform
-
Unauthorized access to your account or data
-
- Interactions with open-source projects discovered through our
- platform
-
-
-
- Our total liability shall not exceed the amount you paid to
- Opensox.ai in the twelve (12) months preceding the claim, or $100,
- whichever is greater.
-
-
-
- {/* Section 13 */}
-
-
- 13. Indemnification
-
-
- You agree to indemnify, defend, and hold harmless Opensox.ai and
- its affiliates from any claims, damages, losses, liabilities, and
- expenses (including legal fees) arising from:
-
-
-
Your use of our Services
-
Your violation of these Terms
-
Your violation of any rights of another party
-
Your contributions to third-party open-source projects
-
-
-
- {/* Section 14 */}
-
-
- 14. Termination
-
-
- We reserve the right to suspend or terminate your account and
- access to our Services at any time, with or without notice, for:
-
-
-
Violation of these Terms
-
Fraudulent, abusive, or illegal activity
-
Extended periods of inactivity
-
- At our sole discretion if we believe it necessary to protect our
- platform or other users
-
-
-
- You may terminate your account at any time through your account
- settings. Upon termination, your right to use our Services will
- immediately cease, though certain provisions of these Terms will
- survive termination.
-
-
-
- {/* Section 15 */}
-
-
- 15. Changes to Terms
-
-
- We reserve the right to modify these Terms at any time. We will
- notify users of material changes by:
-
-
-
- Posting the updated Terms on this page with a new "Effective
- date"
-
-
- Sending an email notification to registered users (for
- significant changes)
-
-
Displaying a notice on our platform
-
-
- Your continued use of Opensox.ai after changes take effect
- constitutes acceptance of the revised Terms. If you do not agree
- to the changes, you must discontinue use of our Services.
-
-
-
- {/* Section 16 */}
-
-
- 16. Governing Law and Dispute Resolution
-
-
- These Terms shall be governed by and construed in accordance with
- the laws of [Your Jurisdiction], without regard to its conflict of
- law provisions.
-
-
- Any disputes arising from these Terms or your use of Opensox.ai
- shall be resolved through:
-
-
-
- Informal Resolution: Contact us at
- hi@opensox.ai to attempt good-faith resolution
-
-
- Binding Arbitration: If informal resolution
- fails, disputes shall be resolved through binding arbitration
-
-
-
-
- {/* Section 17 */}
-
-
- 17. General Provisions
-
-
- Entire Agreement: These Terms, along with our
- Privacy Policy, constitute the entire agreement between you and
- Opensox.ai.
-
-
- Severability: If any provision of these Terms is
- found to be unenforceable, the remaining provisions will remain in
- full effect.
-
-
- Waiver: Our failure to enforce any right or
- provision of these Terms will not be considered a waiver of those
- rights.
-
-
- Assignment: You may not assign or transfer these
- Terms without our written consent. We may assign our rights and
- obligations without restriction.
-
-
-
- {/* Section 18 */}
-
-
- 18. Contact Information
-
-
- For questions, concerns, or feedback regarding these Terms of
- Service, please contact us:
-