cafecoworks is open source. Add a cafe by opening a pull request on GitHub with a JSON file and an image.
Fork lucasnevespereira/cafecoworks on GitHub and clone it locally.
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"]
}Place a photo at public/images/[city]/[cafe-slug]/[cafe-slug].webp. Use WebP format for best performance.
Push your changes and open a PR. We'll review and merge it within a few days.
Reliable WiFi, comfortable seating, power outlets, and a welcoming atmosphere for laptop users.
Absolutely! Add multiple JSON files in a single pull request.
Yes. We're building a global directory and welcome cafes from anywhere.
Usually 1-3 days. We verify the location and check that it meets our coworking criteria.