Github + Kanban = Gitboard


Gitboard is a simple and intuitive Kanban board for your Github issues. Easily manage to-dos, milestones and projects and keep up-to-date on your progress. Gitboard is open-source and runs securely inside your browser.

See an example Log in

 

See everything at a glance

Gitboard gives you an intuitive and beautiful overview of your Github issues. Forget navigating back and forth to see which issues are in the backlog, being worked on or closed.

See who's working on what. Move issues between categories by dragging and dropping them. Define time estimates for your issues and track actual working time.

Keep track of your goals

Gitboard helps you to keep track of your goals and the time budget of your team. See aggregate time estimates and actual working time for each milestone. This helps you to discover problems in your project before the deadline hits you hard.

Coming soon: Burndown charts. See if your progress keeps up with your schedule.

Built with modern technologies

Gitboard is built with React.js, Bootstrap 3 and SASS and Material Design for Bootstrap.

It uses a simple, resource-based data synchronization scheme and tries to keep complexity to a minimum. Feel free to use Gitboard as inspiration for your own React.js-based projects.

Open-source license

Gitboard is licensed under the Affero General Public License (AGPL). This means that you can adapt it to your needs and freely publish your own version as long as you respect the terms of the license and make your improvements available to the community.

Secure and transparent

Gitboard communicates directly with the Github API without using an intermediate server. This means that your Github access credentials stay on your computer all the time.

Gitboard will never store your username or password in plaintext and only use them to create an access token. The access token will be held securely in the session storage or local storage of your browser.

Questions? Get in touch!

If you have questions about Gitboard or if you experience problems using it, please open an issue. You can also get in touch with me via e-mail.

Contributions and feedback are highly welcome! When contributing to the code, please make sure to check out the README first.

Fork me on GitHub