Primary brand site for JAMARQ Digital. The site is built to project authority and continuity, support long‑form thinking, and frame ongoing partnership work. It is intentionally minimal, performance‑forward, and content‑first.
This is the production JAMARQ Digital site. It is a Next.js App Router project deployed on Vercel, with no active CMS dependency and no placeholder build. Public routes cover the homepage, services, process, work/case studies, mission, and contact. Public contact runs through the site form, delivery uses SendGrid through app/api/contact/route.ts, and production content records use Turso/libSQL with code-managed seed fallbacks for local development.
- Public marketing site (Next.js App Router, TypeScript)
- Case study index and detail routes
- Contact form flow via SendGrid
- Lightweight protected admin route at
/admin - Turso/libSQL-backed admin settings, structured case study cards, suite links, contact submissions, and a small first-party page-view snapshot
- Shared UI components and brand assets
- Next.js App Router
- TypeScript
- Tailwind CSS v4
- Turso/libSQL for admin settings and structured content records
- Vercel Analytics + Speed Insights
Start here:
docs/README.mddocs/SYSTEM_OVERVIEW.md
Key references:
docs/SYSTEM_PUBLIC.mddocs/SYSTEM_OPS.mddocs/DEPLOYMENT_GUIDE.mddocs/DEVELOPER_GUIDE.mddocs/PAGESPEED_TRADEOFFS.mddocs/MAINTAINER_GUIDE.md
- Case study long-form copy remains content-locked.
- “Build with intention.” remains unchanged wherever it appears.
- Public DB content is seeded from typed code fallbacks and should stay structured, reviewable, and easy to recover.