Your brand, not ours
Set the product name, logo, favicon and colors from Settings. One primary and accent color repaint the whole board, roles and areas in seconds.
Tasks, roles, statuses and changelogs in one workspace you host yourself. Bring your own branding, assign work to your whole team, keep the data on your server.
The interactive board is built for a desktop screen. Open this page on a larger display to drag cards, claim work and shuffle users. It is a real, no-login sandbox - nothing you do here is saved.
Branding, statuses, roles, assignments and attachments are all managed inside the app. No config files, no redeploys.
Set the product name, logo, favicon and colors from Settings. One primary and accent color repaint the whole board, roles and areas in seconds.
Name them, color them, reorder them, mark which one means done. Every board can run its own pipeline.
Real teamwork: put more than one person on a task. Everyone sees it as theirs.
Drop screenshots and clips on a bug. Open them full size in a lightbox, carry them onto the task.
Read or read/write Bearer tokens for automation and CI. Clean, predictable JSON.
Build roles from fine-grained permissions, scope people to areas, and hand out only what each person needs. The first account you create becomes the admin.
Just Node.js and JSON files. No external service, no credentials in the repo, full control of your data.
No database to provision, no build pipeline. If you have Node 18, you have Planara.
Grab the source from GitHub and step into it.
Run it with Node.js 18 or newer. No npm install needed.
Open the app and register. The first account becomes the administrator.
# clone and enter git clone https://github.com/NexHub-dev/planara cd planara # start it (Node 18+) node server.js Planara is running on http://127.0.0.1:4574
# create a task for two people curl -X POST https://board.example/api/tasks \ -H "Authorization: Bearer plnr_…" \ -d '{"title":"Ship v0.4", "assigneeIds":["mara","tobias"]}' { "task": { "id": "b1f0", "assigneeIds": […] } }
Planara is source-available and free to run, including for commercial use. The one rule: do not resell Planara itself.
Get Planara