From bca1f05c916e54e78bc698ab0322d9900905b82a Mon Sep 17 00:00:00 2001 From: kofki <69553679+kofki@users.noreply.github.com> Date: Sun, 25 Jan 2026 06:33:57 -0500 Subject: [PATCH 1/2] Revise README formatting and section headers Updated README.md to enhance formatting and clarity, including section headers and improved descriptions. --- README.md | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 7949c02..5daf6ec 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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. @@ -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. @@ -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/new/main](https://github.com/kofki/CaseForwardAI/blob/main/Security.md)) --- From cdc1b9272bfdb663c4326b092a97fe3b35e3da8b Mon Sep 17 00:00:00 2001 From: kofki <69553679+kofki@users.noreply.github.com> Date: Sun, 25 Jan 2026 07:35:37 -0500 Subject: [PATCH 2/2] Update README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5daf6ec..6378961 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,7 @@ The AI layer implements a novel "Round Table" multi-agent deliberation system po --- -### Security Archetecture can be found [Here](https://github.com/kofki/CaseForwardAI/new/main](https://github.com/kofki/CaseForwardAI/blob/main/Security.md)) +### Security Archetecture can be found [Here](https://github.com/kofki/CaseForwardAI/blob/main/Security.md) ---