← back

This is a fully client-side static website.

There's no server side, meaning your token is used to communicate with api.github.com using the Authorization header.

Browser storage is used for persisting the state of your spaghetti.

You can trace requests:

  1. Developer Tools -> Network. clear the list, then refresh. Requests go only to api.github.com, and this domain just serves static files
  2. Edit a board, then export or import its share string.
  3. Check out Application/Storage to see the local board and tab token.
  4. Check the source.