SimplePaste is a lightweight paste service for developers. It allows users to quickly and easily share code snippets, logs, configs, or any text via a simple web interface. Built with Java for backend robustness and JavaScript, HTML, and CSS for a responsive frontend, SimplePaste delivers a fast and user-friendly experience.
- Instant Paste Creation: Share code or text in seconds.
- Syntax Highlighting: Readable code with automatic syntax detection (if supported).
- User-Friendly Interface: Clean, minimal design for distraction-free sharing.
- Secure & Private: Pasted content can be set to expire or remain private.
- Mobile Responsive: Works seamlessly on desktop and mobile devices.
- Backend: Java (Spring Boot or similar)
- Frontend: JavaScript, HTML, CSS
- Java 11+ installed
- Node.js and npm (for frontend development)
git clone https://github.com/eripe14/SimplePaste.git
cd SimplePaste# If using Maven
mvn clean install
mvn spring-boot:runNavigate to the frontend directory (if applicable):
cd frontend
npm install
npm startOpen your browser and go to:
http://localhost:8080
- Paste your code or text in the provided textarea.
- (Optional) Set expiration or privacy options.
- Click "Create Paste".
- Share the generated link!
Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.
- Fork the repo
- Create your feature branch (
git checkout -b feature/my-feature) - Commit your changes (
git commit -am 'Add new feature') - Push to the branch (
git push origin feature/my-feature) - Open a pull request
This project is licensed under the MIT License.
SimplePaste – a pastebin for developers, by developers.