Welcome to vibe.pub

Welcome to vibe.pub

Publish markdown. Get a beautiful link. That simple.

How It Works

  1. Paste your markdown into the editor
  2. Publish — get an instant shareable URL
  3. Share — anyone can read and comment

Or use the API:

curl -X POST vibe.pub/api/pub -d @readme.md

Views

vibe.pub renders your markdown in different views:

  • Doc — clean, beautiful typography (you're looking at it)
  • Kanban — turn ## Columns and - [ ] tasks into a board

Themes

Click the 🎨 button in the bottom-right to switch between 14 themes:

ThemeStyle
DefaultClean, minimal zinc
PaperWarm serif, editorial
TerminalGreen on black, hacker
MidnightDeep indigo night
ClaudeWarm terracotta, literary
DraculaPurple-pink dark
NordArctic blue-gray
GitHubFamiliar, clean

Comments

Every page has a comment section at the bottom. No login required — just type a name and post.

API

# Publish
curl -X POST vibe.pub/api/pub \
  -H "Content-Type: application/json" \
  -d '{ "markdown": "# Hello\n\nWorld" }' 

# Publish with options
curl -X POST vibe.pub/api/pub \
  -H "Content-Type: application/json" \
  -d '{ "markdown": "...", "view": "kanban", "theme": "terminal" }' 

Open Source

Built with SvelteKit + Cloudflare. GitHub →


Built for developers who ship fast.

Comments