This is something I've been tinkering with for a while, but I think it's now complete enough to be generally useful. It's an alternative frontend for LessWrong 2.0, using the GraphQL API.
Features:
- Fast, even on low-end computers and phones
- Quickly jump to new comments in a thread with the "." and "," keys
- Archive view makes it easy to browse the best posts of years past
- Always shows every comment in a thread, no need to "load more"
- Log in and post using your existing username and password, or create a new account
- Simple markdown editor
- Typography enhancements
- Switch between fixed-width and fluid layouts and several different themes
- Easily view a comment's ancestors without scrolling by hovering over the left edge of a comment tree
Thanks to Said Achmiz for designing the themes and writing much of the frontend JavaScript.
Give it a try: https://www.greaterwrong.com
I've been using this for a while (actually using the rss feed from it), but I don't know where I got the link and I had no idea it was a secret project. May you receive a 50% karma bonus/turn.
How is this engineered under the hood? Something like nginx->greaterwrongapp->LW2 API-> LW2 database? You note elsewhere in the thread that GW uses the same underlying database as LW2. I find it unlikely that the LW2 DB is exposed to the open net (at least it shouldn't be O_O), so something else is going on.
That you could do this at all suggests there's an API stable enough for third parties to use....which suggests a native client might be possible...which is of interest to me, but the last time I asked if there was a documented API I didn't get an answer.
(I see your link to GraphQL, but am unsure how it fits into the picture)
Not sure what you mean. The API continues to exist (and has existed since the beginning of LW 2.0).