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: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.
modules/pages · npm: @86d-app/pages
Installation
Store endpoints
| Method | Path | Description |
|---|---|---|
GET | /pages/:slug | Get a published page |
Admin endpoints
| Method | Path | Description |
|---|---|---|
GET | /admin/pages | List pages |
POST | /admin/pages | Create |
PUT | /admin/pages/:id | Update |
POST | /admin/pages/:id/publish | Publish |

