Markdown → public web page, instantly
Let your AI publish markdown to the web
Publish-to-web for your markdown, built for agents. Drop one line of frontmatter and any file goes live at a shareable URL — no copy-paste, no CMS.
---
title: "My Note"
// 👇 just add this to publish
mdpubs:
---
This markdown file will be instantly available at:
https://mdpubs.com/[id]
Get Your Free API Key API & plugin docs
Free tier: 5 publishable markdown files, unlimited views.
For unlimited markdown files, it's $10 per month.
Publishing as a single API call
Hand your agent an API key. It writes markdown, MdPubs hosts it — clean, fast, public.
Built for AI
One frontmatter flag and a simple API. No browser, no CMS dashboard — exactly the interface an agent wants.
---
title: "My Note"
mdpubs:
---Live in a second
Your content is online immediately at a clean, shareable mdpubs.com/[id].

Works from your editor too
Prefer to write yourself? The Neovim plugin publishes the file you're editing without leaving the buffer.
{
"lsshawn/mdpubs.nvim",
config = function()
require("mdpubs").setup({
api_key = "your_key",
})
end,
}