How do people go about finding cljs libraries? I have a PouchDB atom wrapper that basically gives you zero effort offline-first collaborative apps but it's also zero users besides myself 😛 Of all the dumb clojure things I have written it's the one thing where I'm like dang the intersection between Reagent and PouchDB is practically zero but it's proving to be a great way to write collaborative apps. https://github.com/NyanCAD/Mosaic/blob/main/src/main/nyancad/hipflask.cljs (it's on clojars but that version is a bit outdated)
I'd say you should post this to #clojurescript instead. But I don't think there's much to it. The bare minimum is to just host it somewhere it could be found easily - probably GitHub. With all the right tags, description, proper docs, and a README. Then comes posting to #announcements here. And at other places where Clojurians hang out - Reddit, Clojureverse, etc. But also note that, while the whole CLJS thing is by itself relatively niche, collaborative apps are also a narrow niche, and I can't imagine the intersection being all that wide.
Not to say that it doesn't exist and the library you've written is not useful. But I wouldn't expect thousands of active users, or maybe even hundreds.
Yea exactly... it's amazing for the right use but it's like triple niche (as most things I do for better or worse)
But good call on announcements reddit clojureverse, if they have places for posting library releases it would be worth having it visible there. I'll update the standalone version and find a few places to post it so it at least shows up in search engines for the right user