> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agentlize.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

# Agentlize

> Nền tảng quản lý dự án cho AI Development Agency.

Agentlize giúp bạn quản lý dự án, đội nhóm và giao tiếp với khách hàng — tất cả trong một dashboard duy nhất.

***

## Tại sao Agentlize?

<CardGroup>
  <Card title="Quản lý dự án trực quan" icon="kanban" href="/projects" />

  <Card title="Phân quyền đội nhóm" icon="users" href="/team" />

  <Card title="Theo dõi deliverables" icon="check-circle" href="/delivery-progress" />

  <Card title="Thông báo email tự động" icon="envelope" href="/email-notifications" />
</CardGroup>

***

## Tech Stack

| Layer    | Technology             |
| -------- | ---------------------- |
| Frontend | Next.js 16 + React 19  |
| Backend  | Cloudflare Workers     |
| Database | Cloudflare D1 (SQLite) |
| Auth     | JWT (HS256) + Lark SSO |
| Email    | Resend API             |
| Styling  | Tailwind CSS v4        |

<Note>
  Agentlize chạy hoàn toàn trên Cloudflare Workers — không sử dụng Node.js APIs.
</Note>

***

## Read Next

<CardGroup>
  <Card title="Bắt đầu nhanh" icon="play" href="/getting-started" />

  <Card title="Tính năng" icon="sparkles" href="/features" />
</CardGroup>
