Need AI Training/Help?CloudYeti.io/meet
MarkdownMe
Leaving Notion guide

Open-Source Notion Alternatives That Import Your Pages

AppFlowy, AFFiNE, Logseq, and Joplin compared by license and by which Notion export each one imports. Plus where Anytype and Obsidian fit.

Direct answer

AppFlowy (AGPL-3.0) imports a Notion workspace export zip. AFFiNE (MIT outside its backend and native packages) imports an HTML export zip. Logseq (AGPL-3.0) and Joplin (AGPL-3.0-or-later) have no official Notion importer, so you bring a cleaned Markdown export. Anytype imports through a Notion API token but is source-available, not open source. Obsidian is closed source, though its Notion Importer plugin is MIT licensed.

Open the Notion export cleaner

When to use this

  • You want to leave Notion for an app whose code you can read and self-host.
  • You need to know which export format each app expects before you export.
  • You care about the license, not just the price.

Steps

  1. AppFlowy (AGPL-3.0, self-hostable). Export the whole workspace and upload the zip at appflowy.io/compare/notion-vs-appflowy. You get an email when it's done, and the content lands in a new workspace named after the zip. Its importer code reads the Markdown & CSV format.
  2. AFFiNE (MIT outside packages/backend and packages/common/native, self-hostable). Export as HTML with subpages, then use Import, then Notion. Some users report the import freezing, so try a small export first.
  3. Logseq (AGPL-3.0). No official importer. Export Markdown & CSV, clean it in Clean export (.zip) with [[wiki links]] on, and copy the files into your graph. Community scripts such as Notion2Logseq also exist.
  4. Joplin (AGPL-3.0-or-later, except its server package). No Notion importer. Joplin imports Markdown, so clean the Markdown & CSV export first and import the folder.
  5. Not open source: Anytype is source-available and imports with a Notion API token from Space settings, then Import, then Notion. Obsidian is closed source and imports an HTML zip or an API token.

Example

Before
Notion export (Markdown & CSV)
  Roadmap 8a1b2c3d4e5f60718293a4b5c6d7e8f9.md
  Tasks 0f1e2d3c4b5a69788796a5b4c3d2e1f0.csv
After
AppFlowy: upload the zip as is
Logseq or Joplin: Roadmap.md and Tasks.md, a Markdown table
AFFiNE: export again as HTML

Common mistakes

  • Match the export to the app. AppFlowy reads Markdown & CSV, while AFFiNE and Obsidian's zip route expect HTML.
  • Anytype's license allows non-commercial use, and commercial use only in its Allowed Networks. Read it before a team rollout.
  • Every route loses something. Anytype turns @mentions into plain text and imports formulas and rollups as values. Check a sample before you move everything.

Tools for this job

FAQ

Which open-source app imports Notion databases?
AppFlowy's importer reads the database CSV files, and simple databases become grids. Logseq and Joplin get static Markdown tables from the cleaner.
Which ones can I self-host?
AppFlowy and AFFiNE both describe themselves as self-hostable. Logseq and Joplin keep your notes as local files, and Joplin can sync through Nextcloud, Dropbox, OneDrive, or Joplin Cloud.
What do they cost?
As of September 2026, AppFlowy's free cloud plan covers 1 workspace, 2 members, and 5 GB. Joplin's app is free and Joplin Cloud Basic is €2.99 a month. Logseq is free.
Is Obsidian open source?
No. The Obsidian app is closed source. Its Importer plugin, which handles Notion, is MIT licensed.

Sources

Checked September 2026.

More guides for leaving Notion