Stand Chat examples
Small, working integrations you can read in a minute and copy with one command. Plain HTML, CSS and JavaScript: no build step, no framework, public domain.
What is Stand Chat?
Stand Chat puts a conversation on your website. An AI Stand-in trained on your site answers visitors around the clock, and hands the chat to a person on your team when it matters. It installs with one script tag:
<script defer src="https://cdn.stand.chat/widget/stand.js" data-stand-id="YOUR-SITE-ID"></script>
From there, the StandChat JavaScript API and the <stand-button> and <stand-card> elements put the chat where your visitors actually need it. That's what these examples show. New here? Start with the one-line install.
Examples
Add an example
Every example is one folder, and its <head> is its entry in the list above. Copy the template, build something useful, and open a pull request.
cp -r _template my-example
npm start
Read CONTRIBUTING.md for the details.