Dependencies from import-map

JSPM

Let's Just Serve Packages and Modules

A CDN to serve NPM packages as standard ECMA Script & Importmaps.

Importmap

  1. Find NPM package
  2. Add package exports to Importmap
  3. Download and use the Importmap

Pre-transpiled

Common JS pre-transpiled to ESM

Edge caching

Production ready, extreamly performant edge caching to serve request closer to user.

Module water-fall optimization

Dependencies are deduped and statically analysed to avoid delayed discovery and roundtrips to server.