https://github.com/alext101/privacy-pilot
AI-powered Chrome extension that scans, analyzes, and simplifies a website's Terms of Use and Privacy Policy in the click of a button. Won Google Cloud - Overall and Best Use of MongoDB Atlas at the AI ATL 2024 Hackathon.
https://github.com/alext101/privacy-pilot
ai chrome-extension privacy-protection terms-and-conditions
Last synced: 3 months ago
JSON representation
AI-powered Chrome extension that scans, analyzes, and simplifies a website's Terms of Use and Privacy Policy in the click of a button. Won Google Cloud - Overall and Best Use of MongoDB Atlas at the AI ATL 2024 Hackathon.
- Host: GitHub
- URL: https://github.com/alext101/privacy-pilot
- Owner: AlexT101
- Created: 2024-10-26T02:05:48.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-27T02:56:27.000Z (8 months ago)
- Last Synced: 2025-03-23T10:35:31.172Z (3 months ago)
- Topics: ai, chrome-extension, privacy-protection, terms-and-conditions
- Language: TypeScript
- Homepage: https://devpost.com/software/privacy-extension-your-privacy-rights-at-a-glance
- Size: 214 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PrivacyPilot
Tired of not knowing what you're signing up for? Privacy Pilot scans any website on the internet in the click of a button. We find and analyze all relevant legal information for you so you can accept any Terms & Conditions or Privacy Policy agreement with confidence. Our Chrome Extension provides a convenient sidebar next to the website you're browsing so you can pull up all relevant information without even leaving the page. Plus, our fully anonymized platform never collects your personal data and only runs when you want it to.
This is the frontend repo for our project built for AI ATL 2024.
## Technologies Used
- Vite
- React
- Typescript
- HTML
- CSS + Tailwind
- Shadcn UI (Radix UI)## How to Use
### Clone project
```bash
git clone https://github.com/AlexT101/privacy-pilot
```### Install dependencies
```bash
npm install
```### Build the project
```bash
npm run build
```### Upload
Upload the dist folder generated by building the project to Chrome Extensions (enter the link below into your Chrome browser). You will have to enable developer mode and use "Load unpacked" to upload the code.
```
chrome://extensions/
```