service for listing clubs
Find a file
2026-03-07 09:05:00 -05:00
club-requirements.md update club requirements 2026-02-25 21:17:44 -05:00
example.yaml add example club, use AGPL instead of GPL 2026-03-07 09:05:00 -05:00
LICENSE.md add example club, use AGPL instead of GPL 2026-03-07 09:05:00 -05:00
README.md update club requirements 2026-02-25 21:17:44 -05:00
terms.md simple, plain english terms of service 2026-02-25 21:00:53 -05:00

clubd

the platform for making and sharing clubs

why

  • every club list i have ever seen sucks
  • i wanted to make a thing
  • etc.

goals

  • list of clubs
    • search
    • tags
    • machine readable input
    • deterministic output
    • better rules around listed clubs
      • drop minimum number of members to 1
      • no teacher requirement
      • require at least one listed email contact
      • require proper descriptions that adequately describe the club
      • require funding transparency
        • e.g. business sponsors, school funding, beneficiaries, etc.
  • static site hosting for clubs
    • pages should be in line with the global style
  • all edits should be easily made through git
    • use git submodules where possible, this simplifies builds and separates club data from everything else
  • use FOSS software only