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.mdpackages/blob/playground/server/apipackages/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
blobhandle - how the same runtime code stays stable while the storage driver changes
Useful follow-ups
- Use Quickstart for the smallest local setup.
- Use File uploads for form and multipart upload flows.