Technology

A hospital stack you can actually operate

SmartMedics prefers a single deployable binary, a relational database of record, and an optional AI Engine — not a sprawling microservice maze for every ward screen.

Go

Single binary backend

net/http serves API and UI. One Linux binary to ship, restart, and roll back — ideal for on-prem or private cloud hospital IT.

DB

PostgreSQL of record

One database across modules so clinical, pharmacy, and billing events stay consistent — the foundation for Silent AI that can “connect dots.”

UI

Server-rendered shell

Go html/template + focused JavaScript. Fast first paint, no React build pipeline, progressive soft navigation for SPA-like feel.

Gateway in, Engine optional

Modules never call an LLM directly. They talk to a thin AI Gateway. If the Engine is offline, assist returns “not available” instantly — workflows continue.

  • Advisor — soft whispers and pre-fills
  • Watcher — quiet mistake catching across inputs
  • Licensed AI Engine as a separate service
AI Gateway Local LLM ready ErrAINotAvailable AI-off test path Licensed Engine
Technology and healthcare collaboration

What we build with

Core stack

Go PostgreSQL HTML templates Vanilla JS WebSocket updates

Security posture

Session cookies CSRF protection CSP script-src self Role / module gates Hospital-scoped data

Talk architecture with our team

On-prem, private cloud, or hybrid — we’ll match SmartMedics to your IT constraints.

Contact us