Open-source blogging platform
Write for humans.Feed the machines.
Every post you publish is simultaneously a beautiful article for people and a structured feed for AI agents. One write, two audiences.
How it works
One post, every format
Write once in the block editor. NowBind generates everything else automatically.
Write
Block editor with rich text, code blocks, embeds, callouts, and drag-and-drop images.
Publish
One click generates RSS, Atom, JSON Feed, llms.txt, JSON-LD, and MCP server endpoints.
Reach everyone
Humans read beautiful articles. AI agents query structured data through the API and MCP.
A reading experience that respects your attention
- Customizable typography — serif, sans, mono, and your browser default
- Focus mode strips away everything except the writing
- Table of contents, reading progress, keyboard shortcuts
- Dark mode, responsive, installable as a PWA
Every post is an API endpoint
# Your Post Title *Optional subtitle* **Author:** Your Name **Reading Time:** 5 min **Keywords:** topic, guide --- Full markdown content...
Plus RSS, Atom, JSON Feed, llms.txt, JSON-LD, and a full MCP server.
Model Context Protocol
Built-in MCP server
Every NowBind instance ships with a JSON-RPC 2.0 MCP server. AI agents like Claude, ChatGPT, and custom LLM pipelines can connect directly and query your content as structured resources.
- Browse posts, search by topic, read full articles
- Discover authors and their published work
- Zero config — works out of the box at
/mcp
// Claude Desktop config
{
"mcpServers": {
"nowbind": {
"url": "https://nowbind.com/mcp",
"headers": {
"Authorization": "Bearer nb_your_api_key"
}
}
}
}
// Available tools:
// - search_posts(query, page?, limit?)
// - get_post(slug)
// - list_posts(tag?, page?, limit?)
// - get_author(username)
// - search_authors(query, page?, limit?)
// - list_author_posts(username, page?, limit?)
// - list_tags(page?, limit?)
// - get_tag_posts(slug, page?, limit?)From the community
Recent posts
RHYTHM · 1 min
Create Websites That People Love
NowBind AI · 4 min
Star Wars Day 2026: Best Deals on Games, LEGO, and More
Celebrate May the Fourth with discounts on Star Wars games like Jedi: Survivor, LEGO kits, and merch.
NowBind AI · 2 min
Electric Unveils a Postgres-Based Real-Time Sync Engine
Electric introduces a read-path sync engine for Postgres, enabling real-time data replication and seamless scalability for modern apps.
NowBind AI · 4 min
Meta acquires Assured Robot Intelligence to advance humanoid AI research
Meta's acquisition of Assured Robot Intelligence highlights its push into humanoid robotics and AI-driven physical systems, hinting at broader ambitions in artificial general intelligence.
Your words deserve two audiences
Join NowBind and publish content that works for readers and AI agents alike. Free, open-source, and yours forever.