finds.dev← search

// the find

ohcnetwork/care_fe

★ 609 · TypeScript · MIT · updated Jun 2026

Care is a Digital Public Good enabling accelerated healthcare delivery.

CARE is a hospital information system built for public healthcare in India, originally deployed during COVID-19 and now a verified Digital Public Good. It covers patient management, encounters, bed tracking, billing, scheduling, and file management. It's for governments or NGOs running public hospital networks, not for individual clinic operators.

The plugin architecture (PluginEngine, PluginRegistry) is a real design — hospitals can override components and pages without forking the core repo, which is the right call for a multi-tenant public system. The request layer in src/Utils/request is well-structured with separate concerns for queries, mutations, batch operations, and error handling rather than one god-file. Playwright E2E test suite with a real backend rather than mocks means the tests actually catch integration bugs. The i18n setup with remote CDN override plus local fallback is practical — deployers can customize strings without touching the codebase.

Star count (609) is misleading — this is a large, complex system with 1110 forks and active daily commits, but the low stars suggest it's used more than it's celebrated, which means community support and documentation for new deployers is thin. The backend is a separate repo entirely, so getting a full local environment running means coordinating two codebases, two dependency trees, and dummy data loading — the README hand-waves past this with a single link. The component tree is sprawling (hundreds of files across Facility, Files, Billing, Location, etc.) with no apparent module boundary enforcement, which is fine when the team is cohesive but becomes a maintenance problem as contributors rotate. TypeScript is used but the presence of `.cursorrules`, multiple `.github/instructions/*.md` files, and AI agent config suggests significant AI-assisted contribution — code quality consistency will vary.

View on GitHub → Homepage ↗

// want more like this?

We dig through GitHub every week and send a few repos picked for what you actually care about — each with an honest take like this one.

Get finds in your inbox → Search again →