A directory of tech communities and events across sovereign Caribbean states, mainland Caribbean countries, and non-sovereign Caribbean dependencies and territories, focused on strengthening visibility and communication across the region's tech ecosystem. Platforms can include websites, WhatsApp, Discord, Slack, Telegram, Meetup, forums, mailing lists, and social media.
Browse the directory:
- Public website: natvrey.github.io/caribbean-tech-communities
- In this repository: start below in the
Directorysection or opencountries/*.md
This repository is managed as a dataset first and a directory second.
data/communities.json + data/events.json -> generated pages -> README.md and countries/*.md
The dataset forms the basis of the public website. Each push to main autodeploys to the site.
Browse communities and events by sovereignty status and constitutional relationship. Each location page lists both sections for that country or regional scope. CARICOM and CSME status labels below are based on official CARICOM and CSME sources.
Communities that operate across multiple Caribbean countries or the wider Caribbean diaspora.
| Country | Communities | CARICOM | CSME |
|---|---|---|---|
| Regional | countries/regional.md | N/A | N/A |
Independent island states in the Caribbean basin.
| Country | Communities | CARICOM | CSME |
|---|---|---|---|
| countries/antigua-and-barbuda.md | Member State | Participant | |
| countries/bahamas.md | Member State | No | |
| countries/barbados.md | Member State | Participant | |
| countries/cuba.md | No | No | |
| countries/dominica.md | Member State | Participant | |
| countries/dominican-republic.md | No | No | |
| countries/grenada.md | Member State | Participant | |
| countries/haiti.md | Member State | Signed on, limited participation | |
| countries/jamaica.md | Member State | Participant | |
| countries/saint-kitts-and-nevis.md | Member State | Participant | |
| countries/saint-lucia.md | Member State | Participant | |
| countries/saint-vincent-and-the-grenadines.md | Member State | Participant | |
| countries/trinidad-and-tobago.md | Member State | Participant |
Mainland countries commonly included in the Caribbean regional sphere.
| Country | Communities | CARICOM | CSME |
|---|---|---|---|
| countries/belize.md | Member State | Participant | |
| countries/guyana.md | Member State | Participant | |
| countries/suriname.md | Member State | Participant |
Non-sovereign Caribbean territories under United Kingdom sovereignty.
| Country | Communities | CARICOM | CSME |
|---|---|---|---|
| countries/anguilla.md | Associate Member | No | |
| countries/british-virgin-islands.md | Associate Member | No | |
| countries/cayman-islands.md | Associate Member | No | |
| countries/montserrat.md | Member State | Participates in elements | |
| countries/turks-and-caicos-islands.md | Associate Member | No |
Non-sovereign Caribbean territories under United States sovereignty.
| Country | Communities | CARICOM | CSME |
|---|---|---|---|
| countries/puerto-rico.md | No | No | |
| countries/us-virgin-islands.md | No | No |
French overseas departments that are fully part of the French Republic and the European Union.
| Country | Communities | CARICOM | CSME |
|---|---|---|---|
| countries/guadeloupe.md | No | No | |
| countries/martinique.md | No | No |
French Caribbean collectivities with a different constitutional status from the overseas departments.
| Country | Communities | CARICOM | CSME |
|---|---|---|---|
| countries/saint-barthelemy.md | No | No | |
| countries/saint-martin.md | No | No |
Self-governing Caribbean countries within the Kingdom of the Netherlands.
| Country | Communities | CARICOM | CSME |
|---|---|---|---|
| countries/aruba.md | No | No | |
| countries/curacao.md | Associate Member | No | |
| countries/sint-maarten.md | No | No |
Caribbean special municipalities that are directly administered as part of the Netherlands.
| Country | Communities | CARICOM | CSME |
|---|---|---|---|
| countries/bonaire.md | No | No | |
| countries/saba.md | No | No | |
| countries/saint-eustatius.md | No | No |
- Country sovereignty and constitutional-status grouping: Caribbean Atlas, The Caribbean Islands.
- CARICOM member state and associate member status: CARICOM Member States and Associate Members.
- CSME participation status: CARICOM Single Market and Economy and CSME About Us.
To add a new community or event, or update outdated information for an existing listing:
- Edit
data/communities.jsonand/ordata/events.json - Run
npm run validate - Run
npm run generate - Submit a pull request
Don't want to open a pull request? Use the directory submission form and choose whether you're adding a community, adding an event, or updating outdated information.
See CONTRIBUTING.md.
GitHub Actions validate the dataset and ensure generated pages stay up to date. This keeps formatting consistent even as the directory grows.