Submit a Coworking Cafe

cafecoworks is open source. Add a cafe by opening a pull request on GitHub with a JSON file and an image.

How to submit

1

Fork the repository

Fork lucasnevespereira/cafecoworks on GitHub and clone it locally.

2

Add cafe data

Create a JSON file at data/cafes/[city]/[cafe-slug].json

{
  "name": "Cafe Name",
  "slug": "cafe-name",
  "description": "Why this cafe is great for remote work...",
  "city": "City Name",
  "country": "Country",
  "address": "Full street address",
  "website": "https://example.com",
  "image": "/images/city/cafe-name/cafe-name.webp",
  "tags": ["wifi", "quiet", "power-outlets"]
}
3

Add an image

Place a photo at public/images/[city]/[cafe-slug]/[cafe-slug].webp. Use WebP format for best performance.

4

Open a pull request

Push your changes and open a PR. We'll review and merge it within a few days.

Ready to contribute?

Open the repository on GitHub to get started.

Open on GitHub

FAQ

What makes a good coworking cafe?

Reliable WiFi, comfortable seating, power outlets, and a welcoming atmosphere for laptop users.

Can I submit multiple cafes?

Absolutely! Add multiple JSON files in a single pull request.

Do you accept international submissions?

Yes. We're building a global directory and welcome cafes from anywhere.

How long does review take?

Usually 1-3 days. We verify the location and check that it meets our coworking criteria.