PureBracket is an extraordinarily simple bracket generator for all of your tournament needs! Just enter a reasonable number of players (4, 8, 16, etc.), throw in your friend’s names, and BAM, a beautiful bracket is created instantly.
You can try out a hosted version of the project on this GitHub page!
The idea behind this project was to make a simple and open source bracket generator. Competing sites are smothered with ads and are generally what I would consider ugly. Other open source bracket projects require Node.js to work. PureBracket is written in pure JavaScript, meaning it can run in any modern browser, dependency free.
Currently, PureBracket can create single elimination or double elimination brackets up to 32 players. It can also use the player’s names in the order they are typed, or sort them randomly.
Note
|
PureBracket can create brackets larger than 32 players, but they will not display correctly. This may change in the future. |