Conversion-optimized industrial business platform demo built with Next.js 13 App Router, Tailwind CSS, Contentlayer (MDX), Upstash Redis (simulated KPI counter), and a Gemini-backed AI “Material Consultant”.
This is an example website for a fictional industrial brand (UTNAC PRECISION). It is intended to demonstrate design + engineering capability.
- Node.js (recommended: the version you already use for this repo)
pnpm(via Corepack)
Install dependencies:
corepack enable
corepack prepare pnpm@latest --activate
pnpm installCreate .env from .env.example and set values:
UPSTASH_REDIS_REST_URLUPSTASH_REDIS_REST_TOKENGEMINI_API_KEY
pnpm devOpen http://localhost:3000.
pnpm build
pnpm start/– Landing page + AI-Powered Material Consultant/projects– Service Capabilities (Redis-backed simulated KPI)/projects/[slug]– Capability detail page (MDX + KPI increment)/contact– RFQ / contact actions
Set the same environment variables in Vercel:
UPSTASH_REDIS_REST_URLUPSTASH_REDIS_REST_TOKENGEMINI_API_KEY
Then deploy normally.