> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify.com/AppFlowy-IO/AppFlowy/llms.txt
> Use this file to discover all available pages before exploring further.

# Welcome to AppFlowy

> The AI collaborative workspace where you achieve more without losing control of your data

<div
  style={{
background: 'linear-gradient(135deg, #04c7fc 0%, #c418b1 100%)',
padding: '3rem 2rem',
borderRadius: '12px',
color: 'white',
marginBottom: '2rem'
}}
>
  <h1 style={{ fontSize: '3rem', fontWeight: 'bold', marginBottom: '1rem', color: 'white' }}>
    AppFlowy
  </h1>

  <p style={{ fontSize: '1.25rem', marginBottom: '2rem', opacity: 0.95 }}>
    The leading open source alternative to Notion. Bring projects, wikis, and teams together with AI — while keeping control of your data.
  </p>
</div>

## Why AppFlowy?

AppFlowy is an AI-powered collaborative workspace built with privacy and extensibility at its core. Whether you're managing projects, building wikis, or organizing teams, AppFlowy gives you the tools to achieve more without vendor lock-in.

<CardGroup cols={3}>
  <Card title="Privacy First" icon="shield" iconType="solid">
    Your data stays under your control. Self-host or use our cloud with end-to-end encryption.
  </Card>

  <Card title="AI-Powered" icon="wand-magic-sparkles" iconType="solid">
    Built-in AI chat, search, and content generation to supercharge your productivity.
  </Card>

  <Card title="Open Source" icon="code" iconType="solid">
    AGPL-3.0 licensed. Extend, customize, and build on top of AppFlowy.
  </Card>
</CardGroup>

## Get Started

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/getting-started/quickstart">
    Get up and running with AppFlowy in minutes
  </Card>

  <Card title="Installation" icon="download" href="/getting-started/installation">
    Download AppFlowy for Desktop, iOS, or Android
  </Card>

  <Card title="Self-Hosting Guide" icon="server" href="/self-hosting/overview">
    Deploy AppFlowy on your own infrastructure
  </Card>

  <Card title="Developer Guide" icon="code" href="/developer/architecture">
    Build from source and contribute to AppFlowy
  </Card>
</CardGroup>

## Core Features

<CardGroup cols={2}>
  <Card title="Documents" icon="file-lines" href="/core/documents">
    Rich text editing with blocks, tables, and embeds
  </Card>

  <Card title="Databases" icon="table" href="/core/databases">
    Organize data with Grid, Board, and Calendar views
  </Card>

  <Card title="AI Features" icon="sparkles" href="/ai/ai-chat">
    AI chat, search, and RAG-powered insights
  </Card>

  <Card title="Collaboration" icon="users" href="/collaboration/sharing">
    Real-time editing with granular permissions
  </Card>
</CardGroup>

## Built With

AppFlowy combines the performance of Rust with the beautiful UI of Flutter:

* **Frontend**: Flutter for native cross-platform experiences
* **Backend**: Rust for security, performance, and reliability
* **Sync**: Real-time collaboration powered by CRDT technology
* **AI**: Local and cloud AI models for privacy-first intelligence

## Community

Join thousands of users and contributors building the future of collaborative workspaces:

<CardGroup cols={3}>
  <Card title="GitHub" icon="github" href="https://github.com/AppFlowy-IO/AppFlowy">
    Star us on GitHub
  </Card>

  <Card title="Discord" icon="discord" href="https://discord.gg/9Q2xaN37tV">
    Join our community
  </Card>

  <Card title="Twitter" icon="twitter" href="https://twitter.com/appflowy">
    Follow for updates
  </Card>
</CardGroup>
