A simple Pastebin clone built with React / Next.js and MariaDB, featuring shortcuts for fast saving and creating new pastes thanks to susgee-paste.
- 🆕 Create new pastes (
Ctrl + N/Alt + N) - 💾 Normal Save (
Ctrl + S) - 📝 Raw Save (
Ctrl + Shift + S) - 🧹 Auto-cleanup: deletes pastes older than 7 days
- 🖥️ Simple web interface with textarea and footer buttons
- ⚡ Shortcuts override default browser behavior for speed
git clone https://github.com/wydios/paste.git
cd paste
npm install