We shouldn't need a login. Stuff should be anonymously loaded and saved out.
Options should also be saveable! Choices to do that:
- Query string
- Firebase (this might be overkill)
- local storage? (I hate that)
- cookie? (no)
- file on my server? (maybe)
- database on my server? (gross too much work)