What's new

Changelog

All notable changes to ContractAI

v1.9.0
Latest
July 29, 2026
Added
  • +Full Admin Panel with real-time stats (auto-refresh 30s)
  • +Admin user management: change plan, reset usage, make admin, delete
  • +Admin platform settings: AI provider config, rate limits, feature toggles, maintenance mode
  • +AI Contract Negotiation — paste any contract, get counter-proposals by perspective
  • +Password Reset via email (Resend)
  • +Delete Account with confirmation dialog
  • +Editable Profile page (name, stats)
  • +Send to AI from contracts list — preloads contract into AI chat
  • +Upload contract file in AI chat for review/modification
  • +Blank template mode — generate printable contracts with fill-in blanks
  • +Help & Docs page with feature guides, FAQ, technical docs links
  • +Real-time notifications from activity log
  • +Real analytics charts from database (not mock data)
  • +Contract Expiry Monitor dashboard widget
  • +Client Portal public page (/portal/[id])
  • +Public REST API v1 (/api/v1/generate, /api/v1/analyze)
  • +Webhooks system (7 events, HMAC-SHA256)
  • +Clause Library (save/reuse legal clauses)
  • +Word (.docx) export alongside PDF
  • +Docker + docker-compose (dev & production)
  • +GitHub Actions CI/CD pipeline
  • +OpenAPI 3.0 specification
  • +Postman Collection + ER Diagram + Architecture Diagrams
Fixed
  • ~Google OAuth (unpooled DB connection for NextAuth adapter)
  • ~React hydration error #425 (Suspense wrapper for useSearchParams)
  • ~Missing PWA icons 404 error
  • ~Navbar Templates/Docs links now point to real pages
v1.8.0July 28, 2026
Added
  • +12 contract languages (EN, RU, DE, FR, ES, IT, PT, ZH, AR, JA, KO, UK)
  • +Groq AI provider (free tier — Llama 3.3 70B)
  • +Model selector UI in generate page
  • +5 AI providers total: Groq, OpenAI, Claude, Gemini, xAI Grok
  • +Onboarding tour (5-step animated)
  • +Mobile sidebar with hamburger menu
  • +Command palette (⌘K)
  • +Bulk contract generation (CSV upload → 50 contracts)
  • +Streaming AI generation endpoint
Fixed
  • ~Deprecated Mixtral model replaced with Llama 3.3
v1.7.0July 27, 2026
Added
  • +Email notifications via Resend (signature request, signed, welcome)
  • +Contracts list: search, filter by status, sort, rename, duplicate, archive
  • +Analytics charts with real database data
  • +Notifications panel with real activity log data
  • +Paywall component with upgrade screen
  • +Stripe billing integration (Free/Pro/Enterprise)
v1.6.0July 26, 2026
Added
  • +AI Chat Generator (describe contract in plain language)
  • +Step-by-step wizard (4-step contract creation)
  • +AI Risk Analysis with fix suggestions
  • +AI Chat panel in editor (ask questions about contract)
  • +E-signature flow with canvas drawing + audit trail
  • +TipTap rich text editor with auto-save, version history
  • +PDF export (pdf-lib)
  • +Templates page (12 built-in templates)
  • +Template Marketplace UI
v1.5.0
Initial release
July 25, 2026
Added
  • +Next.js 14 App Router project setup
  • +TypeScript + Tailwind CSS + Shadcn/UI
  • +PostgreSQL + Prisma ORM (15 models)
  • +NextAuth v5 (Google, GitHub, Email/password)
  • +Landing page with hero, features, pricing, testimonials, FAQ
  • +Dashboard with stats, recent contracts, activity log
  • +Dark/light/system theme