A high-performance backend-less client-side pastebin and scratchpad built with Vite, Vanilla TypeScript, and the Monaco Editor.
Paste stores the file in the URL hash, not in any database, which means it is completely private (the URL hash is not sent when making HTTP requests). The files only exist for whoever has access to the URL.
- Paste your text
- Click "Save" (or Ctrl + S)
- Share the URL!
- Double-click a tab to rename the file
- Middle Mouse Click a tab to close it
- Completely private: All data remains purely on the client side
- Fast: Built in vanilla TS, no frameworks, no bloat. The only thing to load is the Monaco editor
- Syntax highlighting: Supports auto-detection for major languages
- Tabs and recent files view
This project is licensed under the BSD 3-Clause "New" or "Revised" License - see the LICENSE file for details.