ยท by Tommy Beastwood
First Post
- Content Lake (hosted by Sanity): where documents actually live. This is online from day one.
- Studio (local app): the admin UI you run with sanity dev. It reads/writes to the hosted Content Lake over HTTPS.
- Schemas (your data model): TypeScript/JS files in your repo (e.g. schemas/post.ts). Changing fields = editing code.
- Deploying the Studio: optional. You can keep running it locally, or sanity deploy to host it on Sanity (or embed it in your app/site).