A brainstorm for growing iusethis.org from a one-page register into a contributor-run organization — without anyone managing anyone. The rule that makes the whole thing coherent: only what's actually in use gets registered, and only the person using it gets to say so.
Everything the org could produce is the same material at three depths. A record can grow into a write-up; a write-up is already the script for a video. One pipeline, not three programs.
One-line register entries on the site. Cheapest possible contribution: a single PR, merged on format check alone. This is the funnel — every contributor's first commit.
First-person pieces: how one tool earns its place, or how a whole stack hangs together ("my static blog stack", "my home server stack"). Stacks cross-link records — that's where the site becomes browsable.
A YouTube channel of 5–10 minute screen-shares: the user demoing the tool inside their real workflow. Low production on purpose — honesty is the brand. A write-up is the script; the terminal is the set.
No roadmap owner, no task assignment, no meetings. Four mechanisms
replace management — all now codified in the repo's
CONTRIBUTING.md:
Doing the work confers authority over it. Nobody approves starting; the repo history is the org chart.
Before acting on something that affects others, ask them — then act. Advice is input, never a veto.
72 hours of silence on a proposal is a yes. Irreversible things (deletions, license, money) need explicit approval.
Any two people can PR a one-page charter and own an area — the YouTube channel, the stacks section, the build pipeline. Groups idle 90 days are archived by whoever notices. This is how the org grows arms without a founder assigning them.
The org's memory is a decision log (docs/decisions/): a few
sentences per decision — context, call, who was consulted. It replaces
status meetings entirely.
One filter: if a tool's output can't be checked into git or linked from an issue, it isn't a system of record here.
| Function | Tool | Why this one |
|---|---|---|
| Source of truth | GitHub org iusethis |
Content, charters, decisions, SOPs — all files under review. Free, and portable to any git host if GitHub ever sours. |
| Proposals | GitHub Issues + Discussions | Lazy consensus needs public timestamps; issue templates (already in the repo) make suggesting a write-up a fill-in form. |
| Publishing | GitHub Pages + Actions | Already deployed. Actions later builds the site from per-record data files — CI is the only "employee". |
| Chat | IRC #iusethis (libera) or SDF com |
Fits the culture, zero cost. Ephemeral by policy: anything binding goes back to an issue. |
| Video | YouTube + an archive.org mirror | Reach on YouTube, permanence on the archive. Channel credentials owned by the video working group, named in its charter. |
Stay static; add structure only when the data demands it. Never a database, never a server — the whole org runs on files.
index.html + projects.js. Shipped.records/, a GitHub Action concatenates at deploy. PRs stop colliding on one file.iusethis GitHub org and push; enable Pages from main