Documentation
Getting started
git clone https://github.com/remarqable/supremely
cd supremely
docker compose up
Open the printed URL and complete the setup wizard: environment, database (SQLite or PostgreSQL), your Platform Admin, optional email, and your first Organization.
Concepts
| Concept | What it is |
|---|---|
| Organization | The tenant: a website/community with members |
| Page | Durable website content (About, Pricing, Docs) |
| Content | The universal publishing unit; typed via Content Types |
| Group | A discussion area holding posts and replies |
| Theme | A per-organization presentation package |
| Plugin | Boot-loaded code, enabled per organization |
Operating without email
Everything works with no SMTP: password auth, CLI recovery
(flask users reset-password), copyable invitation links, and web
publishing. Configure email later in Administration to unlock invitations
by mail, notification copies, and newsletters.