1. Sign up and start the trial
Create an account at tinyinbox.co. New accounts get a free 7-day Pro trial after you add a payment method through Stripe Checkout. The trial is required to create a site and accept conversations. See Pricing and billing if you want the details first.2. Create a site
In the dashboard, create a site for the product you want to support. Add every origin where the widget will appear, such ashttps://example.com and
http://localhost:5173.
You can change the site name, allowed origins, accent color, and welcome message
later.
3. Copy the widget snippet
After the site is created, TinyInbox shows a script tag with your site key. Copy that whole snippet. It looks like this:4. Add the snippet to your site
Paste the snippet before the closing</body> tag on pages where visitors
should be able to contact you.
If you use a site builder or CMS, add it through the custom code or header/body
injection area.
If your app configures language or visitor identity dynamically, run those
TinyInbox calls from client-only code after the widget is ready. Do not call
window.TinyInbox during server rendering or directly during component render.