Marketing site for an n8n / automation freelance practice serving CPG founders and small operations teams. Built with Next.js 16, Tailwind v4, and Sanity (CMS).
@theme/studio (embedded)npm install
cp .env.example .env.local # then fill in real values
npm run dev
Then open http://localhost:3000. The CMS lives at http://localhost:3000/studio.
/studio)POST /api/revalidate?secret=… (configured as a webhook)revalidateTag("projects", { expire: 0 })No full Vercel redeploy is required for content changes.
See SETUP.md for the step-by-step walkthrough (creating a Sanity account, setting Vercel env vars, configuring the webhook).