All 75 Dependencies
Every package Taiga Back depends on, ranked by repo health score.
Taiga is a fully open-source project management platform built for agile development teams. The backend (taiga-back) is the Django-powered engine behind Taiga's Scrum boards, Kanban views, issue tracker, epics, and milestones — exposing every feature through a comprehensive REST API. Teams that need complete control over their data, no per-seat pricing, and full auditability choose Taiga over hosted alternatives.
The platform is architected as a Django application backed by PostgreSQL for persistence and Redis for real-time event propagation and caching. Celery handles asynchronous tasks such as notification emails and export generation. The backend ships as a standalone Docker image and pairs with the Taiga frontend (a separate React application) via the REST API, making the system genuinely decoupled and API-first.
Taiga supports both Scrum and Kanban workflows with customizable statuses, priorities, severities, and story points. Teams can define custom attributes on epics, user stories, tasks, and issues — allowing data models to match existing processes rather than forcing teams to adapt. Built-in importers from Jira, Asana, Trello, Pivotal Tracker, and GitHub give teams a migration path from commercial tools without losing historical data.
With over 84 contributors and more than 4,400 commits, taiga-back is an actively maintained project. It integrates with GitHub, GitLab, and Bitbucket webhooks to link commits and pull requests to issues automatically, and exposes OAuth2 endpoints for SSO integration.