Developer preview. Vela, Facet, and Quire are pre-release and in active development — syntax, APIs, and availability may change, and they are not yet generally available.
SStretch Dev Docs
Quire

Overview

Quire is the typed language lane behind StretchPress, compiling `.quire` source to declarative block JSON.

Quire is a typed, compile-time authoring language for pages, content, commerce views, and reusable blocks.

Quire source (.quire) compiles to a declarative intermediate representation used by StretchPress renderer and migration tooling:

  • stretchpress.blocks.v1 for page output
  • stretchpress.manifest for project builds

The language is pre-release and under active development; the CHANGELOG includes unreleased items and the source documents mark generated/speculative boundaries where applicable.

In this section