Delivery

CDN Network

Introduction

Users expect your content to load quickly, and they'll leave if it doesn't.

Your video buffers? I'm gone!

That's why all Files stored in ittybit, can be delivered to your users via a global CDN with no additional setup required.


Delivery URLs

File objects contain a url property that you can use to deliver files to your users.

{
  "id": "file_abcdefgh1234",
  "type": "video/mp4",
  "width": 3840,
  "height": 2160,
  // ... other props
  "url": "https://you.ittybit.net/video.mp4"
}

Each project gets a free *.ittybit.net delivery URL (you can choose the subdomain when you create your project).

You can also use your own custom domain with ittybit e.g. https://cdn.bits.fm/video.mp4.


Global CDN

Ittybit partners with multiple CDNs 1 to ensure fast delivery of files to users in any location worldwide.

We charge a single flat rate for delivery so you don't need a scientific calculator and psychic powers to estimate your bandwidth costs.


Access Control

Files default to public, however you can set up Access Rules, or require Signed URLs, to control who can access them.


Footnotes

  1. Founder Note: I learned from hard experience that relying on a single provider isn't enough – PW.

On this page