Client Handoff
Deliver photos and social clips to your clients.
Manage content in the Studio, then share the per-client links.
One-time Sanity setup
- Run
npx sanity@latest loginin the project directory and sign in. - Run
npx sanity@latest init --env— choose "Create new project", name it, use theproductiondataset, and answer No when it asks to add configuration files (they already exist). - It writes
.envwith your project ID and dataset. Rename it to.env.local(or copy the values across) so Next.js picks it up. - Restart the dev server, then open /studio and create your first Client.