This is an external open-source GitHub repository imported into the WOCSOL Marketplace for discovery. The original repository owner is the primary creator.
VITALIt is a free, open-source hospital management system. Itβs built to replace expensive, outdated healthcare software with something fast, modern, and self-hostable. You own your data, you control the system, no subscriptions or vendor lock-in
VITALIt is a free, open-source hospital management system. Itβs built to replace expensive, outdated healthcare software with something fast, modern, and self-hostable. You own your data, you control the system, no subscriptions or vendor lock-in
# π₯ VITALIt [](LICENSE)     Open source hospital management system. Built to replace π° expensive, outdated enterprise software. Free forever, fully self-hostable, no vendor lock-in. --- ## β¨ Why VITALIt Hospitals and clinics often pay 5 figures a year for slow, clunky software. VITALIt is built to give them a modern, reliable alternative without the cost. It has all the core modules you need to run a hospital. --- ## π Features * π§ββοΈ Full patient, doctor, appointment, billing, inventory, and admin modules * π Role-based access control and secure authentication * π Real-time dashboards and activity tracking * π± Works on desktop, tablet, and mobile * πΎ 100% self-hostable, you own your data --- ## π» Tech Stack **Frontend**: Next.js 14, Tailwind CSS, TypeScript **Backend**: FastAPI, PostgreSQL, SQLAlchemy **Auth**: JWT, RBAC **Other**: Framer Motion, Pydantic, bcrypt --- ## π Quick Start **Requirements**: Node.js 18+, Python 3.10+, Git ```bash # Clone the repo git clone https://github.com/basedavishkar/vitalit-os.git cd vitalit-os # Backend setup python -m venv venv source venv/bin/activate pip install -r requirements.txt # Frontend setup cd ../frontend npm install ``` **Run the app** ```bash # Backend cd backend uvicorn main:app --reload --port 8000 # Frontend cd frontend npm run dev ``` Access: Frontend β [http://localhost:3000](http://localhost:3000) Backend API β [http://localhost:8000](http://localhost:8000) API Docs β [http://localhos
Ask questions or discuss this product. New comments are reviewed before publishing.
Loading comments...