1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Haste

Sharing code is a good thing, and it should be _really_ easy to do it.
A lot of times, I want to show you something I'm seeing - and that's where we
use pastebins.

Haste is the prettiest, easiest to use pastebin ever made.

## Basic Usage

Type what you want me to see, click "Save", and then copy the URL. Send that
URL to someone and they'll see what you see.

To make a new entry, click "New" (or type 'control + n')

## Privacy

While the contents of hastebin are not directly crawled by any search robot
that obeys "robots.txt", there should be no great expectation of privacy. Post
things at your own risk. Not responsible for any loss of data or removed
pastes.

## Open Source

Haste can easily be installed behind your network, and it's all open source!
This distribution of hastebin is a Next.JS reimplementation, with a theme based on One Dark UI.

- [haste-client](https://github.com/seejohnrun/haste-client)
- [haste-server](https://github.com/scratchyone/hastebin-react)

## Author

Original Code by John Crepezzi <[email protected]>
Reimplementation by Rachel <https://github.com/scratchyone>
Key Design by Brian Dawson <[email protected]>