An open API service indexing awesome lists of open source software.

https://github.com/twigform/baobox

A simple, customisable kanban board application
https://github.com/twigform/baobox

app kanban planner svelte tauri time-management windows

Last synced: 3 months ago
JSON representation

A simple, customisable kanban board application

Awesome Lists containing this project

README

          

[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![project_license][license-shield]][license-url]





Logo

BaoBox


Declutter your day.




Report Bug
·
Request Feature


Table of Contents



  1. About The Project



  2. Getting Started


  3. Usage

  4. Roadmap

  5. License

  6. Contact

## About The Project

BaoBox is a simple app made to make managing daily tasks easier by using a clean, customizable kanban board system. Built with Tauri and Svelte, it’s designed to be lightweight and fast, with minimal resource usage.



![ezgif-78bed0f42a39f9](https://github.com/user-attachments/assets/5bebe814-2691-4776-ac71-851cb2f67ac3)

(back to top)

### Built With

* [![Tauri][Tauri]][Tauri-url]
* [![Svelte][Svelte]][Svelte_url]
* [![Vite][Vite]][Vite_url]
* [![TS][TS]][TS_url]

(back to top)

## Getting Started

To get started easily, you can simply download the [most recent release](https://github.com/twigform/baobox/releases).
If you'd like to build manually, there are instructions below:

### Installation

1. Install Prerequisites

Make sure you have the following installed:

- [Node.js](https://nodejs.org/)
- [Rust (via rustup)](https://rustup.rs/)
- Tauri CLI:
-
```sh
cargo install tauri-cli

2. Next, clone the git repo

```sh
git clone https://github.com/twigform/baobox.git
cd baobox (or wherever you have the folder)
```
3. After that, install the node dependencies "npm install"

```sh
npm install
```

4. Finally, just run "npm run tauri dev" to start the development server

```sh
npm run tauri dev
```

(back to top)

## Roadmap

- [x] First release
- [ ] Linux/mac builds

See the [open issues](https://github.com/twigform/baobox/issues) for a full list of proposed features (and known issues).

(back to top)

## License

Distributed under the GPL-3.0 license. See `LICENSE` for more information.

(back to top)

## Contact

twig - [@twigform](https://bsky.app/profile/twigform.bsky.social)

Project: [https://github.com/twigform/baobox](https://github.com/twigform/baobox)

(back to top)

[contributors-shield]: https://img.shields.io/github/contributors/twigform/baobox.svg?style=for-the-badge
[contributors-url]: https://github.com/twigform/baobox/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/twigform/baobox.svg?style=for-the-badge
[forks-url]: https://github.com/twigform/baobox/network/members
[stars-shield]: https://img.shields.io/github/stars/twigform/baobox.svg?style=for-the-badge
[stars-url]: https://github.com/twigform/baobox/stargazers
[issues-shield]: https://img.shields.io/github/issues/twigform/baobox.svg?style=for-the-badge
[issues-url]: https://github.com/twigform/baobox/issues
[license-shield]: https://img.shields.io/github/license/twigform/baobox.svg?style=for-the-badge
[license-url]: https://github.com/twigform/baobox/blob/main/LICENSE
[product-screenshot]: images/screenshot.png
[Tauri]: https://img.shields.io/badge/Tauri-24C8D8?style=for-the-badge&logo=tauri&logoColor=fff
[Tauri-url]: https://v2.tauri.app/
[Vite]: https://img.shields.io/badge/Vite-646CFF?logo=vite&style=for-the-badge&logoColor=fff
[Svelte]: https://img.shields.io/badge/Svelte-%23f1413d.svg?logo=svelte&style=for-the-badge&logoColor=white
[Svelte_url]: https://svelte.dev/
[TS_url]: https://www.typescriptlang.org/
[Vite_url]: https://vite.dev/
[TS]: https://img.shields.io/badge/TypeScript-3178C6?logo=typescript&style=for-the-badge&logoColor=fff