Criti Sauce

A clean Next.js baseline, ready for the first real product pass.

The repository now has a working App Router scaffold with TypeScript, Tailwind CSS, ESLint, and a minimal homepage.

Product-specific ordering, creator onboarding, and payment flows can layer on top of this shell without reworking the foundation.

App Router

The `app/` directory is in place with a root layout and a small landing page.

TypeScript

Strict typing and the default Next.js TypeScript settings are configured from day one.

Tailwind 4

Global styles and theme tokens are ready for future components, sections, and flows.

Baseline Status

Local development and production builds now have the minimum project structure they need.

Next steps should focus on the real product: data model, storefront routes, checkout success UX, and backend integrations.