An open-source hospital OS for local clinics. Offline-first. Built for impact.

3 Open Issues Need Help Last updated: Jul 3, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Enhance the project's README.md file by adding a screenshot of the dashboard UI and optionally, a short demo video showcasing key functionalities. Improve the setup instructions for clarity if necessary. This will improve the project's credibility and attract more contributors.

Complexity: 2/5
documentation good first issue

An open-source hospital OS for local clinics. Offline-first. Built for impact.

TypeScript

AI Summary: Develop a complete inventory module for an offline-first hospital operating system. This involves creating backend API endpoints (CRUD operations) using FastAPI, defining database schemas and models, and building a frontend interface (add item form and item list table) using Next.js and Tailwind CSS. The frontend should be minimally styled and consistent with the existing design.

Complexity: 4/5
enhancement good first issue

An open-source hospital OS for local clinics. Offline-first. Built for impact.

TypeScript

AI Summary: Develop a complete billing module for a hospital operating system, including both frontend and backend components. The backend requires creating a Pydantic schema for bills, adding API routes, and potentially a SQLAlchemy model. The frontend needs a form for creating bills (BillForm.tsx) and a table to list existing bills (BillList.tsx), referencing existing patient modules for structure.

Complexity: 4/5
enhancement good first issue

An open-source hospital OS for local clinics. Offline-first. Built for impact.

TypeScript