GuidesApril 19, 2026·8 min read

Write First, Sync Later: How Notipo Works Without Notion

Share
ByKjetil Furås·Builder of Notipo. 30 articles on dev.to.
Write First, Sync Later: How Notipo Works Without Notion

People keep asking me if they need Notion to use Notipo. The name doesn't help — “Notipo” sounds like it's all about Notion. Fair assumption, but no. You can use Notipo without ever opening Notion.

Here's how the writing-first flow works, step by step.

Step 1: Connect Your WordPress Site

After signing up, you add your WordPress site using an application password. This takes about two minutes. Notipo verifies the connection and pulls in your existing categories and tags.

That's the only setup. No Notion OAuth, no database template, no workspace configuration.

Step 2: Send Your Markdown to Notipo

Write your markdown wherever you already work — an AI assistant, a script, or your favorite editor — then hand it to Notipo through one of its programmatic inputs: an MCP server, a REST API, or the npx notipo CLI.

  • An AI agent like Claude Desktop, Claude Code, or Cursor calls the MCP server directly — you just say “publish this to WordPress.”
  • A script, GitHub Action, or automation tool (n8n, Make) POSTs your markdown to the REST API.
  • From a terminal, you run npx notipo and point it at a markdown file.

All of them accept standard markdown: headings, bold, italic, links, ordered and unordered lists, blockquotes, inline images, and fenced code blocks. If you've written a GitHub README, you already know the syntax.

Alongside the markdown you can pass the category, tags, and SEO metadata (focus keyword, meta title, meta description). These are optional — Notipo generates sensible defaults if you leave them out.

Step 3: Notipo Publishes to WordPress

The moment Notipo receives your markdown, it runs the full pipeline:

  • Markdown to Gutenberg — your markdown is converted to proper WordPress Gutenberg blocks, not just raw HTML. This means your posts look native in the WordPress editor if you ever need to edit them there.
  • Image upload — any images in your post are uploaded to your WordPress media library with permanent URLs. No expiring links, no broken images.
  • Featured image — if you have AI featured images enabled (Pro), Notipo generates a branded 1200×628 image based on your title and category. If not, you can upload one manually or skip it.
  • Code highlighting — fenced code blocks are converted to Prismatic plugin blocks with automatic language detection. Your code looks right without any manual formatting.
  • SEO metadata — Notipo writes your focus keyword, meta title, and meta description directly to Rank Math via its REST API. If you use a different SEO plugin, the standard WordPress SEO fields are set as well.

The entire process takes about 10 seconds. You get a link to the live WordPress post when it's done.

What About Drafts?

You don't have to publish live. Set the status to draft in your API request or CLI command and Notipo creates the post in WordPress with “Draft” status, so you can preview it on your actual site before it goes public.

The Two Ways In

So the full picture, without Notion, is two input methods that both feed the same pipeline:

  1. AI agents & scripts — send markdown through the MCP server, REST API, or npx notipo CLI. This is how AI agents publish through Notipo — one request handles everything.
  2. Notion sync — connect your workspace and publish by changing a status property (this is the Notion route, if you ever want it).

Both feed into the same pipeline. Same image handling, same SEO, same code highlighting, same WordPress publishing. The only difference is where the content starts.

When to Add Notion Later

The “sync later” part of the title is real. Some users start with the API or CLI, get comfortable with the publishing pipeline, and then connect Notion when they want a more structured editorial workflow — databases, properties, status-based publishing, team collaboration.

Notion sync is great if you already use Notion for content planning. But it's not a prerequisite. You can publish hundreds of posts through the API, CLI, or an AI agent and never touch Notion.

Try It Now

The free plan gives you 5 posts per month with full image handling, code highlighting, and SEO metadata. Sign up here — you can publish your first post in about five minutes.

Ready to publish from Notion?

Set up in 5 minutes. Free plan available — no credit card required.

Get Started Free