The horizon "getting started" docs are solid, but it'd be nice to get started by just running "hz init" and looking around.
Maybe it could be nice to include a few basic client/server bits in the skeleton created by "hz init" (e.g. a basic "add an item to the list" form, the associated server-side collection, and a query) would make getting started more fun for those of us who like to just "jump in".
Personally, I often find this extra-skeleton helpful even after I've worked with a framework in another project. The first few times creating a new project from scratch using a particular framework it can be nice to have a few reminders "oh yeah, you just put X here and do Y....".