Skip to content

Commit 13ac608

Browse files
committed
docs: update privacy and cookie policies
1 parent a18e2b1 commit 13ac608

File tree

2 files changed

+16
-44
lines changed

2 files changed

+16
-44
lines changed

src/app/legal/cookie-policy/page.tsx

Lines changed: 8 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -23,44 +23,26 @@ const CookiePolicy = () => {
2323

2424
<div className="p-6 space-y-4 transition-colors duration-300">
2525
<p>
26-
This Cookie Policy explains how RepoTree (&quot;we&quot;,
27-
&quot;us&quot;, and &quot;our&quot;) uses cookies and similar
28-
technologies to recognize you when you visit our website at
29-
https://repotree.com (&quot;Website&quot;). It explains what these
30-
technologies are and why we use them, as well as your rights to
31-
control our use of them.
26+
RepoTree does <strong>not use cookies</strong> or any similar tracking technologies on our website (https://ascii-repotree.vercel.app).
3227
</p>
3328

34-
<h2 className="text-xl font-semibold">What are cookies?</h2>
29+
<h2 className="text-xl font-semibold">No Use of Cookies</h2>
3530
<p>
36-
Cookies are small data files that are placed on your computer or
37-
mobile device when you visit a website. Cookies are widely used by
38-
website owners in order to make their websites work, or to work more
39-
efficiently, as well as to provide reporting information.
31+
Our goal is to provide a simple, privacy-friendly experience. We do not place any cookies on your device, including essential, functional, analytical, or advertising cookies.
4032
</p>
4133

42-
<h2 className="text-xl font-semibold">Why do we use cookies?</h2>
34+
<h2 className="text-xl font-semibold">Third-Party Tracking</h2>
4335
<p>
44-
We use first party and third party cookies for several reasons. Some
45-
cookies are required for technical reasons in order for our Website
46-
to operate, and we refer to these as &quot;essential&quot; or
47-
&quot;strictly necessary&quot; cookies. Other cookies enable us to
48-
track and target the interests of our users to enhance the
49-
experience on our Website. Third parties serve cookies through our
50-
Website for advertising, analytics and other purposes.
36+
RepoTree does not embed third-party tracking scripts or services that set cookies. All interactions with GitHub repositories happen client-side using public APIs and do not involve any user-identifiable data.
5137
</p>
5238

53-
<h2 className="text-xl font-semibold">How can I control cookies?</h2>
39+
<h2 className="text-xl font-semibold">Your Privacy Matters</h2>
5440
<p>
55-
You have the right to decide whether to accept or reject cookies.
56-
You can exercise your cookie preferences by clicking on the
57-
appropriate opt-out links provided in the cookie banner or you can
58-
set or amend your web browser controls to accept or refuse cookies.
41+
Since we do not use cookies, there&apos;s no need to manage or opt out of cookie settings. RepoTree was built with privacy by design.
5942
</p>
6043

6144
<p>
62-
If you have any questions about our use of cookies or other
63-
technologies, please email us at privacy@repotree.com.
45+
If you have any questions about our Cookie Policy, feel free to contact us at <a href="mailto:privacy@repotree.com" className="text-blue-500 hover:underline">privacy@repotree.com</a>.
6446
</p>
6547
</div>
6648
</div>

src/app/legal/privacy-policy/page.tsx

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -23,36 +23,26 @@ const PrivacyPolicy = () => {
2323

2424
<div className="p-6 space-y-4 transition-colors duration-300">
2525
<p>
26-
This Privacy Policy explains how RepoTree (&quot;we&quot;,
27-
&quot;us&quot;, and &quot;our&quot;) collects, uses, and protects
28-
your personal data when you visit our website https://repotree.com
29-
(&quot;Website&quot;). It also explains your rights regarding your
30-
data.
26+
This Privacy Policy outlines RepoTree&apos;s approach to your privacy when using our website (https://ascii-repotree.vercel.app).
3127
</p>
3228

33-
<h2 className="text-xl font-semibold">Information We Collect</h2>
29+
<h2 className="text-xl font-semibold">No Data Collection</h2>
3430
<p>
35-
We collect information that you provide directly to us, such as when
36-
you fill out forms or communicate with us. This may include your
37-
name, email address, and any other information you provide.
31+
RepoTree does <strong>not collect, store, or share</strong> any personal data. We do not require account creation or authentication, and we do not use cookies or tracking technologies.
3832
</p>
3933

40-
<h2 className="text-xl font-semibold">How We Use Your Information</h2>
34+
<h2 className="text-xl font-semibold">Third-Party Services</h2>
4135
<p>
42-
We use your information to improve the functionality of our Website
43-
and provide a better user experience. We do not sell your personal
44-
information to third parties.
36+
We may use GitHub&apos;s public APIs to fetch repository data, but this interaction is read-only and does not involve your personal data.
4537
</p>
4638

47-
<h2 className="text-xl font-semibold">Data Security</h2>
39+
<h2 className="text-xl font-semibold">Security and Transparency</h2>
4840
<p>
49-
We take appropriate security measures to protect your personal
50-
information from unauthorized access, alteration, or destruction.
41+
Since we do not collect any data, there is no personal information to secure. RepoTree is designed with simplicity and user privacy as a core principle.
5142
</p>
5243

5344
<p>
54-
For any questions regarding your data or this Privacy Policy, please
55-
contact us at privacy@repotree.com.
45+
If you have any questions about this Privacy Policy, feel free to reach out to us at <a href="mailto:privacy@repotree.com" className="text-blue-500 hover:underline">privacy@repotree.com</a>.
5646
</p>
5747
</div>
5848
</div>

0 commit comments

Comments
 (0)