vappcdn Dashboard →

Library CDNbeta

JavaScript and CSS libraries served locally, with versions you can pin.

Compatible with: npm and cdnjs URL styles

Search runs against an index held on this server — no request leaves the country when you type, and it keeps working if the international link does not.

loading…

Library style
Package style
Script tag

Two URL styles

Both are accepted on the same host, so most existing links work by changing the hostname alone.

https://cdnjs.vappcdn.com/ajax/libs/<library>/<version>/<file>
https://cdnjs.vappcdn.com/<package>@<version>/<path>

Notes

  • Versions are explicit. There is no floating “latest” — a URL that worked yesterday returns the same bytes today.
  • Files are resolved from the official package registry, so a library that publishes there is available here without us curating a list.
  • Scoped packages work: /@scope/name@1.2.3/dist/index.js.
  • The index above is a curated shortlist for browsing; any published package resolves whether or not it appears here.

Endpoints

PathPurpose
/ajax/libs/…Library-style asset URL.
/<pkg>@<ver>/…Package-style asset URL.
/api/libraries.jsonThe index this page searches.

Get started

Create an account and manage your zones and assets from the dashboard.

Open the dashboard