Find masajid, halal restaurants, and halal markets near you this Ramadan.
Live: ramadan.bayanlab.com
Built with Claude Code + BayanLab API to demonstrate what you can build with open Muslim community data.
This app uses 3 endpoints from the BayanLab API:
GET /v1/masajid— Mosques and Islamic centersGET /v1/halal-eateries— Halal restaurants and cafesGET /v1/halal-markets— Halal grocery stores and butchers
Get your own API key: bayanlab.com/docs
git clone https://github.com/bayanlab/bayanlab-ramadan.git
cd bayanlab-ramadan
npm install
cp .env.local.example .env.local
# Add your BayanLab API key to .env.local
npm run devOpen http://localhost:3000.
- Next.js (App Router)
- Tailwind CSS
- Leaflet + React Leaflet
- BayanLab API for data
- Deployed on Vercel
MIT