Skip to content

TaskForgeProject management with a mission-control dashboard

Multi-tenant organizations, a drag-and-drop Kanban board, and live project analytics, on the web and as a native desktop app.

TaskForge

Most project management tools make you pick one: a snappy UI, or a backend that can actually handle a real team. TaskForge is four separate apps built around one core, so you don't have to choose.

Under the hood:

  • A Django REST API on PostgreSQL. Redis covers caching, the message broker, and websocket pub/sub, which is what keeps board updates near-instant.
  • Celery workers run notifications, digests, and scheduled task rollovers outside the request path, so the API itself stays fast.
  • The Next.js frontend uses optimistic UI and packages down to an ~8 MB desktop app with Tauri. An Electron build of the same app would land closer to 120 MB.
  • A full documentation site covering setup, self-hosting, and the API reference.

This is still under active development, so expect things to change. Docs and all four repos are linked below if you want to look closer.

Download

TaskForge Desktop

Native Windows app: a Tauri shell around the full TaskForge UI.

TaskForge Web

Nothing to install: the same product in your browser.

Open the web app →

Works in any modern browser. Create an account or use the demo credentials.

Five minutes to a working board

1. Sign up : create your account on the web app or desktop app
2. Create an organization : your team's workspace, with its own members and roles
3. Create a project : set status, priority and a due date
4. Add tasks : assign teammates, pick labels and priorities, set dates
5. Open the board : drag cards through the workflow and watch the dashboard update

The full walkthrough, with screenshots, is in the Quickstart.

TaskForge: web, API and desktop.