NewTech Engineering
Company website + admin CMS for a manufacturer, staff manage everything, no dev needed.
Staff manage the entire site, products, gallery, team, reviews, settings, on their own.
A public marketing site plus a protected admin CMS for a construction-equipment manufacturer. Staff manage products, projects, gallery, team members, customer reviews, contact submissions, and site-wide settings, all backed by PostgreSQL with rich-text editing and media uploads.
Problem
A manufacturer’s site was static and stale, every product, project, or team change meant a developer round-trip.
Constraint
Non-technical staff had to own the content safely, without touching code or breaking layout.
Decision
Built a Next.js front end over a Prisma/Postgres schema with an authenticated admin: TipTap rich text, S3/R2 media uploads, and typed content models per section.
Tradeoff
A full CMS is more up-front work than a static rebuild, but it removes the developer from every future content change, which is the whole point.
Result
Staff manage the entire site, products, gallery, team, reviews, settings, on their own.