Skip to main content
The fully local deployment keeps all data on your machine. No cloud services, no external databases — just the service and the client UI.

What you get

  • Service running on localhost:3100 with SQLite
  • Client UI on localhost:3000 with Kanban board
  • All messages, tasks, and contacts stored locally
  • No authentication required

Setup

Open http://localhost:3000 to access the Kanban board.

When to use this mode

  • Individual use with no need for team access
  • Privacy-sensitive environments where data must stay local
  • Development and testing
  • Quick evaluation of OpenBunny