I don’t really care. I’m just... disappointed a bit? It seems like a cool project, but those “concise sentences” don’t make it easier to learn about it.

  no passwords. no OAuth. no accounts.
  your ssh key is your identity.

  chats, scores, and streaks are tied to your public key fingerprint. same key, same data.
No accounts? How is that possible? You literally store my data! Is that not an account?

And what the fuck is OAuth? (Okay, this clearly is oriented at developers, but on its own the sentence just doesn’t make sense. For me as a user, what pain is removed by not having a “Sign in with GitHub” button? Why should I care?)

How about you tell me why you decided to do it that way:

  all your data – chats, scores, streaks – is tied to your ssh public key.
  no need to come up with a password or verify your email – just ssh in.
It took me a couple of minutes to write this, sure, but at least it now makes sense. And it’s more concise, no? (It still sounds llm-y to me, but whatever.)

Now, for bonus points, there’s two obvious questions to answer:

• what do I do if I lose my SSH key?

• what do I do if I use more than one device?

(The obvious answers are “you can add other SSH keys in your account settings” and “you can add other SSH keys in your account settings”.)

---

Okay, one more, and then I need to go grab a beer.

  a read-only peek at the TUI in your browser.
  tab around, see what's inside.
  
  no typing, no chat, no games — just a window
  into a shared demo session.

  for the real thing, `ssh late.sh`.
Concise?

  a read-only preview of late.sh in your browser.
  poke around and see what's inside. `ssh late.sh` when you’re ready to chat and play.