> ## Documentation Index
> Fetch the complete documentation index at: https://engineering.clinikally.work/llms.txt
> Use this file to discover all available pages before exploring further.

# Clinikally technical documentation

> Architecture and operating model for the Clinikally platform.

## Purpose

This site is the technical reference for the Clinikally platform. It documents the active local repository snapshots reviewed on 15 July 2026, the service boundaries evidenced in code and Helm configuration, and the operational conventions required to keep this documentation current.

## Platform at a glance

Clinikally is a distributed commerce and consultation platform. The marketplace uses Medusa as its commerce core, with Vector as the checkout edge service and Mint as the payment orchestrator. Catalog, search, content, inventory, fulfilment, notifications, consultation, and review capabilities are implemented as independently deployable services.

<Note>
  This documentation distinguishes direct code/configuration evidence from architectural inference. Where the exact runtime sequence is not visible in the reviewed repositories, the document says so explicitly.
</Note>

## Repository review scope

| Area               | Active branch reviewed | Notes                                                                                                                    |
| ------------------ | ---------------------- | ------------------------------------------------------------------------------------------------------------------------ |
| Most services      | `main`                 | Main was active for Atlas, Compass, Dermadesk, DevOps, Estimo, Gearbox, Konsilo, Kutt, Medusa Store, Tetris, and others. |
| Mint               | `staging`              | Reviewed from the active staging worktree.                                                                               |
| Vector             | `main`                 | Reviewed from the active worktree; it had a local modification.                                                          |
| Helpr and Hodor    | feature branches       | Reviewed from their active worktrees.                                                                                    |
| Notify and Reflekt | `development`          | Reviewed from the active development worktrees.                                                                          |

The source-of-truth code paths are named throughout this site so that each statement can be revalidated against the relevant repository.

## Read next

* [Service catalog](/platform/service-catalog)
* [Platform overview](/architecture/platform-overview)
* [Commerce flow](/architecture/commerce-flow)
* [Deployment and operations](/platform/deployment-and-operations)
