← All platforms

Install FoxChat on Framer

Drop one line into the End of body Custom Code field and publish.

FoxChat adds an AI chat bubble named the FoxChat AI Operator (you name it yourself) to your Framer site. Your AI operator reads your published pages and answers visitor questions automatically. Framer has a project-wide Custom Code panel with a dedicated "End of <body>" slot, which is exactly where a chat widget belongs. Add the snippet once and it loads on every page of the site — no per-page work and no components to wire up.

1Copy your FoxChat snippet
<script src="https://getfoxchat.com/widget.js" data-site="YOUR_SITE_ID" defer></script>

Replace YOUR_SITE_ID with the ID from your FoxChat dashboard.

2Open Custom Code

In your Framer project, go to Project Settings → General and scroll to the Custom Code section.

3Paste into End of <body>

Paste the snippet into the End of <body> tag field. This loads your AI operator after your page renders so it never slows the site down.

4Publish

Click Publish. Framer only runs custom code on the published site, so this step is required. Open the live URL and your AI operator appears in the corner.

Troubleshooting

Widget not showing?

Make sure you published after pasting — custom code never runs in the editor preview. Confirm the snippet is in the End of <body> field and the site ID is correct.

Widget covering something?

Move the bubble to the opposite corner from your FoxChat dashboard — no code change needed.

Want to remove FoxChat?

Open Project Settings → General → Custom Code, delete the snippet from the End of <body> field, and publish again.

Ready to add your AI operator to your site?

Start free

Compare plans on the pricing page.