VoidBin

A sleek, modern pastebin with syntax highlighting and real-time collaboration. Share code snippets quickly and securely.

example.js
const voidBin = {
createPaste(content, language, title) {
return fetch('/api/paste', { });
},
getPaste(pasteId) {
return fetch('/api/paste/' + pasteId);
}
};
voidBin.createPaste('console.log("Hello world!")')
.then(response => {
console.log('Paste created!');
});

Features

Syntax Highlighting

Automatic language detection and beautiful syntax highlighting for over 100 programming languages.

Fast & Secure

Lightning-fast performance with Next.js and secure storage of your code snippets.

Collaboration

Share code snippets with colleagues and friends with simple, shareable links.

Paste Statistics