AppFlowy

Active
GitHub Dart AGPL-3.0

Description

AppFlowy is an open-source Notion alternative with AI workflows, knowledge base, kanban and multi-device sync, usable as agent long-term memory.

Key Features

  • Self-hostable — full data ownership, deploys locally or on a private server
  • AI assistant — built-in AI for writing, summarizing, translating and table generation
  • Knowledge base — nested pages, databases, linked views for structured notes
  • Kanban and calendar — built-in kanban, calendar and grid views for project management
  • Cross-platform — macOS, Windows, Linux, iOS, Android and web
  • Extensible plugins — plugin framework to integrate third-party AI models and data sources

Use Cases

💡 Giving an AI agent long-term memory by structuring user preferences and history
💡 Building a self-hosted team knowledge base as a Notion alternative
💡 Acting as a project management workflow engine that integrates with IDEs / task systems
💡 Personal/team notes with AI auto-summarization and Q&A

Quick Start

# macOS install
brew install AppFlowy

# Self-host with Docker
docker run -d --name appflowy \
  -p 5432:5432 -p 80:80 \
  appflowyio/appflowy_cloud

Related Projects