PasteIt is a modern, efficient pastebin service that allows users to quickly share code snippets, text, and other content with others.
- Simple Sharing: Easily share text and code snippets with a unique URL
- Syntax Highlighting: Support for multiple programming languages
- Customizable Expiration: Set how long your pastes should be available
- Private Pastes: Option to create password-protected pastes
- Mobile-Friendly: Responsive design for all devices
- Node.js (v14 or higher)
- npm or yarn
- Clone the repository
git clone https://github.com/bullet-ant/pasteit.git
cd pasteit
- Install dependencies
npm install
# or
yarn install
- Start the development server
npm run dev
# or
yarn dev
- Navigate to the home page
- Enter your content in the editor
- Configure settings (expiration, privacy, syntax highlighting)
- Click "Create Paste"
- Share the generated URL with others
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- Inspired by other pastebin services like Pastebin.com and GitHub Gist