I Built Imgur for Markdown
Imgur for Markdown with zero friction—publish, link, done. CLI and Obsidian plugin seal the workflow.

One command to publish or update a readable noindex URL is a real time-saver for people who hate leaving the terminal. The CLI's .jotbird tracking file, stdin support, MDX/math rendering and a minimal three-endpoint API make it useful in CI and LLM pipelines, but it doesn't radically differentiate from gists/HackMD/GitHub Pages — missing features like custom domains or team access controls will limit broader adoption.
Developers, educators, researchers, and other terminal-first users who need to share readable docs with non-technical recipients
The JotBird CLI turns a Markdown file into a URL with one command: jotbird publish notes.md. Run it again and the same URL updates in place. The output is a properly rendered document with typography, code blocks, and math support.
The CLI is open source and sits on a three-endpoint API (publish, list, delete). Free accounts get 90-day links, Pro ($29/year) makes them permanent.
Happy to answer any questions!
Imgur for Markdown with zero friction—publish, link, done. CLI and Obsidian plugin seal the workflow.
Git-backed share links with living URLs and frozen snapshots, like Excalidraw for files.
MCP server integration for AI agents is clever, but markdown hosting is a solved category.
URL fragment trick keeps files private—no server storage like HackMD or GitHub Gists.
Git-backed static hosting with no signup, but GitHub Gist already does this free.
Replaces localhost tunnels for sharing Claude artifacts with stable Cloudflare URLs.