About Annotate

Publishing infrastructure, simplified.

Annotate is a systems blog for people who care about the details inside their marketing sites: static rendering, first-class MDX, and precise theming. Everything in this repo is designed to run without server actions so it can be deployed as pure static files when needed.

Velite powered content

MDX entries live in content/articles and are validated by Velite before any Next.js build runs.

Static-ready Next.js

Every route exports dynamicParams = false. Toggle STATIC_EXPORT=1 to generate a fully static bundle.