An open API service indexing awesome lists of open source software.

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.

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/
```