Polirizer

Overview
Polirizer is a user-friendly Chrome extension that uses AI models (GPT-4o-mini, Claude, etc.) to analyze and summarize privacy policies. It highlights key points (data collection, usage, sharing) so users can quickly understand legal documents.
Features
- AI Summarization: Uses GPT-4o and Claude to generate structured summaries.
- Categorized Output: Organizes info by category (data collected, usage, rights).
- Emoji Indicators: Visually enhances summaries with emojis for clarity.
- Dark Mode: A dark theme for comfortable reading.
- Settings Modal: Manage API keys and extension options.
Tech Stack
- Extension Framework: React.js with TypeScript for UI.
- AI Models: Integrates OpenAI GPT-4o-mini and Anthropic Claude via REST APIs.
- Authentication: Token-based API key management.
- Styling: Tailwind CSS for UI components.
- Storage: LocalStorage for user settings and limited free usage.
Installation
- Clone:
https://github.com/sahaib/Polirizer.git. - Install:
npm install. - Build:
npm run buildand load thebuildfolder as an unpacked extension in Chrome. - Use the extension icon on any privacy policy page to view a summary.