The definitive legal document intelligence platform - Transform complex legal documents into clear, actionable insights with AI-powered analysis.
Clausea democratizes legal understanding by making complex privacy policies, terms of service, and contracts accessible to everyone. We help:
- Individuals understand what they're agreeing to before signing up
- Small businesses assess vendor risks without expensive legal review
- Enterprise teams automate compliance monitoring and contract review
- Developers integrate legal intelligence into their applications
- Plain Language Summaries: Complex legal jargon made accessible
- Risk Scoring: Get quantified risk assessments (0-10 scale)
- Compliance Checking: Verify GDPR, CCPA, and other regulatory compliance
- Document Analysis: Upload any legal document for instant AI analysis
- Change Monitoring: Track policy changes across websites
- Comparison Tools: Side-by-side policy comparisons
- Multi-Model AI: Combines GPT-4, Claude, and specialized models
- Real-time Processing: <10 second analysis for standard documents
- 95%+ Accuracy: Validated against legal expert annotations
- API-First: RESTful API with webhook support
- Enterprise Ready: SOC2 compliance, data encryption, team collaboration
- Python 3.11+ with uv
- Node.js 18+ with bun
- MongoDB (local or cloud)
- OpenAI API key and Anthropic API key
We provide a comprehensive Makefile for easy development setup and workflow:
git clone https://github.com/lvndry/clausea.git
# Complete project setup (recommended for new developers)
make setupFor a complete list of commands, run make help.
# Backend environment
cp apps/backend/.env.example apps/backend/.env
# Edit with your API keys and database URLs
# Frontend environment
cp apps/frontend/.env.example apps/frontend/.env
# Edit with your Clerk and API configuration# Start both frontend and backend
make dev
# Or run individual components
make run-backend # Backend only
make run-frontend # Frontend only- Frontend: http://localhost:3000
- Backend API: http://localhost:8000
- API Docs: http://localhost:8000/docs
# Start Streamlit dashboard
make run-streamlit- Streamlit Dashboard: http://localhost:8501 (see Streamlit Setup Guide)
This project is licensed under the AGPL-3.0 License. See the LICENSE file for details.
- Email: lvndry@proton.me
Built with ❤️ by the Clausea team
Making legal intelligence accessible to everyone.