Ross AIDocs

Ross AI

AI-powered contract review. Upload a PDF and get a plain English summary and key obligations in seconds.

Ross AI

Contract review for lawyers, powered by GPT-4o. Upload a text-based PDF and receive a structured Summary and Key Obligations — streamed word by word.

Ross AI is a proof-of-concept. Output is not legal advice and must not replace review by a qualified attorney.

Open the app

Use the live deployment to analyze a contract:

Open Ross AI →

Quickstart

Five steps from zero to your first analysis:

  1. Clone the repo and run npm install
  2. Copy .env.example to .env.local and set OPENAI_API_KEY
  3. Run npm run dev and open http://localhost:3000/analyze
  4. Upload a text-based PDF (under 4MB)
  5. Click Analyze Contract — results stream into the right panel

See Setup for detailed instructions.

How it works

PDF upload → text extraction (unpdf) → GPT-4o → streamed [SUMMARY] + [OBLIGATIONS]

The OpenAI API key stays on the server. Your browser never sees it.

TopicPage
AI pipeline walkthroughHow it works
Local developmentSetup
Vercel productionDeployment
System designArchitecture
HTTP APIPOST /api/review
Error codesErrors