Skip to content
Open
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
20 changes: 17 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,26 @@ The architecture prioritizes:
- Beginner-friendly open-source contribution

---
## πŸ“š Table of Contents

- [About The Platform](#-about-the-platform)
- [Features](#-features)
- [High-Level Architecture](#-high-level-architecture)
- [Complete Platform Workflow](#-complete-platform-workflow)
- [Backend-to-Frontend Detailed Architecture](#-backend-to-frontend-detailed-architecture)
- [Security & Privacy Architecture](#-security--privacy-architecture)
- [API Architecture](#-api-architecture)
- [Project Structure](#-project-structure)
- [Tech Stack](#️-tech-stack)
- [Scalability Design](#-scalability-design)
- [Installation & Setup](#️-installation--setup)
- [Usage Guide](#️-usage-guide)
- [Contributing](#-contributing)
- [License](#-license)

# ✨ Features

| Feature | Description |
|---|---|
|---------|-------------|
| πŸ“ Anonymous Publishing | Create, edit, and manage content without exposing identity |
| 🌍 AI Translation | Translate content into multiple Indian languages |
| ✏️ AI Grammar Enhancement | Improve text quality before publishing |
Expand All @@ -45,7 +60,6 @@ The architecture prioritizes:
| πŸ“š NGO Resource Hub | Browse verified support organizations |
| ⚑ Serverless APIs | Lightweight backend using Netlify Functions |
| πŸ›‘οΈ Abuse Protection | Rate limiting and secured API access |

---

# πŸ—οΈ High-Level Architecture
Expand Down
Loading