How to Add an AI Chatbot for Carrd Sites
A practical guide to adding an AI chatbot for Carrd: embed options, link-in-bio alternatives, simple lead capture, and a step-by-step walkthrough.
Carrd is the fastest way to ship a one-page site — a personal landing page, a launch page, a link-in-bio hub, a simple business front. But because it's a single page with no plugin marketplace, people assume you can't add anything dynamic to it, like a chat widget. You can. Adding an AI chatbot for Carrd takes about ten minutes if you're on a paid plan, and it turns a static page into something that answers visitor questions and quietly captures leads while you sleep. This guide covers exactly how to do it, what the limits are, and what to do if you're on the free tier.
Why put a chatbot on a Carrd site at all
A Carrd page is intentionally minimal. That's its strength and its weakness: there's no room to explain everything, and visitors who have one specific question often just leave. A small chat bubble in the corner closes that gap.
- It answers the question that decides the visit. Pricing, availability, "do you ship to my city," "is this still open for enrolment" — the question a visitor asks right before they decide is the most valuable one, and a static page can't answer it.
- It works around the clock. Carrd pages get traffic from social posts, link-in-bio taps, and ads at hours you're not online. A bot answers a visitor in Bengaluru at 1 a.m. just as well as one at noon.
- It captures leads you'd otherwise lose. When the bot can't fully resolve something, it can ask for a name, email, or phone number and hand you a warm lead instead of a bounce.
- It deflects repeat questions. If you keep answering the same things in your DMs, a bot trained on your content handles them for you.
The catch is that a generic chatbot that invents answers is worse than none — it erodes trust on the one page you're trying to convert from. What you want is a bot trained on your content that answers only from your material and says "I don't know" when the answer isn't there. That's the approach Alee uses, and it's the right fit for a small, high-intent page like Carrd.
What you need before you start
Two things determine whether this is a five-minute job or a workaround.
- A paid Carrd plan (Pro Standard or higher). Carrd's free tier does not allow custom embed code. To paste a chatbot's
<script>snippet you need at least the Pro Standard plan, which adds the Embed element. Carrd's paid plans are inexpensive (billed annually, in the low single digits of dollars per month), so for most people this is a small unlock rather than a blocker. - A chatbot platform that gives you an embed snippet. Almost every modern AI chatbot — including Alee — hands you one line of JavaScript to install. If your tool gives you a script tag, it will work on Carrd.
If you're on free Carrd and don't want to upgrade, skip ahead to the link-in-bio alternative below — there's a clean way around it.
How to add an AI chatbot for Carrd, step by step
Here's the full walkthrough using Carrd's Embed element. The chatbot-side menu labels may differ slightly by platform, but the flow is the same.
Step 1: Build and train the bot first
Before you open Carrd, set up the bot itself. With a content-trained platform like Alee, this means:
- Create a bot and point it at your sources. Give it your website URL, a sitemap, PDFs, a YouTube video, or just paste your FAQ text. Alee splits that content into chunks, turns each into a vector embedding, and stores it as a searchable "knowledge brain."
- Let it index. Once indexed, the bot retrieves the most relevant passages for each question and answers grounded only in your content — with sources, and an honest "I don't know" when the answer isn't there.
- Trim the junk. Remove anything you don't want quoted — an outdated price list, a draft FAQ. Garbage in, garbage out applies hard here.
Step 2: Customize tone, name, and starter questions
Spend a few minutes here so the bot feels like yours, not a generic helpdesk widget.
- Name and avatar that match your brand ("Ask Riya" beats "Chatbot").
- A specific welcome message ("Hi! Ask me about pricing, batch dates, or how to enrol").
- 2–3 suggested starter questions so visitors know what to ask.
- Brand color and persona so the tone matches your page.
Step 3: Copy your embed snippet
In your chatbot dashboard, find the Install, Embed, or Share section and copy the JavaScript snippet. It's usually a single <script> tag with a unique bot ID, looking roughly like this:
```
<script
src="https://cdn.aleeup.com/widget.js"
data-bot-id="your-unique-id"
defer>
</script>
```
Don't edit it — paste it exactly as given.
Step 4: Add an Embed element in Carrd
In the Carrd editor:
- Open your site and click the + (Add Element) button.
- Choose the Embed element.
- Set its Type to Code.
- Paste your chatbot
<script>snippet into the code box. - For Style, choose Hidden (this matters — see below).
A floating chat bubble is positioned by the widget's own code, fixed to the corner of the screen. So you don't want the Embed element to also reserve visible space on the page. Setting it to Hidden lets the script load and run while the element itself takes up no layout space, so your page design stays exactly as you built it. Place the element anywhere — bottom of the page is tidy.
Step 5: Publish and test on the live URL
Embed code generally runs on the published site, not always in the editor preview. So:
- Click Publish.
- Open the live URL in a fresh tab or an incognito window.
- Look for the chat bubble in the corner and open it.
- Ask three real questions a visitor would ask — including one tricky edge case — and confirm the answers come from your content and are accurate.
If the bubble doesn't appear, it's almost always one of: the Embed type wasn't set to Code, the site wasn't republished after editing, or a content blocker is hiding the widget (test in incognito with extensions off).
Step 6: Point leads where you'll actually see them
A bot that captures emails into a dashboard nobody checks is a wasted opportunity. Wire lead capture to your real workflow — email alerts, a Google Sheet, a CRM, or n8n via webhook — so every captured lead lands somewhere you respond from daily.
The link-in-bio alternative (and the free-tier workaround)
A lot of Carrd sites are really link-in-bio pages — the single link in your Instagram, YouTube, or WhatsApp Business profile. There are two good patterns here.
- If you're on paid Carrd: embed the bot directly as above, so visitors can chat without leaving your page. This beats a wall of links, because instead of guessing which link answers their question, they just ask.
- If you're on free Carrd (or want a dedicated chat link): host the bot on its own lightweight page and add it as one of your Carrd buttons — "Chat with us" or "Ask a question." Alee bots can live on a shareable page, so you point a Carrd link straight at it. This sidesteps the embed restriction entirely and works on the free tier. It's also handy as a standalone link-in-bio destination on platforms where you can't run scripts at all, like a plain Linktree or a social bio.
Either way, the bot becomes the always-on front desk for your link-in-bio — answering FAQs and collecting leads instead of leaving visitors to scroll a list of links and hope.
Carrd embed: native vs. link-out at a glance
| | Embedded widget (Pro) | Link-out to a hosted bot (any plan) |
|---|---|---|
| Carrd plan needed | Pro Standard or higher | Works on Free |
| Where chat happens | On your page, in a bubble | On a separate page you link to |
| Setup effort | Paste one snippet | Add one button/link |
| Best for | Landing pages, product pages | Free-tier sites, pure link-in-bio |
| Keeps visitor on page | Yes | No (opens the bot page) |
For most paid users the embedded widget is the better experience. The link-out is the pragmatic choice on free Carrd or when you want a single dedicated chat destination.
Setup checklist
- [ ] Bot trained on your real content (site, PDFs, FAQ, YouTube) and indexed
- [ ] Welcome message, brand color, and 2–3 starter questions set
- [ ] Lead capture (name/email/phone) turned on and routed to email, a Sheet, or a CRM
- [ ] Embed element set to Code and Hidden (paid plan) — or a "Chat" button linking to your hosted bot (free plan)
- [ ] Site republished and tested on the live URL in incognito
- [ ] Asked three real questions, including one edge case, and confirmed accurate answers
India-relevant notes
If your Carrd page targets an Indian audience — a coaching batch, a D2C drop, a gym, a local service — a few things matter. Visitors will ask in a mix of English and Hindi or other regional languages, and they'll ask price-and-availability questions before anything else, so train the bot heavily on your pricing, batch dates, and "how to join" content. Most of your traffic will be on mobile and on patchy networks, so keep the page light and let the chat bubble load after your content (the defer in the snippet handles this). For lead capture, phone and WhatsApp matter as much as email — collect a phone number in the chat and route hot leads to wherever you actually follow up, which for many Indian creators and small businesses is WhatsApp rather than an inbox.
Where Alee fits
Alee is a white-label AI chatbot you train on your own content. You point it at your Carrd page (or your PDFs, FAQ, and YouTube videos), it builds a vector "knowledge brain," and it answers visitors only from your material — with sources, and an honest "I don't know" when the answer isn't there, so it doesn't invent things on the one page you're trying to convert from. It captures leads inside the chat and pushes them to email, a Google Sheet, or a CRM, and on higher plans you can remove the "Powered by" badge so the widget is fully your brand. Installation on Carrd is the standard one-snippet embed described above, and the free plan (1 bot, 200 messages a month) is enough to test it on your real page. If you're comparing options, here's an honest Alee vs SiteGPT breakdown, and the pricing page lays out the plans.
Frequently asked questions
Can I add an AI chatbot for Carrd on the free plan?
Not as an embedded widget — Carrd's free tier doesn't allow custom code, so you need at least the Pro Standard plan to paste a <script> snippet. On the free plan, the workaround is to host the bot on its own page and add a "Chat with us" button on your Carrd site that links to it.
Will a chatbot slow down my Carrd page?
It shouldn't if it's installed correctly. Use the defer attribute in the embed snippet (most platforms include it) so the widget loads after your page content renders. The chat bubble should appear a moment after the page, never block it — which keeps things fast even on mobile networks.
Does the chatbot answer from my own content?
Yes, that's the whole point of choosing a content-trained tool. Alee indexes your Carrd page, PDFs, FAQ, or videos into a searchable knowledge base and retrieves the relevant passage before answering, so responses stay grounded in your material instead of being generic guesses — and it says it doesn't know rather than making something up.
Ready to try it? [Start free](/signup) with Alee, train a bot on your Carrd page in minutes, and let it answer visitors and capture leads while you focus on everything else.
Build your own AI chatbot with Alee
Train it on your site, embed it anywhere, capture leads 24/7. Free to start.