---
title: "04 Free and Pro Plans"
canonical_url: https://mdflow.cz/share/c/h0L7MvX5Cy5sST3qPnApqHOmrQ36JTVy169qJMtDMya9Kc30zm04cg9OuPSSPwvj/b55abc0c-ac5d-44cb-b5a5-22b3cc04a69f
md_url: https://mdflow.cz/share/c/h0L7MvX5Cy5sST3qPnApqHOmrQ36JTVy169qJMtDMya9Kc30zm04cg9OuPSSPwvj/b55abc0c-ac5d-44cb-b5a5-22b3cc04a69f.md
visibility: public
---

# Free and Pro Plans

MDflow has two plans: a **Free** plan and **Pro** at **€4.99 per month**. Pro starts with a **7-day free trial** and no card required to begin.

## At a glance

| | Free | Pro |
| --- | --- | --- |
| Price | Free forever | €4.99 / month |
| Trial | — | 7 days, no card to start |
| Markdown documents | 100 | 10,000 |
| Image uploads | 5 | 10,000 |
| Workspaces | Unlimited | Unlimited |
| Folders, subfolders, search | Yes | Yes |
| Collections | Yes | Yes |
| Tasks | Yes | Yes |
| Public sharing links | Yes | Yes |
| Comments | Yes | Yes |
| Document encryption | Yes | Yes |
| Import and export | Yes | Yes |
| GitHub and Google Drive integrations | Yes | Yes |
| **Version history** | No | Yes |
| **Autosave** | No | Yes |
| **Private sharing by email** | No | Yes |
| **Knowledgebase collection shares** | No | Yes |
| **Custom domain** | No | Yes |
| **Personal Access Tokens** | No | Yes |
| **HTTP API** | No | Yes |
| **Remote MCP server** | No | Yes |

## What the Free plan is genuinely good for

The Free plan is not a crippled demo. You get unlimited workspaces, the full editor, nested folders, collections, search, tasks, encryption, public sharing with comments, the GitHub and Google Drive integrations, and full import and export. For a single person writing and publishing markdown, it is a complete product.

The limits you will meet first are **100 documents** and **5 uploaded images**. See [02 Limits and Quotas](/doc/64c23a82-faef-4071-9bb3-10ce83bf8faa).

## What Pro is for

Pro exists for two kinds of people.

**Writers who want a safety net and reach:**

- **Version history** — every save captures the previous version, with line-by-line diffs and non-destructive restore. See [06 Version History](/doc/9c6737c5-cb49-4eb8-83c8-d9a72e36fa3c).
- **Autosave** — saves a few seconds after you stop typing, per document. See [05 Saving, Autosave and Drafts](/doc/681a938a-ae3f-42cb-9b1e-5450722ac952).
- **Private sharing by email** — share a document or a whole collection with named people instead of a public link. See [02 Private Sharing by Email](/doc/2f9bcf96-ec27-400c-bd59-8d67391a8cf6).
- **Knowledgebase collection shares** — a shared collection with a homepage and full-text search.
- **Custom domain** — serve your share links from your own domain. See [03 Custom Domain](/doc/a0c060cd-1a28-4b36-89ec-63c6763d31ce).

**Anyone connecting MDflow to code or AI:**

- **Personal Access Tokens**, the **HTTP API**, and the **remote MCP server**. See [01 Personal Access Tokens](/doc/bdefa552-e9b6-4382-a479-91615474cf69).

This last point has a consequence worth understanding clearly, because it is not obvious:

> **Anything that authenticates with a Personal Access Token requires Pro.** That includes the Web Clipper browser extension, the VS Code and Cursor extension, the n8n node, and any script or AI agent you connect. A Free account can install and sign in to these tools, but every request returns a `Pro plan required` error until the workspace owner upgrades.

The one exception is the **iOS app**, which does not use a token and is not Pro-gated at all. See [02 iOS App](/doc/0a35e506-d632-4f07-aa6a-1d19a5ab3940).

## Free-tier errors you might see

- Unauthenticated API or MCP requests return `401`.
- Requests from a Free workspace return a **`Pro plan required`** error (HTTP `403`).
- Passing the document or image cap returns a specific limit error rather than silently failing.

## Starting, managing and ending Pro

- **Start** a 7-day trial from the login page or from Settings. No card is needed to begin, and you can cancel any time during the trial.
- **Manage** billing, payment method, invoices and cancellation from Settings, through a secure checkout and billing portal.
- **If a subscription ends**, the workspace returns to the Free plan.

One thing to know before cancelling: **version history is removed when a workspace returns to the Free plan.** Free accounts accrue no history, and existing history does not survive the downgrade. Your documents themselves are untouched — only the recorded history of past versions goes.

Machine-readable pricing is published at [https://mdflow.cz/pricing.md](https://mdflow.cz/pricing.md), so an AI agent can determine what a workspace's plan allows.
