https://github.com/alexvcasillas/cratebox
A global, fast content delivery network for NPM
https://github.com/alexvcasillas/cratebox
architecture cdn cloudflare nextjs npm react typescript vercel
Last synced: 29 days ago
JSON representation
A global, fast content delivery network for NPM
- Host: GitHub
- URL: https://github.com/alexvcasillas/cratebox
- Owner: alexvcasillas
- License: mit
- Created: 2018-03-06T13:22:24.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2025-03-31T08:09:19.000Z (about 1 month ago)
- Last Synced: 2025-04-15T22:39:16.121Z (29 days ago)
- Topics: architecture, cdn, cloudflare, nextjs, npm, react, typescript, vercel
- Language: TypeScript
- Homepage: https://cratebox.io
- Size: 965 KB
- Stars: 18
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README

# 📦 Cratebox
```
cratebox.io/:package@:version/:file
```## Cratebox.io is a global, fast content delivery network for NPM
Cratebox is a rapid and widespread content delivery network that caters to all of NPM's offerings. It enables you to promptly and effortlessly retrieve any file from any package by employing a URL.
## Examples
If you would like to have the 18.2.0 react production package, you just need to use the following URL:
https://cratebox.io/[email protected]/umd/react.production.min.js
### Including a served file in your application
A simple example about how you can include a library server by Cratebox.io into your HTML file.
```html
Sandbox
```
Here's a CodeSandbox link for the above example 👉 https://codesandbox.io/s/cratebox-io-simple-serve-example-lx4dbl