Concepts Overview
Nuxie turns natural‑language prompts into production paywalls and uses interaction‑based flows 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 generated and saved screens.
- Campaigns: containers that define entry rules and reference a flow.
- Flows: interaction/action sequences compiled from your screens.
- Segments: saved audiences you target (properties, behaviors, cohorts).
- Events: signals from your app that power segments and trigger campaigns.
- iOS SDK: initializes with an API key, sends events, and can present screens (paywalls).
A typical loop: design paywalls → publish to Library → configure a campaign → integrate SDK → send events → observe results and iterate.
Note: in SDK APIs you’ll see the term “screen” — paywalls are delivered at runtime as screens.