AI For Modern Marketers
Methodology

How this site works

Content is stored as MDX files in Git, validated against a strict schema, and deployed automatically on every push.

01
Schema-first content

Every MDX file declares structured frontmatter: topic, content type, role audience, difficulty. The schema is enforced at build time via Zod.

02
Git as the CMS

All content lives in the GitHub repo under content/. No proprietary CMS. Every change is a commit — auditable, reversible, and portable.

03
AI-assisted authoring

AI agents generate and update MDX files within the validated schema. Every draft lands in a PR for human review before merging.

04
Automated deployment

Every merge to main triggers CI: lint, typecheck, frontmatter validation, build, and deploy to aiformodernmarketers.com.