Skip to content

sibber5/paste

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paste

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.

Usage

  1. Paste your text
  2. Click "Save" (or Ctrl + S)
  3. Share the URL!
  • Double-click a tab to rename the file
  • Middle Mouse Click a tab to close it

Features

  • 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

License

This project is licensed under the BSD 3-Clause "New" or "Revised" License - see the LICENSE file for details.

About

Lightweight backend-less client-side pastebin and scratchpad built with vanilla TS and Monaco.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors