Our Mission

Planner is an open-source project management platform designed for teams that need full control over their data and workflow. We believe that great project management software should be accessible, customizable, and self-hostable.

Whether you're a small team looking for a simple task tracker or an organization requiring complex role-based access controls, Planner provides the foundation you need to get things done.

What Makes Planner Different

Self-Hosted with Docker

Deploy everything with a single docker-compose command. PostgreSQL, backend, and frontend all start together on your infrastructure.

Granular RBAC

Fine-grained permissions at every level — global, organization, team, and project. Custom roles with 30+ permission flags.

Open Source

Full source code available. Customize, extend, and contribute to the platform. Built with modern TypeScript stack.

Real-Time Everything

WebSocket-powered real-time updates for chat, notifications, and task changes. No page refreshes needed.

Tech Stack

FrontendVue 3 + Vite, Pinia, Vue Router, PrimeVue, Socket.IO Client
BackendNestJS, Prisma ORM, PostgreSQL, JWT Auth
Real-TimeSocket.IO, WebSocket Gateway, Namespace Routing
InfrastructureDocker Compose, pnpm Workspaces, Turborepo