Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 15 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@

---

## Description
## ✨ Description

CaseForward takes documents from multiple channels (web uploads, email, call transcripts), processes them through AI specialists who deliberate on findings, and generates action cards for attorney creating an efficient workflow that bridges the gap between AI-powered analysis and human legal expertise.

---

## Installation
## πŸš€ Installation

### Prerequisites
### πŸ“‹ Prerequisites
- Node.js 18+
- MongoDB Atlas or local instance
- Google AI API Key (Gemini)
Expand Down Expand Up @@ -93,22 +93,24 @@ npm run dev
**6. Access the Application**
Open `http://localhost:3000` in your browser.


---

### Tech Stack
## 🧩 Tech Stack

| Category | Technologies |
|----------|--------------|
| **Frontend** | Next.js 16, React 19, TypeScript, Tailwind CSS |
| **Backend** | Next.js API Routes, MongoDB, Mongoose |
| **AI** | Google Gemini 2.5, Vercel AI SDK, Zod |
| **Storage** | Cloudflare R2, Cloudflare Workers |
| **Auth** | Auth0 |
| **Dev Tools** | ESLint, TSX, pnpm/npm |
| πŸ–ΌοΈ **Frontend** | Next.js 16, React 19, TypeScript, Tailwind CSS |
| βš™οΈ **Backend** | Next.js API Routes, MongoDB, Mongoose |
| πŸ€– **AI** | Google Gemini 2.5, Vercel AI SDK, Zod |
| ☁️ **Storage** | Cloudflare R2, Cloudflare Workers |
| πŸ” **Auth** | Auth0 |
| πŸ› οΈ **Dev Tools** | ESLint, TSX, pnpm/npm |


---

## Architecture
## πŸ—οΈ Architecture

CaseForward AI follows a modern serverless architecture with clear separation between the client application, server APIs, AI orchestration layer, and storage services.

Expand Down Expand Up @@ -153,7 +155,7 @@ CaseForward AI follows a modern serverless architecture with clear separation be
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
```

### AI Layer
### 🧠 AI Layer

The AI layer implements a novel "Round Table" multi-agent deliberation system powered by Google Gemini.

Expand All @@ -176,8 +178,7 @@ The AI layer implements a novel "Round Table" multi-agent deliberation system po

---

**Security Archetecture**
- More information can be found: [link](https://github.com/kofki/CaseForwardAI/new/main)
### Security Archetecture can be found [Here](https://github.com/kofki/CaseForwardAI/blob/main/Security.md)

---

Expand Down
Loading