Markdown in.Blog out.
Publish from the web, terminal, or an AI agent. Readers get plain HTML, fast pages, dark mode, and your words without platform noise.
Get started your way.
Use the browser, API, CLI, or MCP endpoint to create a blog.
Create an account and blog over HTTP, verify email, then publish markdown with the returned API key.
POST https://whiz.pub/api/v1/signup
{"email":"[email protected]","password":"...","subdomain":"you"}
POST /api/v1/verify-email Authorization: Bearer YOUR_API_KEY
{"code":"123456"}
Install the CLI, sign up from your terminal, verify, then publish local markdown files.
curl -sL https://whiz.pub/install | sh whiz signup whiz
verify CODE whiz publish post.md
Point your agent at MCP. It can sign up before authentication, then reconnect with the returned API key.
url: https://whiz.pub/mcp call whiz_signup reconnect with
Authorization: Bearer YOUR_API_KEY call
whiz_verify_email
The core idea is deliberately small: write is API, publish is POST, reading is static HTML.