← knowledge.oriz.in

jsDelivr

service cdnnpmpackage-deliveryprimary

jsDelivr

Role

Browser-side delivery of npm packages, used primarily for @chirag127/oriz-kit and any other public family package consumed via <script type="module"> or import-map. The canonical URL shape is:

https://cdn.jsdelivr.net/npm/@chirag127/oriz-kit@latest/dist/index.js

This lets static-site embeds (e.g. extensions' marketing pages, the oriz-home portal, third-party demos) pull oriz-kit primitives without a build step. Sites that DO have a build step still bundle from npm locally — jsDelivr is for the no-bundler case.

Free tier

Card / subscription required?

NO. No account exists — jsDelivr is a public good. Nothing to pay, nothing to log into.

Alternatives

Swap cost

Low — change the URL prefix. unpkg uses unpkg.com/@chirag127/... with the same path tail. The oriz-kit consumers use a single helper constant for the CDN base, so swapping is one-line.

Why this is our pick

The most reliable free npm CDN. Multi-CDN backbone means single-edge outages don't take the family down. No account = no quota = no self-update task to track usage. Pairs with the family's publish-to-npm flow without any extra config.

Cross-refs