|
|
||
|---|---|---|
| .clevercloud | ||
| docs | ||
| overrides/partials | ||
| site | ||
| wiki | ||
| .clever.json | ||
| .gitignore | ||
| mkdocs.yml | ||
| readme.md | ||
| requirements.txt | ||
| server.py | ||
| setup.py | ||
1_general_forum — The Public Record of Smartup Zero
This is the public repository of Smartup Zero, the first live experiment of the Timeline0 research programme. It holds everything the world can see about how this community governs itself, what it is building, and what it is learning.
Every co‑owner of Smartup Zero — every worker, every watcher, every participant — can trace the community’s decisions, progress, and evidence right here.
Where this fits in SmartupOS
If SmartupOS is a living system:
| Component | Analogy | What it does |
|---|---|---|
| 1_general_forum (this repo) | Face | Public transparency — what the world sees |
| 2_workplace | Brain | The immutable ledger, institutional memory |
| 3_1_leadership_team (Toolbox) | Muscle | Constitutional enforcement — turns intent into action |
| 3_7_operational_team (Engelbot) | Nervous system | Carries signals from co‑owners to the muscle, and results back to the face |
When a co‑owner types !create_task in Matrix, the nervous system (Engelbot) carries the signal to the muscle (Toolbox), which writes to the brain (ledger), and the face (this repo) reflects the change to the world. Every governance decision follows this same path — transparent, auditable, and constitutional.
What this repository contains
The content comes from two places:
1. The fixed narrative (maintained by the programme)
These pages describe the research itself: the question, the hypothesis, the scientific method, the experimental apparatus, and how to join or start a Smartup. They evolve slowly, as the programme’s theory sharpens over many experiments. They are written and maintained by the programme, not by individual communities.
- The Thesis — why this research exists
- The Methodology — how we observe and measure Collective IQ
- The Laboratory — the SmartupOS apparatus and Smartup Hub
- Contact & Partners
2. The dynamic record (generated by the community’s activity)
Every governance decision, every team structure, every objective, every task, and every blueprint is published here automatically. No co‑owner edits these pages directly. Instead, the community’s work flows through the constitutional tools of SmartupOS:
- Engelbot publishes governance actions and task updates from Matrix.
- Toolbox API regenerates blueprints and structures from the immutable ledger in
2_workplace. - The Smartup Hub rebuilds this website and serves it to the world within seconds.
The result is a living, auditable record of an experiment in collective intelligence.
The current state of this repository
Because Smartup Zero is the first experiment, this repository currently contains both the content and the website code that powers timeline0.org — the MkDocs configuration, the theme, the build scripts, and the server files.
In the future, the website code will move to its own repository. At that point, 1_general_forum will hold only the content and the pipeline that publishes it to the public site. Each new Smartup will have its own 1_general_forum, and all of them will publish to the same timeline0.org through that common website codebase.
This separation will make it possible for many Smartups to contribute evidence to the same research programme, while each community’s public record remains distinct and independently versioned.
Architecture
graph TD
subgraph Community["Smartup Zero Community"]
Element["Element / Matrix"]
end
subgraph SmartupOS["SmartupOS (per Smartup Hub)"]
Engelbot["Engelbot"]
Toolbox["Toolbox API"]
Ledger["2_workplace ledger"]
end
subgraph Repo["1_general_forum"]
Fixed["Fixed narrative (thesis, method, lab, contact)"]
Dynamic["Dynamic record (teams, objectives, tasks, blueprints)"]
end
subgraph Site["timeline0.org"]
Website["Public website"]
end
Element -->|governance commands| Engelbot
Engelbot -->|writes decisions| Toolbox
Toolbox -->|appends evidence| Ledger
Ledger -->|regenerates pages| Dynamic
Fixed --> Website
Dynamic --> Website
Future["Future Smartup Hubs (Smartup One, Smartup Two, ...)"] -.->|each publishes to| Website
The scientific narrative
Every page on the generated site follows the same structure:
- Observation — What did we notice?
- Hypothesis — What do we think explains it?
- Experiment — How are we testing that?
- Evidence — What did we learn?
This ensures that every document contributes to the research programme, not just the software project. For the full editorial framework, see:
How the public layer works
A co‑owner updates a blueprint in Element
│
▼
Engelbot receives the command in a Matrix room
│
▼
Toolbox API writes the change to the 2_workplace ledger
│
▼
Toolbox regenerates the public Markdown from the ledger
│
▼
The Smartup Hub rebuilds the website
│
▼
The updated page appears on timeline0.org
Co‑owners never edit this repository directly. The tools that enforce the community’s constitution are the same tools that keep the public record honest.
The bigger picture
Smartup Zero is Experiment #1. As more Smartups launch, each one will have its own 1_general_forum, publishing its own operational data to the same timeline0.org.
Over time, these repositories will form a distributed, version‑controlled archive of evidence. Researchers will be able to study patterns across dozens of communities. Future founders will learn from past successes and failures. And the programme’s theory of Collective IQ will evolve — not from opinion, but from reproducible, transparent data.
What this repository is not
- Not a wiki — pages are not edited by hand.
- Not a marketing site — it exists to produce scientific evidence.
- Not unique — every future Smartup will have its own
1_general_forum, contributing to the same research programme.
Where to go next
- timeline0.org — the live public site
- 2_workplace — the private operational ledger
- Smartup Hub Documentation — how the infrastructure works
- RFC‑001 — the research question and hypothesis
- RFC‑002 — how we write and why
This repository is part of the Timeline0 research programme. It is not a product. It is the public evidence of a community trying to become more collectively intelligent — and an invitation to watch, learn, and join.