Welcome
Embed Inboard install templates anywhere — one script tag, any platform.
Inboard turns one set of install requirements into a step-by-step walkthrough that adapts to every platform your customers are on — WordPress, Shopify, Webflow, Squarespace, and dozens more.
Choose your path
- You run a SaaS and want to build install guides — start with the For SaaS owners section. It covers projects, install templates, requirement types, variables, verification, and the widget.
- You're embedding the widget in a site or app — this developer reference has you covered: the Quick start, Configuration, and the API reference.
What you can build
- In-product onboarding — embed an install walkthrough in your own dashboard so new customers can self-serve their site integration.
- Public install pages — host the widget on a help page or onboarding flow so prospects can verify they can install your product before signing up.
- Per-customer guides — pass customer-specific variables (domain, API key, account ID) so each guide is pre-filled and copy-paste-ready.
How it fits together
Your site/app ──▶ inboard-widget.js ──▶ Inboard API ──▶ Platform detection
└─▶ Step-by-step instructions
└─▶ Verification checksThe widget is vanilla JavaScript with no dependencies — it loads in a Shadow DOM so it never collides with your styles. Everything else (platform detection, instructions, verification) happens server-side via the Inboard API.