Is this a notification library or a full platform?
OpenClix is an open-source reference codebase for on-device engagement logic, not a hosted full engagement platform.Do I install OpenClix as a package dependency?
No. OpenClix is source-distributed: client code is copied into your repository and checked in.Do I need a backend or push infrastructure?
Not for the local-first path. You can start without APNS/FCM send pipelines.Do I need Clix-hosted services or a control plane?
No. OpenClix is designed to run in your app with your own integrations.How can I deliver openclix-config.json?
Serve openclix-config.json over HTTP either as a static file or from a dynamic API that returns JSON. Updating that static file or API response lets you change campaign settings without shipping a new app release.