Banban

November 26, 2025 ยท View on GitHub

IMPORTANT

This repo, alongside with hundreds of other repos has been affected by mass starring from many accounts that appear to have been taken over. Just as a heads up, we are aware of this problem and have already reported it to GitHub support.

Actual number of GitHub stars on this repo: 84


Mentioned in Awesome Tauri

A productivity app inspired by GitHub Projects Kanban built using Tauri and Svelte, with a SQLite database backend.

Kanban

Tracking progress in work made simple

Banban is built with simplicity in mind. You can add, remove and modify your tasks to different columns. If you decide to change the category of a specific task, you can simply drag it. It is also possible to drag columns to change their order the same way.

Tasks can have different tags associated with them. There is a limit of one tag per category, but you may also add tags that do not belong to any category, and use them without any limits.

When you remove a column, all the tasks in it are moved to a stash, from where you can drag tasks to an actual column.

Demo

https://github.com/HubertK05/banban/assets/47300834/a6c059a7-7b6d-4b77-8840-82bce6f3bff9

https://github.com/tauri-apps/awesome-tauri#productivity

Development

Prerequisites

Read and follow Tauri prerequisities. Install required system dependencies, Rust and Node.js LTS.

Install project dependencies

pnpm install

Run

pnpm tauri dev