h00s / bitbox

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Go 65.3%Language:Svelte 18.1%Language:JavaScript 12.2%Language:HTML 3.7%Language:CSS 0.6%