Engineering leaders from across Brighton & Hove. Want to add yourself? It's a simple pull request.
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.
Navigate to data/members.json in the repository and click the edit (pencil) icon.
Copy an existing entry and update it with your own details — name, role, company, bio and any links.
GitHub will guide you through forking the repo and opening a pull request. We'll review and merge it promptly.
Once merged, your profile will appear in the directory automatically. No build step needed.
{
"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"
}