Skip to main content

Documentation Index

Fetch the complete documentation index at: https://86d.app/docs/llms.txt

Use this file to discover all available pages before exploring further.

The pages module manages CMS-style static pages outside the standard catalog routes. Each page has a slug, a Markdown / MDX body, optional SEO meta, and a draft / published state. Useful for About, Press, Wholesale, anything that does not fit the product or blog model. Source: modules/pages · npm: @86d-app/pages

Installation

86d module add pages

Store endpoints

MethodPathDescription
GET/pages/:slugGet a published page

Admin endpoints

MethodPathDescription
GET/admin/pagesList pages
POST/admin/pagesCreate
PUT/admin/pages/:idUpdate
POST/admin/pages/:id/publishPublish