✨ Publier v1 is live — a polished docs platform built for the open web.
Skip to content

Optimize

Make your Publier site fast, accessible, and AI-ready.

Publier is fast and AI-ready out of the box. This section covers the features and integrations that let you push Lighthouse scores, ship llms.txt, and plug in third-party services without leaving the zero-config path.

What’s in this section

Performance baseline

Every Publier site ships with:

  • Static output — CDN-cacheable HTML, no server tax.
  • Minimal JS — most components are zero-JS HTML + CSS; a small set use lightweight web components for progressive enhancement.
  • Pre-rendered syntax highlighting and a static search index built into every release.
  • Tree-shaken styles — unused utilities never ship.

Lighthouse targets 95+ Performance and 100 Accessibility on every page by default. If a customer integration (analytics, embedded video, live chat) drops your score, start with the integrations guide.

Next steps

  • Shipping AI-ready content? Start with AI features.
  • Adding third-party services or diagrams? See integrations.
  • Tuning the build? The deployment guide covers cache headers.