New Kitten release
Update to the latest version to get basic anonymous access statistics for your apps/sites in Kitten’s Interactive Shell (REPL)¹.
(When I get a moment, I want to make a nice web interface for this in Kitten’s Settings section too.)
Enjoy!
¹ https://kitten.small-web.org/reference/#kitten-s-interactive-shell-repl
@aral I might have missed it in the tutorial but is Ctrl-D the recommended way to exit from the shell?
@dunderhead Hmm, I’ll make a note to double-check if it’s in there and add it if not but yes. Either Ctrl + D or Ctrl + C twice (same as Node.js shell, which is what it extends) :)
@aral ah ok, I tried it based on my experience with Python REPL! BTW, I was curious about one thing, it is mentioned that Kitten is in alpha but I also saw that it is built on site.js which you use to build your websites. Is the alpha primarily because you are iterating on interfaces etc so things might break? Or are there some features in site.js that are not implemented yet in Kitten?
@dunderhead Yep. Although it’s getting closer to a public beta, alongside Domain (the small web hosting platform) and, following behind them, Place (my version of a personal social network). The three are meant to work together to create a seamless experience. But I’m trying to share every brick of this bridge I’m building so others can experiment with other solutions too without having to build all the infrastructure I’ve had to build over the years.
@aral ah great. It is very interesting to see you build things though most of it goes way over my head. Your whole philosophy (?) of small web is super inspiring and I am learning the whole internet thing piece by piece.