Edge delivery & telemetry

Ship assets from the edge.
Collect the signal that matters.

Syncpoint Labs runs the asset delivery and telemetry ingestion layer behind product teams who would rather not run their own. One endpoint, one SDK, no cache invalidation tickets.

Currently serving 41 edge locations · 99.98% delivery SLA

Immutable asset URLs

Content-hashed paths under /static/ with a one-year cache policy. Deploy a new build, get a new URL, never invalidate a cache again.

Batched telemetry

Client SDKs buffer locally and flush to /api/v2/sync on an interval you set. Backpressure and retry handled for you.

Regional pinning

Keep telemetry inside a jurisdiction with per-project region locks. EU, UK and US-East available on all plans.

Boring by design

No agents to install on your origin. A stable HTTP contract, semantic versioning, and a deprecation policy measured in years.

A contract that does not move

Two endpoints. That is the whole surface area.

GET  /static/<name>.<hash>.js     → cached asset, immutable
POST /api/v2/sync                  → batched telemetry, JSON body

Full reference in the documentation.