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

# Runtime Model

> Understand the local-first OpenClix execution path.

OpenClix executes engagement logic on-device.

## Execution flow

```text theme={null}
config source (in-app JSON or HTTPS JSON)
  -> app event
  -> rule evaluation
  -> schedule/show message
  -> debug reason
```

## Observability goals

* What event happened
* What rule matched
* Why a message fired or was suppressed

## Why this model

This path removes early dependency on push-delivery infrastructure so teams can test retention hypotheses faster.
