HealthBridge: Connect helps people quickly identify nearby Federally Qualified Health Centers (FQHCs), making it easier to find trusted, affordable healthcare options. Many individuals struggle to understand where to go for primary or preventive care, and this app simplifies that process by providing clear, accessible information.
HealthBridge: Connect is currently in beta testing, and user feedback continues to guide improvements. If you are interested in participating in this and helping to shape the future of HealthBridge: Connect please reach out to [email protected].
In line with our mission to promote transparency in healthcare access, HealthBridge: Connect is open-source. If you’d like to explore the app or try features outside the current beta, setup instructions are included below (alongside the current tech stack used by the app).
We also welcome feature suggestions, whether they improve usability, expand access, or strengthen clarity. Feel free to share ideas by contacting us directly using the above email.
- 📍 Map View – Explore FQHCs near you or anywhere in the U.S.
- 🔍 Search by City – Quickly find centers by name or city.
- 🧭 Location Services – Automatically center the map on your current location.
- 💬 Detailed Info Cards – View address, phone, and website for each center.
- ⚡ Offline Support – Cached results for faster repeat lookups.
- 🌗 Dark/Light Mode – Auto-adjusts based on system theme.
git clone https://github.com/bushkabob/fqhc-locator.git
cd fqhcnpm install
# or
yarn installStart the Expo development server:
npx expo startThen scan the QR code with the Expo Go app (iOS or Android).
fqhc-locator/
├── app/ # App entry (Expo Router or App.tsx)
├── components/ # Reusable UI components
├── hooks/ # Custom React hooks (e.g. useLocation)
├── screens/ # App screens (Map, Search, Details)
├── assets/ # Icons, images, etc.
├── data/ # Static FQHC dataset (optional)
├── package.json
└── README.md
- Allow location permissions when prompted.
- Pan and zoom the map to explore FQHCs.
- Tap any marker to view details about that health center.
- Use the search bar to locate centers by city name.
| Category | Technology |
|---|---|
| Framework | Expo (React Native) |
| Language | TypeScript / JavaScript |
| Maps | react-native-maps |
| UI | React Native / Custom components |
| State Management | React Hooks |
| Navigation | Expo Router |
- Enable live reload with
rin the Expo CLI. - For debugging, use React Native Debugger or Flipper.
This project is licensed under the MIT License. See the LICENSE file for details.
- HRSA Data for FQHC information
- CMS for insurance enrollment information
- Expo for cross-platform development
- React Native Maps for map integration
“Improving access to quality care-one map at a time.” 🌍