Server running
See the widget working
before you install anything
Paste your publishable key, load the widget, and simulate user actions — right here.
Step 1 — load your widget
Step 2 — simulate completion events
Click to fire window.Boarding.complete(key) — the same call your app makes when a user does the real action.
These keys match the default checklist. Replace them with your own step keys.
Step 3 — install in your app
<!-- 1. Add one script tag --> <script async src="https://boarding.psykora.com/widget.js" data-key="pk_your_key_here"></script> <!-- 2. Identify the logged-in user --> <script>window.Boarding.identify("user-123");</script> <!-- 3. Mark a step done when the user does the thing --> <script>window.Boarding.complete("invite-team");</script>
need a key?