FIELD NOTES

About the test

A folder of content and a predictable build.

This small site demonstrates the static shape described in the stack notes: Astro renders a content collection, Tailwind provides the tokens and utilities, and Nginx serves the final files from a minimal image.

It is intentionally not a dashboard. The shadcn design language is used as a restraint system here: semantic tokens, clear hierarchy, quiet borders, useful focus states, and no decorative effects competing with the writing.

Checks included

  • Markdown content collection with typed frontmatter.
  • Static HTML output with no server adapter.
  • Linting through @shadcn/lint and Oxlint.
  • Production image served by Nginx on port 80.