ag-creative

AG Creative Site

Premium, minimal portfolio website for AG Creative built with Next.js (App Router), TypeScript, and Tailwind CSS.

Stack

Included pages

Content model (CMS-ready)

All placeholder content lives in lib/content.ts with typed models for:

When you decide to connect a CMS (like Sanity later), keep the same TypeScript types and swap data-fetching logic.

Placeholder content included

Case studies

Blog posts

Local development

  1. Install dependencies:
    npm install
    
  2. Start the dev server:
    npm run dev
    
  3. Visit http://localhost:3000

Production build

npm run build
npm run start

Deploy on Vercel

  1. Push this repository to GitHub.
  2. Go to Vercel.
  3. Import the agcreative-site repository.
  4. Keep defaults (Framework Preset: Next.js).
  5. Click Deploy.

No paid services or CMS integrations are required for the current version.

Where to edit content quickly

Notes for future CMS integration