Write Markdown here and see a live preview on the right.
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.