
when the new user comes to kinopio.club their browser should fetch static html of an about/marketing page (eg /about is a page that is accessed through the path , or from the root for new users)
eventually , i’d like to be able to use this architecture to include a blog like site (https://www.are.na/editorial)

maintaining seperate subsites like kinopio-help
is also more of a pain bc it’s a whole seperate repo and I can’t reuse components or styles bw them
Right now when you go to kinopio.club you just get thrown into the app, which is really low friction. But also doesn’t let me do a great job of explaining the app and it’s ethos
while there’s lots of websites linking to kinopio, search engines don’t really know what kinopio is because they can’t parse SPAs because of this, kinopio has really bad SEO which makes it hard for people to find when searching for things like ‘mind-mapping’, etc.
the actual specific page contents/design i can do later
this is just about coming up with a nice architecture that doesn’t feel gross to add to kinopio-client
Basically I’d like to have something similar to are.na, where /arbitrary-page and /about are served right from the same site and don’t redirect you to a subdomain