๐Ÿš€ PackCDN

Instantly publish and share custom packs. No registration required. Anonymous and free.

๐Ÿ“ฆ

NPM Packs

Publish JavaScript/TypeScript packs that can be imported directly in browsers or Node.js

๐Ÿ

Python Packs

Share Python code as importable modules with automatic dependency analysis

โšก

WASM Packs

Upload and serve WebAssembly modules for high-performance applications

How It Works

Three simple steps to publish and share your code

1

Write Code

Use our built-in editor or upload existing files

2

Publish

Get instant CDN URLs and installation commands

3

Share & Use

Share your pack URL or install directly

# Create and publish a pack
$ pack install my-utils https://packcdn.firefly-worker.workers.dev/cdn/abc123

# Use in JavaScript
import utils from 'https://packcdn.firefly-worker.workers.dev/cdn/abc123/index.js';

# Use in HTML
<script src="https://packcdn.firefly-worker.workers.dev/cdn/abc123/index.js"></script>