You could also poll the Github API direclty on the client side via Javascript/jQuery (without giving the client an access token obviously) to display the status information, like that you could simply update issues on a public Github repo and the information would change accordingly on the site. With proper E-Tag checking, Github won't even count repeated API queries against the rate limit, which means that you could have the client automatically update the information in the frontend every few seconds.<p>With Gitboard I use the Github API in this way to display issues in a Kanban board, which works really nicely: <a href="https://adewes.github.io/gitboard" rel="nofollow">https://adewes.github.io/gitboard</a>