AstroBaaS

Handbook

Documentation

Every page here is generated from the AstroBaaS repository, where the documentation is versioned with the commit it describes. Nothing is written twice.

Run it

From clone to a healthy deploy.

Build on it

The API, and the two extension surfaces.

Commerce

The shop half.

Where it is going

What is planned, and the analysis behind it.

The project

How it is licensed, governed, and released.

The API, at a glance

Five requests that show the shape. The whole surface is inHeadless integration, and it is machine-readable at/openapi.json on any install.

MethodPathWhat it gives you
GET/api/products?limit=24Catalogue page, with order caps and media_base in meta
GET/api/posts?kind=pageContent, filtered; drafts stay invisible without a session
POST/api/media/uploadMultipart; answers with dimensions, WebP variants, absolute URLs
GET/api/health/deep503 when anything essential is broken — assert it in deploys
GET/openapi.jsonThe whole surface, machine-readable, contract-tested in CI