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
| Path | Purpose |
|---|---|
/ajax/libs/… | Library-style asset URL. |
/<pkg>@<ver>/… | Package-style asset URL. |
/api/libraries.json | The index this page searches. |
Get started
Create an account and manage your zones and assets from the dashboard.
Open the dashboard