Skip to content

Commit 73d136b

Browse files
committed
feat: add privacy policy
1 parent 2a319b1 commit 73d136b

File tree

10 files changed

+70
-2
lines changed

10 files changed

+70
-2
lines changed

app/_constants/footer.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,8 @@ export const FOOTER_MENU_LINKS = (lang: string) => [
1515
path: `/${lang}/about`,
1616
label: 'About'
1717
},
18+
{
19+
path: `/${lang}/privacy`,
20+
label: 'Privacy Policy'
21+
},
1822
]

content/en/_meta.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ export default {
2525
sidebar: false,
2626
typesetting: 'article',
2727
}
28-
},
28+
}
2929
}

content/en/privacy.mdx

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
---
2+
title: "Privacy Policy"
3+
description: "Privacy policy regarding the use of UX Patterns for Devs content with ChatGPT and other AI models"
4+
---
5+
6+
# Privacy Policy for ChatGPT Integration
7+
8+
Last updated: December 12, 2024
9+
10+
## Overview
11+
12+
This privacy policy explains how UX Patterns for Devs ("we", "us", or "our") handles content when it is accessed through ChatGPT or other AI models via our API.
13+
14+
## Data Collection and Usage
15+
16+
### Content Access
17+
18+
- Our API provides access to public documentation, blog posts, and pattern descriptions from UX Patterns for Devs
19+
- No personal user data is collected or processed through this integration
20+
- Content is provided in a read-only format
21+
22+
### API Authentication
23+
24+
- Access to our API requires an authentication key
25+
- API keys are used solely for access control and usage monitoring
26+
- We do not track individual usage patterns or store query data
27+
28+
## Data Sharing
29+
30+
### With OpenAI
31+
32+
- Content provided through our API may be processed by OpenAI's models
33+
- We do not receive or store any user conversations from ChatGPT
34+
- Only publicly available documentation content is shared
35+
36+
### Third Parties
37+
38+
- We do not share any data with third parties
39+
- All content accessed through the API is already publicly available on our website
40+
41+
## Content Usage Rights
42+
43+
### Permitted Use
44+
45+
- Content may be used for reference and learning purposes
46+
- Attribution to UX Patterns for Devs is appreciated but not required
47+
- Content should not be represented as original AI-generated material
48+
49+
### Limitations
50+
51+
- Content should not be used to train AI models without explicit permission
52+
- Bulk scraping or automated content collection is not permitted
53+
- Commercial redistribution of our content requires prior written consent
54+
55+
## Updates to This Policy
56+
57+
We may update this privacy policy from time to time. Any changes will be posted on this page with an updated revision date.
58+
59+
## Contact Us
60+
61+
If you have any questions about this privacy policy or our ChatGPT integration, please contact us:
62+
63+
- GitHub Issues: [Create an issue](https://github.com/thedaviddias/ux-patterns-for-developers/issues/new)
64+
- Twitter: [@thedaviddias](https://x.com/thedaviddias)
1.26 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
14.7 KB
Binary file not shown.

public/_pagefind/pagefind-entry.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version":"1.2.0","languages":{"en":{"hash":"en_6b74d2e61b","wasm":"en","page_count":6}}}
1+
{"version":"1.2.0","languages":{"en":{"hash":"en_f18ebfb340","wasm":"en","page_count":7}}}
144 Bytes
Binary file not shown.
142 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)