/1 min read

App Router Notes for a Production MVP

A quick summary of design choices for App Router and Server Components.

Rendering strategy

Server Components are the default for pages and data loading. Client Components are only used where browser APIs are required.

Content strategy

Blog posts are read from local .mdx files to keep the setup lightweight. Frontmatter drives metadata, tags, and archive grouping.

Deployment strategy

The project targets Vercel and supports a custom domain through NEXT_PUBLIC_SITE_URL.