SaaSHub helps you find the best software and product alternatives Learn more →
Jsr Alternatives
Similar projects and alternatives to jsr
-
-
Stream
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
-
-
-
-
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
-
rivet
Rivet Actors: long-lived, in-memory processes. It's what you reach for when you hit the limitations of HTTP, databases, or queues.
-
-
-
-
-
immaculata.dev
Discontinued Website for immaculata node.js library [GET https://api.github.com/repos/sdegutis/immaculata.dev: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository]
-
-
-
html
🏛️ Super fast JSX runtime to generate HTML strings that works everywhere. If it supports string we got you covered. (by kitajs)
-
os.90s.dev
Discontinued [GET https://api.github.com/repos/sdegutis/os.90s.dev: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository]
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
jsr discussion
jsr reviews and mentions
- Shai-Hulud Returns: Over 300 NPM Packages Infected
I've started to feel it is much more an npm problem than a node problem. One of the things I've started leaning on more is prioritizing packages from JSR [0]. JSR is a part of Deno's efforts, so is often easiest to use in Deno packages, but most of the things with high scores on JSR get cross-published to npm and the few that prefer JSR only there's an alright JSR bridge to npm.
Of course using more JSR packages does start to add more reason to prefer Deno to Node. Also, there are still some packages that are deno.land/x/ only (sort of the first version of JSR, but no npm cross-compatibility) worth checking out. For instance, I've been impressed with Lume [1], a thoughtful SSG that's sort of the opposite of Astro in that it iterates at a slow, measured pace, and doesn't try to be a kitchen sink but more of workbench with a lot of tools easy to find. It's deno.land/x/ only for now for reasons I don't entirely agree with but I can't deny that JSR can be quite a step up in publishing complexity for not exactly obvious gain.
[0] https://jsr.io/
[1] https://lume.land/
- Show HN: Ominipg – Local-First Postgres for Deno
- Introducing ts-base: A Modern TypeScript Library Template
// Node/Bun import { add, getSecureRandomId } from "@your-package/ts-base"; // Browser (via bundler) import { add, getSecureRandomId } from "@your-package/ts-base/browser"; // Deno (direct TypeScript imports) import { add, greet, } from "https://jsr.io/@bgub/ts-base//src/index.ts";
- We All Dodged a Bullet
To be fair, the advantage of Deno here is really the standard library that includes way more functionality than Node.
But in the end, we should all rely on fewer dependencies. It's certainly the philosophy I'm trying to follow with https://mastrojs.github.io – see e.g. https://jsr.io/@mastrojs/mastro/dependencies
- NPM debug and chalk packages compromised
- Proposal for Standardized JSX
I like this — JSX is a little annoying to work with outside the major implementations.
If this existed, I might not have found the need to make my little Hyperstatic library (https://jsr.io/@mdekstrand/hyperstatic).
- Malware found on NPM infecting local package with reverse shell
Deno is perhaps a better example with browser API's as part f winterTC + a growing set of std packages[1] and more importantly a security model that defends against this kind of exploit.
I will agree with the sentiment though, I get not wanting to jump on new shiny things but for some reason I keep getting the vibe that the community is closer to crab mentality than conservatism and is downright hostile towards any project making a genuine effort to improve things.
[1]https://jsr.io/@std
- Thinkserver: My web-based coding environment
I love pico.sh! Some of their service can be reimplemented as smallweb apps.
Ex: prose.sh is similar to https://jsr.io/@tayzendev/smallblog, an app created by a member of the smallweb community (we have a server at https://discord.smallweb.run). You can see it running from smallweb at https://blog.tayzen.dev
I even use the underlying lib ssh implementation of pico.sh in smallweb, and I plan to introduce a cloud service similar to https://pico.sh (you can subscribe to the waitlist at https://cloud.smallweb.run)
https://github.com/picosh/pobj
- Show HN: A no-build fullstack SSR TypeScript web framework
- Publishing JSR package with Github Actions that react-hook-use-cta used
Publishing to Javascript Registry is straightforward.
- A note from our sponsor - SaaSHub www.saashub.com | 24 Dec 2025
Stats
jsr-io/jsr is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of jsr is Rust.