Beta v0.1.1

Legal Policy Intelligence
for the Modern Enterprise

Analyze Terms of Service and Privacy Policies with AI-powered extraction. Identify concerning clauses across multi-domain company infrastructure in seconds.

$ policyboom exec "scan('dropbox.com').summarizeHigh()"
Scanning dropbox.com for policy documents...
Found 3 policy documents
Extracting clauses with AI (Llama 3.3 70B)...

HIGH Forced arbitration for US residents
HIGH User data may be inaccessible after termination
MEDIUM Third-party data sharing in Privacy Policy

2 high-risk findings | 3 medium | 1 low

Join the Beta Program

Get early access to PolicyBoom and help shape the future of legal policy analysis

Request Beta Access

Enter your email to receive setup instructions and be notified of updates.

You're In!

Welcome to the beta!

Getting Your Free AI API Key

  1. Visit api.together.ai and create a free account
  2. Navigate to Settings > API Keys and generate a new key
  3. Run policyboom setup and paste your API key when prompted
  4. Your key is stored locally at ~/.policyboom/config.json (never shared)

Together AI offers a generous free tier. PolicyBoom uses Meta's Llama 3.3 70B model for intelligent clause extraction.

Quick Start Guide

Get PolicyBoom running in under 2 minutes

1

Install from PyPI

PolicyBoom is available on the Python Package Index

pip install policyboom
2

Configure API Key

Set up your Together AI key for AI-powered extraction

policyboom setup
3

Scan a Domain

Analyze any company's legal policies instantly

policyboom exec "scan('slack.com').summarizeHigh()"
4

Filter by Category

Focus on specific risk categories

policyboom exec "scan('dropbox.com').category('arbitration')"

Common Use Cases

View All High-Risk Findings

policyboom exec "scan('dropbox.com').summarizeHigh()"

Get Full Analysis with Metadata

policyboom exec "scan('notion.com').summarizeAll().metadata()"

Filter by Data Sale Clauses

policyboom exec "scan('slack.com').category('dataSale')"

Export Results to JSON

policyboom export <scan_id> --format json

Build from Source

For developers who want to contribute or customize

# Clone the repository git clone https://github.com/vikramm2/policyBoom # Enter the PolicyBoom directory cd policyBoom/policyboom # Create and activate virtual environment python3 -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate # Install in development mode pip install -e . # Configure your API key policyboom setup # Verify installation policyboom --help # Run your first scan policyboom exec "scan('dropbox.com').summarizeHigh()"

Open Source & Community

PolicyBoom is open source. We welcome contributions from developers worldwide.

Contribute to PolicyBoom

Help us build the future of legal policy intelligence. Whether you're fixing bugs, adding features, or improving documentation - every contribution matters.

124
Commits
12
Modules
2.5k
Lines of Code
View on GitHub