blog

Why Another CDN?

Most CDNs are built for enterprises. They have dashboards with 47 tabs, sales teams that want to "hop on a call," and pricing pages that require a calculator.

YourSpace is none of that.

The problem

If you're a solo dev shipping a side project, you want three things:

  1. A config file — not a dashboard
  2. A single command — not a deploy pipeline
  3. Predictable behavior — not magic

Most tools today optimize for the 1% of traffic that needs complex routing, geo-fencing, or A/B testing at the edge. The other 99% need files served close to users — and a config file that fits in one screen.

What we do differently

# yourspace.yml — this is the whole config
name: my-site
routes:
  - path: /api/*
    target: origin
  - path: /static/*
    target: cache
    ttl: 30d
  - path: /*
    target: edge-nearest

One file, a short list of rules. No TOML-inside-JSON-inside-YAML, no separate dashboard, no second config to remember.

Who it's for

  • Indie hackers shipping MVPs
  • Open-source maintainers hosting docs
  • Small teams tired of over-engineered infra

If you need workers with KV namespaces and durable objects at planet scale — the existing big providers have that. If you need your static site on the edge with auto TLS and a config file you can read, we're here.


Ship small. Ship fast. Ship at the edge.