jsr

The open-source package registry for modern JavaScript and TypeScript (by jsr-io)

Jsr Alternatives

Similar projects and alternatives to jsr

  1. deno

    508 jsr VS deno

    A modern runtime for JavaScript and TypeScript.

  2. 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.

    Stream logo
  3. bun

    417 jsr VS bun

    Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one

  4. nx

    387 jsr VS nx

    Get to green PRs in half the time. Nx optimizes your builds, scales your CI, and fixes failed PRs. Built for developers and AI agents.

  5. esbuild

    370 jsr VS esbuild

    An extremely fast bundler for the web

  6. cli

    92 jsr VS cli

    the package manager for JavaScript (by npm)

  7. chalk

    79 jsr VS chalk

    🖍 Terminal string styling done right

  8. esm.sh

    72 jsr VS esm.sh

    A no-build JavaScript CDN for modern web development.

  9. 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.

    InfluxDB logo
  10. wasi-libc

    WASI libc implementation for WebAssembly

  11. deploy_feedback

    For reporting issues with Deno Deploy

  12. go-sqlite3

    Go bindings to SQLite using wazero (by ncruces)

  13. rivet

    12 jsr VS rivet

    Rivet Actors: long-lived, in-memory processes. It's what you reach for when you hit the limitations of HTTP, databases, or queues.

  14. wa-sqlite

    11 jsr VS wa-sqlite

    WebAssembly SQLite with support for browser storage extensions

  15. sqlite-web-rs

    Discontinued A SQLite WebAssembly backend for Diesel

  16. denokv

    6 jsr VS denokv

    A self-hosted backend for Deno KV

  17. butterfloat

    8 jsr VS butterfloat

    The greatest view engine for the modern web

  18. immaculata.dev

    8 jsr VS 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]

  19. buffrs

    1 jsr VS buffrs

    Modern protobuf package management

  20. awesome-foundationdb

    List of FoundationDB resources

  21. html

    2 jsr VS html

    🏛️ Super fast JSX runtime to generate HTML strings that works everywhere. If it supports string we got you covered. (by kitajs)

  22. os.90s.dev

    2 jsr VS 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]

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better jsr alternative or higher similarity.

jsr discussion

jsr reviews and mentions

Posts with mentions or reviews of jsr. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-11-24.
  • Shai-Hulud Returns: Over 300 NPM Packages Infected
    16 projects | news.ycombinator.com | 24 Nov 2025
    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
    2 projects | news.ycombinator.com | 19 Nov 2025
  • Introducing ts-base: A Modern TypeScript Library Template
    5 projects | dev.to | 17 Sep 2025
    // 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
    4 projects | news.ycombinator.com | 9 Sep 2025
    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
    18 projects | news.ycombinator.com | 8 Sep 2025
  • Proposal for Standardized JSX
    7 projects | news.ycombinator.com | 21 May 2025
    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
    3 projects | news.ycombinator.com | 26 Mar 2025
    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
    7 projects | news.ycombinator.com | 12 Feb 2025
    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
    11 projects | news.ycombinator.com | 12 Feb 2025
  • Publishing JSR package with Github Actions that react-hook-use-cta used
    1 project | dev.to | 4 Jan 2025
    Publishing to Javascript Registry is straightforward.
  • A note from our sponsor - SaaSHub
    www.saashub.com | 24 Dec 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic jsr repo stats
30
2,868
8.7
6 days ago

Sponsored
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.
getstream.io

Did you know that Rust is
the 5th most popular programming language
based on number of references?