The digital public square for all Smartup owners (workers and watchers). This is where deliberation, voting, oversight, and key discussions occur. It’s the central arena for governance, transparency, and measuring the organization’s overall health. https://timeline0.org/smartup-zero/overview
Find a file
2026-07-30 09:01:56 +00:00
.clevercloud fix(deploy): Restore Clever Cloud configuration for deployment 2025-07-27 11:28:25 +02:00
docs modified: docs/index.md 2026-07-30 10:01:00 +01:00
overrides/partials changed the footer of the website with the right open collective page link 2026-06-17 15:46:20 +01:00
site new website structre 2026-03-21 10:40:02 +01:00
wiki [script=new_wiki_page] Create page 'Operations Manual of Timeline0.org' by robbert 2026-07-27 17:20:30 +00:00
.clever.json added business blueprint 2025-07-29 17:15:18 +02:00
.gitignore chore: Stop tracking site directory and add .gitignore 2025-07-27 11:30:59 +02:00
mkdocs.yml final update Collective IQ narrative change 2026-07-09 16:57:08 +01:00
readme.md fix video's on mobile 2026-07-29 15:33:22 +01:00
requirements.txt fix: add missing kdocs-glightbox plugin 2025-07-29 15:14:14 +02:00
server.py feat: Add WSGI server and build config for Clever Cloud 2025-07-07 13:32:30 +02:00
setup.py added import os to setup.py 2025-07-10 03:31:05 +02:00

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 coowner of Smartup Zero — every worker, every watcher, every participant — can trace the communitys 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 coowners to the muscle, and results back to the face

When a coowner 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 programmes 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 communitys activity)

Every governance decision, every team structure, every objective, every task, and every blueprint is published here automatically. No coowner edits these pages directly. Instead, the communitys 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 communitys 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:

  1. Observation — What did we notice?
  2. Hypothesis — What do we think explains it?
  3. Experiment — How are we testing that?
  4. 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 coowner 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

Coowners never edit this repository directly. The tools that enforce the communitys 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, versioncontrolled 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 programmes 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


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.