Skip to main content
Wizlo is a multi-tenant EMR platform designed to help clinics and healthcare organizations manage patient care efficiently. We combine a modern Next.js frontend with a scalable NestJS backend to ensure speed, security, and reliability.

Explore Documentation

Select a path below to get started with Wizlo.

Getting Started

Follow these steps to set up the Wizlo environment locally.
1

Setup Backend

Navigate to the api directory and follow the setup guide to install dependencies and start the NestJS server.
2

Setup Frontend

Navigate to the emr-frontend directory to launch the Next.js application.
3

Configure Database

Set up PostgreSQL and run the Prisma migrations to seed your database.
4

Environment Variables

Copy .env.example to .env and configure your API keys and database URL.