pastelpaste is a minimal and modern pastebin web app written in rust using axum and askama.
- no database required: all pastes are stored in a local json file
- elegant ui: clean and minimal, easy-to-use design
features
- create and share code/text pastes instantly
- view, track, and revisit your pastes
- no external database—just a simple
pastes.jsonfile
getting started
1. clone the repo
git clone https://github.com/ni5arga/pastelpaste
cd pastelpaste2. build and run
3. open in your browser
data storage
- all pastes are saved in a file called
pastes.jsonin the project directory - you do not need to add
pastes.jsonto your repo. the file will be created automatically when you run the app and create your first paste
libraries
license
mit