2026-04-26 23:14:14 +02:00
2026-04-26 23:00:28 +02:00
2026-04-26 22:57:58 +02:00
2026-04-26 22:52:13 +02:00
2026-04-26 21:43:28 +02:00
2026-04-26 21:36:50 +02:00
2026-04-26 21:35:40 +02:00
2026-04-26 23:12:42 +02:00
2026-04-26 23:14:14 +02:00

DevBin

A minimalist, self-hosted, code-sharing platform.

Next.js SQLite Tailwind


Features

  • Pro Editor: Powered by Monaco (the engine behind VS Code) with full syntax highlighting.
  • Privacy First: Set pastes to "Burn on Read" or expire after a specific duration.
  • Clean Slate: No default text or placeholders—just a professional dark-mode coding environment.
  • Self-Destruct Control: Each paste generates a unique deletion token stored locally in your browser, allowing the creator to delete it instantly.
  • Optional Discussions: Toggle Markdown-supported comments for collaborative debugging.
  • Zero Configuration: Uses SQLite, so there's no complex database setup required.

🛠️ Tech Stack

🚀 Getting Started

Prerequisites

  • Node.js 18.x or later
  • Yarn or NPM

Installation

  1. Clone the repository:
    git clone --recurse-submodules https://gitea.0bin.xyz/pegasus/devbin.git
    cd devbin
    
  2. Install dependencies:
    yarn install
    
  3. Run in Development:
    yarn next dev -p 3001
    
  4. Build for Production:
    yarn build
    yarn start -p 3001
    

The database (devbin.db) will be automatically initialized on the first run.

S
Description
Pastebin
Readme MIT 950 KiB
Languages
JavaScript 98.3%
CSS 1.7%