Content operations, publishing, and dev deployment in one stack.
This local build validates the static web layer before AWS deployment. It exercises exported article pages, admin shell routing, and content rendering from generated JSON artifacts.
What this local build proves
Static export works
Next.js output is export-safe, including dynamic blog and cluster routes generated at build time.
Content artifacts are deployable
Article JSON in apps/web/content/articles is being transformed into human-readable site pages rather than dumped raw.
Admin shell is navigable
The admin routes now behave like a real dev shell instead of a placeholder scaffold.
Ready for AWS dev validation
This is the last presentation checkpoint before pushing the full dev environment through Route53, CloudFront, API Gateway, Lambda, RDS, and Cognito.