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% of us just want to put files close to users.

What we do differently

# yourspace.yml — this is the whole config
routes:
  /api/*    → origin
  /static/* → cache (30d)
  /*        → edge-nearest

That's it. No TOML-inside-JSON-inside-YAML. One file, three rules, done.

Who it's for

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

If you need Cloudflare Workers with KV namespaces and Durable Objects — use Cloudflare. If you need your static site live in 19ms with auto TLS, we're here.


Ship small. Ship fast. Ship at the edge.