Fit Nutters
A full-stack e-commerce storefront for Fit Nutters, a real peanut butter brand — Next.js 15, TypeScript, Tailwind CSS, shadcn/ui, with a working cart and checkout flow.

Overview
A full-stack e-commerce storefront for Fit Nutters, a real peanut butter brand — Next.js 15, TypeScript, Tailwind CSS, shadcn/ui, with a working cart and checkout flow.
Tech Stack
Challenges & Learnings
Beyond the marketing landing page, the app has a working storefront: an add-to-cart flow, a cart page backed by a CartProvider context, and a checkout form — real commerce plumbing, not just a brochure site with a fake "Buy Now" button. The commit history also shows unglamorous real deployment work: fixing a Vercel deploy block, regenerating favicon assets from the brand's squirrel mark, and resolving the production site URL from an environment variable instead of a hardcoded string — the kind of fix that only becomes necessary once a project actually needs to deploy correctly across environments rather than just run locally.