A multi-repository / multi-organization task board for GitHub issues.
- Multi-repository / organization support
- Maps issues to columns via labels or close states
- Allows you to filter issues by name, label, assignee, and more
- Visualizes reviews and pull request status/checks on a card
- Automatically moves cards across columns, as you develop
- Supports private repositories: Visitors only see cards for issues they see on GitHub, too
- Allows contributors to move/reorder cards
- Simple setup: Connects to GitHub as a GitHub app
Some key aspects separate Wuffle from the GitHub task board competition:
-
GitHub issues are the source of truth. We read and store columns, relationships, and everything else directly on GitHub. The only exception is issue order (not supported by GitHub, so far).
-
Tight integration with the GitHub flow. Your issues move automatically across the board. The board is always up to date with things going on in development.
-
Publicly accessible. You can share your project status without restrictions. Applied board filters are shareable deep links. However, we do only display those issues to a visitor that she sees on GitHub, too. Would you like to see cards from your private repositories? Log in with your GitHub identity and see them pop up in the mapped column.
-
Hackable. Wuffle is open source, MIT licensed. Contribute to it to make it even better. Self-host it and stay the owner of your data.
Starting the board, including first-time setup if you have npm installed:
npx wuffle
Read the setup instructions for detailed explaination for the what and why.
Alternatively, run the app via Docker if you already configured it.