coulomb-social/docs/space-fixtures/demo/pages/index.md
tegwick 1cedd8f219 Render space pages from Forgejo markdown (CSOC-WP-0004-T04)
Fetch raw files from Forgejo, sanitize markdown to HTML, and show them on
space detail. Ship a public demo fixture path and seed_demo_space command.
2026-08-12 01:56:30 +02:00

23 lines
586 B
Markdown

# Demo space
Welcome to the **coulomb.social** rebuild on Railiance.
This page is markdown stored in git (Forgejo) and rendered by the app
(`CSOC-WP-0004-T04`).
## What you are seeing
| Layer | Source |
|-------|--------|
| Membership / shell | NetKingdom OIDC + app session |
| Space metadata | Postgres `spaces_space` |
| Page body | This file in `coulomb/coulomb-social` |
## Next
- Bind real product spaces to dedicated Forgejo repos (ADR-0002).
- Edit content in git; refresh the app to re-fetch (short cache TTL).
```python
print("agents can edit this content in git")
```