Tutorials
Create Your First Application
Set up a web application that can host flows and runtime settings.
What this tutorial does
You will create a web application that can host Fluxyn flows.
Steps
- Open Applications in Studio.
- Click Create Application.
- Choose Web as the platform.
- Give the application a clear name.
- Add at least one allowed origin, such as your local site or staging domain.
- Review trigger settings and save.
When to configure runtime settings
You only need held events and bypass events if normal event processing should wait for something else, such as consent or another readiness signal.
If you are not using that pattern yet, leave runtime settings empty.
What to watch out for
- Origins must match the real site where the runtime loads.
- Trigger settings affect whether built-in page listeners can fire.
- Held events pause normal event processing until they are released.
Next step
Continue to Install the runtime.