DEV Community

Kjetil Furås
Kjetil Furås

Posted on

I built a tool to publish from Notion to WordPress automatically

I like writing blog posts in Notion, but publishing them to WordPress has always been a bit tedious.

Every time I finished an article I had to a lot of manual work like, copy the content, upload images, create a featured image in Canva, configure SEO metadata, and fix formatting before I could publish it.

So I started automating the process.

I first built an n8n workflow using Notion, Airtable, and the WordPress API to handle everything. When I change a status in Notion, the post gets created in WordPress with images uploaded and SEO fields configured.

After using this workflow for my own blog for a while, I realized it might actually be useful for other people too.

So I turned the automation into a small tool called Notipo.

It’s open source and it does what the n8n workflow did, and more.

If you’re interested: 👉 https://notipo.com

Top comments (0)