Getting started
After you sign up, you get an email with your dashboard access key and a one-line install snippet. Here is the whole path from payment to live:
- Open your dashboard at ai.nostedt.com/dashboard and paste your access key.
- Go to the Settings tab and fill in the short business form. That trains your bot to sound like you and answer your customers.
- Copy your embed snippet and paste it on your site (see below). That is the whole install.
- Watch leads land in your Overview tab and your inbox.
Takes about 3 minutes. You do not need a developer for any of this. If you would rather Cam set it up for you, email
[email protected] and it gets done same day.
Installing the widget
Your chatbot loads from one line of code. Copy it from the Settings tab of your dashboard. It looks like this:
<script src="https://ai.nostedt.com/widget.js" data-client="your-id" async></script>
Paste it just before the closing </body> tag on any page you want the chatbot to appear. It works everywhere:
- Squarespace: Settings → Advanced → Code Injection → Footer.
- Wix: Settings → Custom Code → Add Code to Body - end.
- WordPress: paste into your theme footer, or use a plugin like "Insert Headers and Footers".
- Shopify: theme.liquid, just before
</body>.
- Custom / hand-coded: before
</body> in your template.
The widget only runs on the website you told us about during setup. That domain allowlist is what stops anyone from copying your snippet onto a different site.
Teaching your bot
Your bot is trained the moment you fill in the Settings form, but you can refine it any time from the Teach your bot tab, in plain English, no technical wording needed.
- Type what you want changed. Example: "Do not quote prices on kitchen jobs, always say it depends on the space and offer a free estimate."
- The bot drafts the exact rule it will follow and shows it to you.
- Confirm it. Routine changes (tone, phrasing, hours, services) go live instantly. Anything touching pricing, guarantees, or commitments is reviewed by Cam the same day before it goes live.
Every rule you add is listed with its status (live, or with Cam) so you always know what your bot is doing. Bigger changes, like new services or updated hours, you can also just email to [email protected].
Reading your dashboard
Your dashboard has four tabs:
- Overview: leads captured this month, your estimated pipeline value, how many leads came in after hours, and your latest leads with names and contact info.
- Conversations: every chat, expandable to read the full transcript. Flag any bot reply as "off base" and it goes straight to Cam.
- Teach your bot: add and review the rules your bot follows.
- Settings: your business form, embed code, and billing.
The estimated pipeline number is your lead count times your average job value. Set your average job value once in the Overview tab and the dashboard shows you the service in dollars, not just chats.
Where leads go
Every time your bot captures a lead, two things happen instantly:
- You get an email with the lead's name, contact info, and their first message.
- The conversation is saved in your dashboard with the lead attached.
Nothing is lost, and you can follow up from your phone the moment the alert lands.
CRM & webhooks
Want leads to flow straight into your CRM or a spreadsheet? Your bot can POST every captured lead to a webhook URL. That works with HubSpot, Follow Up Boss, Zapier, Make, Google Sheets, or your own endpoint.
To set it up, email [email protected] with where you want leads delivered, and it gets wired up for you. The payload is simple JSON:
{
"event": "lead.captured",
"business": "Your Business",
"name": "Jordan",
"contact": "204-555-0148",
"message": "do you handle emergency water damage?",
"page": "https://yoursite.ca/services",
"at": "2026-07-10T03:47:00Z"
}
Billing
$199 CAD/month, billed on the same date each month. No setup fee, no contract.
- Manage billing: the "Manage billing" button in your Settings tab opens the secure Stripe portal to update your card or view invoices.
- Cancel: cancel any time from the billing portal or by emailing [email protected]. Access continues to the end of your current billing period.
- Refunds: because it is month-to-month, we do not refund past months, but if something is wrong, email Cam and it gets made right.
Privacy & data
Your data is yours. It is built and hosted in Canada. Your bot only ever knows your business, and only your access key can see your conversations. On cancellation, we can export your leads and delete your data on request. Full details are in the Privacy Policy.
Troubleshooting
The chat bubble is not showing on my site
Check that the snippet is pasted before </body> and that the domain matches the website you gave us during setup. If you changed domains, email [email protected] to update your allowlist.
The bot gave a wrong or off-base answer
Open the conversation in your dashboard and flag that reply with "off base", then add a rule in Teach your bot so it never happens again. The bot never invents prices or timelines; if it does not know something, it points the visitor to call or email you.
I lost my access key
Email [email protected] and a new key is sent right away.
Still stuck? Email
[email protected]. You talk to the person who built it, not a support queue, and replies come same day.