How to add an AI chatbot to Carrd

On Carrd, a chat widget is installed through An Embed element set to Code, placed at the end of the page. Requires publishing. Custom code is gated: Embed elements require Carrd Pro.

Where it goes

An Embed element set to Code, placed at the end of the page

Availability: Embed elements require Carrd Pro.

Adding the chatbot to Carrd

  1. 1

    Open your Carrd site in the editor.

  2. 2

    Add an Embed element at the bottom of the page.

  3. 3

    Set Type to Code and Style to Hidden.

  4. 4

    Paste the snippet and publish.

  5. 5

    Requires publishing.

The snippet you paste

<script src="https://rubyrep.com/rubyrep.js" data-rubyrep="rr_your_public_key" defer></script>

Your own key replaces rr_your_public_key — you get it after training RubyRep on your site.

Worth knowing on Carrd

  • Carrd is a single page, so a persistent widget only needs to mount once.

  • The Hidden embed style prevents Carrd from reserving layout space for the script tag.

Carrd questions

Where does the code go on Carrd?
An Embed element set to Code, placed at the end of the page. Requires publishing.
Do I need a paid Carrd plan?
Embed elements require Carrd Pro.
Will a Carrd update remove it?
Carrd is a single page, so a persistent widget only needs to mount once.
Does it slow Carrd down?
No measurable effect. The snippet is deferred, so it loads after your page has rendered, and the chat interface itself is only fetched when a visitor opens it.

Related

Get your snippet.

Enter your Carrd site and RubyRep reads it, builds your representative, and hands you the exact line to paste.

https://

Takes about a minute. No credit card.

Using something else? See all platforms.