Welcome to vibe.pub
Welcome to vibe.pub
Publish markdown. Get a beautiful link. That simple.
How It Works
- Paste your markdown into the editor
- Publish — get an instant shareable URL
- 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
## Columnsand- [ ] tasksinto a board
Themes
Click the 🎨 button in the bottom-right to switch between 14 themes:
| Theme | Style |
|---|---|
| Default | Clean, minimal zinc |
| Paper | Warm serif, editorial |
| Terminal | Green on black, hacker |
| Midnight | Deep indigo night |
| Claude | Warm terracotta, literary |
| Dracula | Purple-pink dark |
| Nord | Arctic blue-gray |
| GitHub | Familiar, 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.