Now onboarding design partners

Optimize for
every scale.

FractalPack is the optimization engine for your connected supply chain. Recover wasted volume, right-size every carton, and prove the decision behind each pack — through one API, plugged into the systems you already run.

6
orientations tested per item
1
API, any system
100%
explainable placements
3D
visual proof of every pack

Plugs into the systems you already run

ERPWMSOMSSAP

The platform

Space is the constraint. We solve it.

An optimization engine that decides how to pack, right-sizes the carton, and shows its work — all from one API.

3D packing engine

A 3D bin-packing engine that tests every orientation at every open space, nests items into void cavities, and splits across the fewest containers when one won't do.

  • Every-orientation, every-gap placement
  • Void-space nesting (rect, cylinder, sphere)
  • Multi-container & multi-level packing

Carton intelligence

Stop shipping air. The engine picks the right box from your assortment — or tells you which boxes you should be carrying — to cut wasted volume, material, and dunnage.

  • Carton-assortment optimization
  • Right-size box selection per order
  • Less void fill, less material spend

Prove every decision

A rules engine you configure and a per-order explain trace that shows why each item landed where it did — plus an interactive 3D viewer and usage dashboard.

  • Configurable packing rules & policies
  • Explain trace on every decision
  • Retroactive savings analysis

Savings estimator

What's wasted space costing you?

Tighter packs mean fewer containers, less packaging material, and lower handling cost per order. Move the sliders to ballpark your annual recovery.

10,000
$12.00
12%

Combines fewer containers, less packaging material, and lower handling. Typical range for under-optimized operations.

Estimated annual savings
$172,800
$14,400 / month
Get a real number from our team

Illustrative estimate only, for planning purposes — not a quote or guarantee. Actual results depend on your catalog, carton assortment, and current packing process.

Developer-first

One request. Optimal packing.

JSON in, exact coordinates out. No SDK required — integrate in any language in minutes.

Request
curl -X POST https://api.fractalpack.com/api/v1/pack \
  -H "Content-Type: application/json" \
  -H "X-Api-Key: fpk_test_your_api_key" \
  -d '{
  "containers": [{
    "id": "box-1",
    "length": 10, "width": 10, "height": 10,
    "maxWeight": 100
  }],
  "items": [{
    "id": "cube",
    "length": 5, "width": 5, "height": 5,
    "weight": 2, "quantity": 8
  }]
}'
Response
{
  "results": [{
    "containerId": "box-1",
    "packedItems": [
      {
        "id": "cube",
        "coordinate": {"x":0,"y":0,"z":0},
        "packedDimensions": {
          "length":5,"width":5,"height":5
        }
      },
      // ... 7 more cubes
    ],
    "unpackedItems": [],
    "volumeUtilizationPercent": 100.0,
    "totalWeight": 16
  }]
}

Who it's for

Built for operations that move volume

3PLs & fulfillment

Standardize cartonization across every client and surface savings you can put in a QBR. ERP-ready, SAP-first integration.

Retailers & brands

Cut box spend and packaging waste at scale without re-tooling your WMS — one API call from your existing order flow.

Platforms & builders

Embed FractalPack's optimization engine into your own product. Clean REST, predictable JSON, and a 3D viewer you can ship to your users.

How it works

1

Define your items

Container dimensions, item sizes, weights, quantities, and any packing rules. Optionally define void spaces for nesting.

2

Call the API

One POST. The engine evaluates every orientation and position, applies your rules, and selects the right container.

3

Get coordinates + proof

Exact X/Y/Z placements, volume utilization, and an explain trace for every decision.

Become a FractalPack design partner

We're onboarding a small group of high-volume operations to shape the roadmap — with hands-on integration support and committed-use pricing. Tell us about your operation.

Talk to us