Oddbean new post about | logout
 I'd like that too! Something I try to do when I can with my apps, is create abstraction libraries that allow you add the data-structures to your project without the runtime. Most of my apps work that way. Just import the library and access data directly. So you, in theory, should be able to build local apps without all the server code loaded.