Custom branding
Set product name, logo, favicon and colors in seconds. Your workspace, your brand.
Tasks, roles, statuses and changelogs in one focused workspace. Bring your own branding, install it in minutes, and run it without an external database.
Node.js 18+ · no npm dependencies · MIT licensed
Branding, statuses, roles and access are all managed from the interface.
Set product name, logo, favicon and colors in seconds. Your workspace, your brand.
Define statuses freely - name, color, order and a completion flag per board.
Build roles with fine-grained permissions and assign them to users and areas.
One primary and accent color drive the whole theme, down to roles and areas.
Bearer tokens with read or write scope - ready for automation and CI.
Just Node.js. No external database, no credentials in the repo, full control.
No database, no build pipeline. Clone, start, create your first admin.
Download the repository and step into it.
git clone github.com/NexHub-dev/planara
Run with Node.js 18 or newer.
node server.js
Register on the login screen - the first account becomes admin.
localhost:4574
Create a read or write token in the settings and reach Planara from any script with a single header.
# read tasks curl -H "Authorization: Bearer plnr_…" \ https://planara.local/api/tasks { "tasks": [ { "title": "Login flow" } ] }
Get Planara on GitHub and move your next project forward with structure.
Download now