Embeds & widgets
Render a service on any site with a public key.
Widgets are the in-browser counterpart to the server API. Drop a <script> tag with a pk_* public key and the service renders on your page - no backend code required.
<script src="https://app.softsolz.uk/softsolz.js" data-public-key="pk_live_your_key" data-service-id="forms" data-form-slug="contact"></script>Domain allowlist
Each public key is locked to the origins you list when you create it. The widget only loads on an allowed origin - otherwise it is blocked. Add every domain (and port, for local dev) you embed on.
Origins must match exactly
https://yoursite.com and http://localhost:3000 are different origins. Add a key per domain.
Modes
Most widgets render inline where you place the script. Some (like Knowledge Hub) support data-mode="floating" for a corner bubble.
Try it
Use the Widget Testerto paste a public key and load any service's real widget on an example page before you ship.