Dashboard Pages
Detailed reference for every page in the web dashboard.
Dashboard (/)
Your home screen -- see how your documents are performing at a glance.
The landing page provides an at-a-glance overview and quick access to every skill.
Stats Cards
Four summary cards across the top:
| Card | Description |
|---|---|
| Total Reviews | Count of saved reviews in localStorage |
| Average Score | Mean score across all saved reviews |
| High Risk Clauses | Total clauses scoring above the risk threshold |
| Skills Available | Number of skills registered in the system |
Quick Launch
Ten quick-launch cards for the most common workflows:
- Contract Review -- full clause-by-clause analysis
- Employment -- ERA 2025 and Equality Act compliance
- IR35 -- HMRC CEST-aligned status determination
- Compliance -- multi-framework regulatory audit
- Corporate -- Companies Act 2006 and ECCTA 2023 review
- Property -- leases, ASTs, commercial property
- GDPR Audit -- UK GDPR, DPA 2018, PECR deep-dive
- Tenancy -- Renters' Rights Act 2025 compliance
- IP -- intellectual property review
- Wills & Probate -- Wills Act 1837, IHT planning
Each card links directly to the Upload & Review page with the relevant skill pre-selected.
Recent Activity
A table of the most recent reviews showing document name, review type, date, and score badge colour-coded by grade.
Upload & Review (/review)
The main event -- upload a document and get it analysed.
The primary analysis page.
Document Input
Two input methods:
- File upload -- drag-and-drop or click to browse. Accepts
.pdf,.docx,.txt, and.mdfiles. - Paste text -- switch to the text tab and paste document content directly.
Skill Selector
A dropdown grouped by 10 categories:
| Category | Skills |
|---|---|
| Contract Analysis | Contract Review, Risk Analysis, Contract Compare, Negotiate, Missing Protections, Plain English |
| Property Law | Property Law |
| Document Generation | NDA Generator, Terms of Service, Privacy Policy, Agreement Generator, Freelancer Review |
| Compliance & Reporting | Compliance Audit, PDF Report, Legislation Tracker |
| Employment & Corporate | Employment Review, Corporate Review, AML Compliance, IR35 Assessment |
| Consumer & ESG | Consumer Compliance, ESG Compliance, Dispute Resolution |
| Platform Tools | AI Compliance |
| Specialist | GDPR Deep-Dive, Tenancy Review, IP Review, Debt Recovery, Immigration Compliance, Wills & Probate |
| Business Intelligence | Benchmark, Due Diligence, Board Pack, Regulatory Calendar |
Analysis Flow
- Upload a document or paste text
- Select a skill from the dropdown
- Click Analyse
- A progress bar shows the current stage (in live mode, this is real-time SSE streaming; in demo mode, a 2-second simulation)
- On completion, you are redirected to the review detail page
SSE Streaming
In live mode, the progress bar reflects actual analysis stages: Connecting, Analysing clauses, Reviewing provisions, Scoring risks, Finalising recommendations, Complete.
Compare (/compare)
See exactly what changed between two versions of a contract.
Side-by-side contract version comparison.
Upload Zones
Two upload areas:
- Version 1 (Original) -- upload or paste the original contract
- Version 2 (Revised) -- upload or paste the amended version
Both accept .pdf, .docx, .txt, and .md files, or pasted text.
Results
Each change is displayed as a card showing:
| Field | Description |
|---|---|
| Section | The clause reference (e.g., "Clause 3.4 -- Payment Terms") |
| Type badge | Added, Removed, or Modified |
| Favourability | Favours You, Favours Other Party, or Neutral |
| Before/After text | The original and revised clause text |
| Risk assessment | Plain-English explanation of the change's impact |
A summary bar at the top shows total changes, counts by favourability, and an overall assessment.
Demo Mode
In demo mode, the compare page shows a pre-loaded comparison of an IT Services Agreement v1.0 vs v2.0 with 10 changes (6 favour you, 2 favour the other party, 2 neutral).
Legislation (/legislation)
Look up any UK law directly -- no need to visit legislation.gov.uk.
Search and browse UK legislation from legislation.gov.uk.
Search
- Search box -- enter keywords (e.g., "Companies Act", "data protection")
- Type filter -- dropdown to filter by legislation type (e.g., Public General Acts, Statutory Instruments)
Results
A list of matching statutes showing title, type, year, and number. Click a result to view:
- Full metadata (enacted date, extent, parts count)
- Full text of the statute
- Links to specific sections
Data Source
Searches query the legislation.gov.uk API via the local MCP server, covering 8.4M+ UK statutes. No API key is required -- the data is published under the Open Government Licence v3.0.
Skills (/skills)
Browse all 33 analysis capabilities and launch the one you need.
Browse the full skill catalog.
Layout
9 expandable category cards, each listing the skills in that category. Every skill entry shows:
- Skill name (e.g., "Contract Review")
- Command (e.g.,
/legal review) - Description -- what the skill does
- "Use this skill" link -- navigates to the Upload & Review page with the skill pre-selected
Skill Count
38 skills across 11 categories:
| Category | Count |
|---|---|
| Case Law | 1 |
| Contract Analysis | 7 |
| Property Law | 1 |
| Document Generation | 5 |
| Compliance & Reporting | 4 |
| Employment & Corporate | 4 |
| Consumer & ESG | 3 |
| Platform Tools | 1 |
| Specialist | 6 |
| Business Intelligence | 5 |
| Utility | 1 |
Generate (/generate)
Create legal documents from scratch -- NDAs, terms, privacy policies.
Generate legal documents from templates.
Templates
Five document types:
| Template | Description |
|---|---|
| NDA | Mutual, one-way, employee, or vendor non-disclosure agreement |
| Terms of Service | Website/app terms, UK GDPR and PECR compliant |
| Privacy Policy | Data collection-aware policy referencing ICO as supervisory authority |
| Business Agreement | Freelancer contracts, partnerships, SOWs, MSAs |
| Board Pack | Companies Act compliant board minutes, resolutions, appointments |
Each template presents a form for key parameters (party names, dates, specific options), then generates a complete Markdown document.
History (/history)
Find and manage all your past analyses.
Search and manage saved reviews.
Features
- Search -- filter reviews by document name
- Type filter -- dropdown to show All, Contract, Employment, IR35, or Compliance reviews
- Score badges -- colour-coded by grade (green for A/B, amber for C, red for D/F)
- Sorted by date -- most recent first
- Delete -- remove individual reviews from localStorage
Local Storage Only
Reviews are stored in your browser's localStorage. Clearing browser data or switching browsers will remove your review history.
Settings (/settings)
Set up your API key and customize the look and feel.
Configuration page for the dashboard.
API Key
- Text input with show/hide toggle (eye icon)
- Test Connection button -- validates the key against
/api/anthropic/validate - Success/failure feedback displayed inline
Mode Toggle
Switch between Demo and Live mode. Live mode requires a valid API key.
Theme
Three options:
- Light -- light background, dark text
- Dark -- dark background, light text
- System -- follows your OS preference
About
Displays:
- Dashboard version
- Number of skills and agents
- Jurisdiction (England & Wales)
- Links to the GitHub repository