Overview / Get access
Everything you need to run it yourselves

Pull it, run it,
test it

Here's the secure env link, both repos, and the steps to get the backend running so you can drive IQ before we even get on Zoom.

Step 1 ยท The environment

Secure backend env

This is the secure link to the backend environment variables โ€” the keys and config that let you pull the backend code and actually run it. Open it, grab the env, drop it into the backend repo.

๐Ÿ” Backend environment (Proton secure link)

Single secure link โ€” treat it like a password. It contains the full backend .env so you can run the platform locally and against the live infrastructure.

Open the secure env link โ†’

Step 2 ยท The code

Both repos

BACKEND ยท complete

backend-cliniciq

The FastAPI backend โ€” onboarding, knowledge base, IQ agent, builders, and MIOSA integration. This is what the env above plugs into.

Open backend repo โ†’

FRONTEND ยท porting

clinic-iq-frontend

The Next.js front end โ€” chat, the workspace panel, and all modules. This is the ported repo we're finalizing (the workspace-panel format).

Open frontend repo โ†’

Step 3 ยท Run it

From zero to local in a few commands

# backend โ€” FastAPI
git clone https://github.com/platform-cliniciq/backend-cliniciq
cd backend-cliniciq
# paste the .env from the Proton secure link above
uv sync            # install deps
alembic upgrade head
uvicorn app.main:app --reload     # โ†’ http://localhost:8000

# frontend โ€” Next.js (the ported repo)
git clone https://github.com/platform-cliniciq/clinic-iq-frontend
cd clinic-iq-frontend
bun install
# set NEXT_PUBLIC_API_URL=http://localhost:8000/api/v1
bun dev            # โ†’ http://localhost:3000

Exact run commands and any gotchas we'll cover live โ€” but this gets you 90% of the way before the call.

Step 4 ยท Let's talk

Zoom this afternoon

Plan: grab the env, clone both repos, and poke around. Then we get on Zoom โ€” I'll walk you through the whole system, get you both fully set up, and you start driving IQ to generate and deploy real apps yourselves.

Timing: I haven't slept and I'm about to crash. Let's lock the afternoon โ€” as soon as I'm up and fed, I'll call. Make yourselves available and we'll knock it all out.

Quick reference