Concepts Overview
Nuxie turns natural‑language prompts into production paywalls and uses node‑based workflows to decide when to show them. Here’s the big picture:
- Paywalls: AI‑generated UI you iterate on in an infinite canvas.
- Library: your source of truth for published paywalls and their versions.
- Campaigns: containers for workflows that target users and show paywalls.
- Workflows: node graphs that react to events, check conditions, and take actions.
- Segments: saved audiences you target (properties, behaviors, cohorts).
- Events: signals from your app that power segments and trigger workflows.
- iOS SDK: initializes with an API key, sends events, and can present flows (paywalls).
A typical loop: design paywalls → publish to Library → build a campaign workflow → integrate SDK → send events → observe results and iterate.
Note: in SDK APIs you’ll see the term “flow” — paywalls are delivered at runtime as flows.