Bitbox is an open source web application that provides a similar functionality to pastebin. It allows users to easily store and share text snippets or code snippets.
The application is built using Go on the backend side and Svelte on the frontend side.
- Create and save text/code snippets
- Share snippets with others via generated links
- Syntax highlighting for various programming languages
- Option to set an expiry time for each snippet
To get started with Bitbox, follow these steps:
- Clone the repository
- Install Go and Svelte
- Run the backend server by navigating to the backend folder and running the command go run main.go
- Run the frontend server by navigating to the frontend folder and running the command npm run dev
- Open your browser and navigate to localhost:5000 to start using the application
Contributions to Bitbox are welcome! If you encounter an issue or have a feature request, please open an issue or pull request on the repository.
Bitbox is licensed under the MIT License. See the LICENSE file for details.