Speed up your npm ci builds
From minutes to seconds

Our intelligent node_modules caching service dramatically reduces build times in your CI/CD pipeline. Stop wasting time and money on repetitive package installations.

10x
Faster Builds
99.9%
Uptime
Secure
Isolated caching

Why choose our caching service?

Everything you need to accelerate your development workflow

Lightning fast

Reduce npm ci from 5+ minutes to under 10 seconds. Your cached node_modules are retrieved instantly.

Secure & isolated

Your packages are completely isolated per user. API token authentication ensures secure access control.

Easy integration

Simple REST API works with any CI/CD system. Just POST your package files and get back a tarball.

Cost effective

Save on CI/CD compute time. Free tier available with generous limits. Scale as you grow.

Usage analytics

Track cache hits, misses, and performance. Monitor your API usage with detailed analytics.

Multi-Architecture

Support for x64 and arm64 architectures. Works with any Node.js Docker image.

How it works

Get started in minutes with our simple API

1

Register & get API token

Sign up for free and generate your API token from the dashboard.

2

Send package files

POST your package.json and package-lock.json to our API endpoint.

3

Get cached node_modules

Receive a .tar.gz with your cached node_modules instantly.

4

Extract & build

Extract the .tar.gz and continue with your build process.

Example API request ✓ Simple integration
curl -X POST https://your-domain.com/v1/npm/ci \
  -H "Authorization: Basic $(echo -n 'username:api_token' | base64)" \
  -H "Content-Type: application/json" \
  -d '{
    "dockerImageReference": "node:20.13.1",
    "architecture": "x64",
    "package.json": {...},
    "package-lock.json": {...}
  }' \
  --output node_modules.tar.gz

tar -xzf node_modules.tar.gz

Ready to speed up your builds?

Join developers who are already saving hours of build time every day. Start free, upgrade when you need more.

Get started free