Email or username:

Password:

Forgot your password?
Aral Balkan

Just published a minor update to @small-web/kitten¹ (the type safe library for accessing the Kitten² namespace).

The default export now contains all individually-exported objects.

(Previously, I’d left out some of the more esoteric ones to not clutter the auto-complete list during authoring but got bit by it myself in Domain³ when my unmet expectation that a property should exist lead to a crash).

¹ codeberg.org/kitten/globals
² codeberg.org/kitten/app
³ codeberg.org/domain/app

#SmallWeb #Kitten

2 comments
dansup

@aral This is really neat, great job!

I've been thinking of making a @pixelfed profile QR code generator website, and also want to document/blog about how I did it

htmx is something I've wanted to try out, and I think kitten would be the perfect fit for this!

Kudos for making web dev more easy and accessible, long live the #smallWeb ❤️

Aral Balkan

@dansup @pixelfed Thank you :)

It’s not really ready for production use yet (mostly because I don’t have the server auto-updates in yet and I can’t guarantee API stability at the moment) but if you want to have a play for a little side project like that, I’d love to hear of experience and please do let me know if you run into any issues or if there’s anything I can help with :)

(Eventually, the idea is to have a streamlined/zero effort flow from authoring to deployment but baby steps) :)

Go Up