Blob playground

Inspect the existing Blob playground app and the files that show the end-to-end runtime flow.

The Blob playground keeps the storage flow small on purpose.

Start here

Inspect these files first:

  • packages/blob/playground/README.md
  • packages/blob/playground/server/api
  • packages/blob/playground/app

Run the playground

Terminal
pnpm -C packages/blob/playground dev

What to look for

  • how the app config selects a Blob driver
  • how routes store and serve files through the shared blob handle
  • how the same runtime code stays stable while the storage driver changes

Useful follow-ups