Member Directory

Engineering leaders from across Brighton & Hove. Want to add yourself? It's a simple pull request.

Loading members…

Add yourself to the directory

The member directory is an open JSON file in our GitHub repository. Adding yourself takes about two minutes via a pull request — no coding required.

1

Open the file on GitHub

Navigate to data/members.json in the repository and click the edit (pencil) icon.

2

Add your entry

Copy an existing entry and update it with your own details — name, role, company, bio and any links.

3

Submit a pull request

GitHub will guide you through forking the repo and opening a pull request. We'll review and merge it promptly.

4

You're listed!

Once merged, your profile will appear in the directory automatically. No build step needed.

✏️ Edit members.json on GitHub Read the guide

Example entry format

{
  "name": "Your Name",
  "role": "CTO",
  "company": "Your Company",
  "bio": "A sentence or two about you and your work.",
  "tags": ["Leadership", "Platform Engineering", "SaaS"],
  "linkedin": "https://linkedin.com/in/yourhandle",
  "website": "https://yoursite.com",
  "github": "https://github.com/yourhandle",
  "avatar": "",
  "joined": "2025-01"
}