Open source · Apache 2.0

See where everything is
and how it got there

Visiban is a self-hosted Kanban board with swimlane support, real-time collaboration, and a complete audit trail of every card movement.

Everything a small team needs

No cloud lock-in. No per-seat pricing. Run it on your own infrastructure in minutes.

Swimlane Kanban

Organize cards across both columns and customer/team swimlanes for a two-dimensional view of your work.

📋

Movement Audit Trail

Every card move is recorded with who moved it, when, and where — full history, always.

Real-Time Sync

Changes appear instantly for all board members via WebSockets. No refresh needed.

🔐

Groups & RBAC

Organize boards into groups with fine-grained roles: admin, member, collaborator, and viewer.

Bulk Operations

Select multiple cards and move, reassign, reprioritize, or delete them in a single action.

Export & Import

Export boards to CSV or JSON. Import from a file to seed a new board or migrate your data.

Fully open source

Visiban is Apache 2.0 licensed. Read the code, fork it, contribute, or self-host with full confidence. No telemetry, no vendor lock-in.

Up in minutes with Docker

One command gets you a fully functional Visiban instance with Postgres, Redis, and an Nginx reverse proxy.

git clone https://gitlab.com/visiban/visiban
cp .env.example .env
docker compose up --build