Join the ring
Add your site to the 613
Three small steps and a single pull request. No build tools, no accounts — if you can edit a text file, you can join the ring.
Add your entry to members.json
Append an object to the end of the array insrc/data/members.json. Only name andwebsite are required — everything else is optional.
{
"name": "Ada Lovelace",
"website": "https://ada.dev",
"role": "Founder · ByWard Market",
"location": "Ottawa, ON",
"tags": ["frontend", "ai"],
"blurb": "Building developer tools in the 613.",
"links": [
{ "url": "https://ada-mentor.dev", "type": "mentor" },
"https://builderscollective.ca"
]
}namerequiredYour name or handle.websiterequiredFull URL to your personal site (https://…).roleoptionalTitle or affiliation, e.g. "SWE @ Shopify".locationoptionalOttawa neighbourhood or "Ottawa, ON".tagsoptionalUp to 10 keywords — your stack, interests.blurboptionalOne short line about what you build.avataroptionalURL to a square image (optional).linksoptionalUp to 10 links to other ring members. Plain URL, or {url, type} where type is referred / collaborator / mentor / friend — see the network page.Drop the widget on your site
Add one of these to your site's footer so visitors can hop to your neighbours in the ring. This is what makes it a ring — please add it before your entry is merged.
Open your pull request
Commit your change and open a PR. A maintainer reviews it (automated checks make sure your entry is valid), and once merged you're live on the ring.
Questions
Do I have to live in Ottawa?
If you build software in or around the 613 — living here, studying here, working here, or repping the city from afar — you belong on the ring. We keep it friendly and low-gatekeeping.
I'm a student / just starting out. Can I join?
Yes. A simple personal page or portfolio is perfect. Opening this pull request might even be your first ever — we'd be honoured.
Does it cost anything?
Nope. The ring is free and open source, presented by Builders Collective Ottawa.
How do I leave the ring?
Open a pull request removing your entry from members.json, or message a maintainer. No hard feelings.