Saved

Welcome to Notebin

Write Markdown here and see a live preview on the right.

Features

  • Paste Markdown → get a shareable link instantly
  • Three themes: Calm, Terminal, Editorial
  • Works great for developers, writers, and teams

Code example

const note = await fetch('/api/notes', {
  method: 'POST',
  body: JSON.stringify({ content: markdown }),
});
const { id } = await note.json();
console.log(`notebin.net/n/${id}`);

Share this link with anyone — no account required.

77 words · Expires in 30 days · Unlisted · UTF-8