Skip to content
/ board Public

📋 a simple local privacy-focused board

Notifications You must be signed in to change notification settings

floschu/board

Repository files navigation

board

A privacy-focused, local-only Kanban board. No account required — your data stays in your browser.

Board Screenshot

Use It Now

👉 floschu.github.io/board

  • Works instantly in your browser
  • Install as an app: click the install icon in your browser's address bar
  • All data stays 100% local on your device
  • Works offline after first visit

Self-Host - Docker

Docker Compose

git clone https://github.com/floschu/board.git
cd board
docker compose up -d
open http://localhost:3000

Docker via ghcr

docker run -d -p 3000:3000 -v board-data:/app/data ghcr.io/floschu/board
open http://localhost:3000

Data is persisted in a Docker volume with SQLite.

Development

npm install
npm run dev
open http://localhost:5173

About

📋 a simple local privacy-focused board

Topics

Resources

Stars

Watchers

Forks

Packages