yourspace

A tiny CDN for
indie projects.

Content distribution with dead-simple routing, auto certs, and edge compute. Built for solo devs and small teams who just want to ship.

Get started
terminal
$ yourspace init
✓ yourspace.yml created

$ cat yourspace.yml
routes:
  /api/*   → origin
  /static/* → cache (7d)
  /*       → edge-nearest

$ yourspace deploy
✓ TLS provisioned
✓ 14 edge nodes active
✓ live → your-site.yo.urspace.net (19ms)

Routing in a config file

Define where traffic goes with a simple YAML file. Point paths to origins, caches, or the nearest edge — no dashboard clicking.

Certs that just work

Auto-provisioned TLS by default. Bring your own certs if you need to. Renewal, pinning, and version control all handled.

Lightweight edge compute

Run small functions at the edge — auth checks, redirects, header transforms. Deploy with your site, no separate service needed.

One config file. One command. You're live.

Free to start. No credit card. No sales call.

Try yourspace