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
- Host: GitHub
- URL: https://github.com/twigform/baobox
- Owner: twigform
- License: gpl-3.0
- Created: 2025-05-23T20:52:57.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-06-18T02:43:12.000Z (4 months ago)
- Last Synced: 2025-06-18T03:31:06.313Z (4 months ago)
- Topics: app, kanban, planner, svelte, tauri, time-management, windows
- Language: Svelte
- Homepage:
- Size: 1.75 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]
Table of Contents
## 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.
### Built With
* [![Tauri][Tauri]][Tauri-url]
* [![Svelte][Svelte]][Svelte_url]
* [![Vite][Vite]][Vite_url]
* [![TS][TS]][TS_url]## 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-cli2. 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
```## Roadmap
- [x] First release
- [ ] Linux/mac buildsSee the [open issues](https://github.com/twigform/baobox/issues) for a full list of proposed features (and known issues).
## License
Distributed under the GPL-3.0 license. See `LICENSE` for more information.
## Contact
twig - [@twigform](https://bsky.app/profile/twigform.bsky.social)
Project: [https://github.com/twigform/baobox](https://github.com/twigform/baobox)
[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