Sameer Chohan

↖ All work

Business Marketing Site

A statically prerendered Next.js and Express monorepo for a local service business, built to rank in search and shrug off contact form abuse.

Year2026
RoleFreelance client work
StackNext.js 16, TypeScript, Express, Zod, Tailwind
LinksSource code ↗
A

Case study

Problem

A local service business needed a site that actually ranks. Their customers find them through search, not ads. They also needed a contact form that could not be abused into a spam firehose against their inbox.

Design

A Next.js 16 App Router frontend and an Express backend in one monorepo. Every page is statically prerendered, so crawlers and Core Web Vitals both see plain, fast HTML. The backend is deliberately decoupled: a Zod-validated API with a rate-limited contact form, structured so it can deploy to AWS via ECS/Fargate or Lambda without touching the frontend.

Shipped

Live and in the client's hands. I have not needed to push a content change since handoff.