apps / blog
bl

toa://blog

200 OK

Headless multi-site blog engine.

OVERVIEW

blog is the writing surface for the whole ecosystem. Posts live once and publish to any toa:// site over a clean REST API — markdown in, structured JSON out. Draft → publish is a single status flip.

FEATURES
Write once
One markdown source publishes to any number of sites.
REST-first
Clean JSON API — no template lock-in, no plugin sprawl.
Draft workflow
102 Draft → 200 Published, with scheduled publish.
Multi-site
Tag a post to one or many sites from a single dashboard.
API
tor@toa: ~ /blog --routes
GET /api/posts
GET /api/posts/{slug}
GET /api/sites
POST /api/posts