A Gitback Board is the feedback, roadmap, changelog and FAQ page for one GitHub repository, built live from that repository's Discussions, Issues and Releases. Getting one takes two steps: open the Board by pasting the repository's URL, then claim it by proving you have write access on GitHub.
How do I open a Board for my repository?
Go to Open a Board, paste the repository's URL and submit. The form sends you straight to the Board at /github/<owner>/<repo>; nothing is copied or imported first, because the repository is the database.
The field accepts whatever is in your clipboard:
- the repository's address, with or without
https://andwww.; - a deeper link such as an issue or a file, from which only the owner and repository are kept;
- the
.gitURL thatgit cloneuses; - the bare
owner/reposhorthand.
Anything on another host, or a name that breaks GitHub's own naming rules, is refused with a message quoting what you pasted.
What does a Board look like before anyone claims it?
An unclaimed Board already works: its five Modules (feedback, roadmap, changelog, FAQ and issues) read from the repository. It is also deliberately quiet. Every page carries noindex, nofollow, a banner says the Board was built by a visitor and is hidden from search, and it stays out of the sitemap that lists claimed Boards.
The banner has two buttons. Claim Board starts the claim. Remove Board is the takedown: it checks that the person pressing it has write access, then blocks the repository permanently, and only a claim from an account with write access reopens it.
How do I claim the Board?
Press Claim Board on the banner. The steps that follow:
- If you are not signed in, you are sent to sign in with GitHub and brought back to the claim afterwards. For a public repository the sign-in asks for
public_repoandread:user; for a private one it asks forrepoandread:user. - Gitback asks GitHub one question,
repository { viewerPermission }, using your own token. The screen says so while it waits: one question to GitHub, nothing written. - If GitHub answers
ADMIN,MAINTAINorWRITE, you are the Board's Client. A public repository's Board opens on its home page, and a private repository's Board takes you to its pricing page, because private Boards are part of a paid Plan.
If GitHub answers anything else, the screen names your login and the permission GitHub reported, and reminds you that you can still read, vote, post and ask on the Board. If GitHub does not answer at all, the screen says the check could not run and offers to check again.
Why does Gitback check write access instead of letting me invite people?
Write access on GitHub is the only authority Gitback recognises, and it grants none of its own. That choice has two consequences worth knowing.
The claim is re-checked. A stored answer counts as fresh for one hour by default, and after that GitHub is asked again, so someone who loses write access on the repository stops being a Client within that interval, without anyone in Gitback revoking anything.
Gitback also has no invitation of its own: Client status is derived from GitHub write access and never granted independently. To let a colleague manage the Board, give them write access to the repository on GitHub; they claim the Board the same way you did.
What changes once the Board is claimed?
A claimed Board is the published one. It drops the unclaimed banner, and it is listed in Gitback's Board sitemap so search engines can find it. Feedback, comments and votes left on it are written into your repository as real GitHub objects by the accounts that leave them, which is why an End User must sign in with GitHub to write.
Open-source Boards are free on every Plan. What a paid Plan adds, private Boards and Custom Domains, is on the pricing page.
Frequently asked questions
Who can claim a Gitback Board?
Any GitHub account with ADMIN, MAINTAIN or WRITE permission on the repository. Gitback grants no authority of its own, so TRIAGE and READ accounts are refused and shown the permission GitHub reported for them.
Does claiming a Board change anything in my repository?
No. The claim check reads one field, viewerPermission, and writes nothing to GitHub. Feedback, comments and votes only land in the repository later, as real GitHub objects written by the accounts that make them.
What GitHub scopes does claiming ask for?
For a public repository, public_repo and read:user. For a private repository, repo and read:user, because only the repo scope reaches private repositories. Gitback never requests the project scope.
What happens if I lose write access after claiming?
Your Client powers lapse at the next re-check. A claim check is trusted for one hour by default, then Gitback asks GitHub again, so an account that lost write access stops being a Client within that interval.
Can someone else open a Board for my repository?
Yes. Anyone can open a Board for any public repository. Until a maintainer claims it, that Board is marked noindex, carries a banner saying it is unclaimed, and offers a Remove Board button that permanently blocks the repository after checking the remover has write access.