Skip to content
/ bitbox Public

Bitbox is an open source web application that allows users to easily store and share code or text snippets.

License

Notifications You must be signed in to change notification settings

h00s/bitbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bitbox

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.

Features

  • 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

Getting Started

To get started with Bitbox, follow these steps:

  1. Clone the repository
  2. Install Go and Svelte
  3. Run the backend server by navigating to the backend folder and running the command go run main.go
  4. Run the frontend server by navigating to the frontend folder and running the command npm run dev
  5. Open your browser and navigate to localhost:5000 to start using the application

Contributing

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.

License

Bitbox is licensed under the MIT License. See the LICENSE file for details.

About

Bitbox is an open source web application that allows users to easily store and share code or text snippets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published