Set up your
secure worker
Set up your free Cloudflare Worker once — it keeps your API key hidden and protects against spam.
Sign up free at Cloudflare Workers
Go to workers.cloudflare.com and create a free account.
Create a Worker and paste the code
Create Worker → Start with Hello World → Deploy. Then Edit code, select all, paste the worker.js file, Deploy again.
Add your API key as a secret
Settings → Variables and Secrets → Add. Name it exactly ANTHROPIC_API_KEY, type Secret, paste your Claude API key, save.
Redeploy to activate the secret
Go back to Edit code and click Deploy one more time so the worker picks up the API key.
Reading the
website
Pulling content from the website so the AI knows the business inside out.
Your chatbot's
brain
Claude has written a custom sales prompt from the website content. Review and edit it freely.
This is the AI's personality and knowledge. Edit freely — the better this is, the better it sells.
Get an email every time the chatbot captures a lead. Uses Web3Forms (free). Paste your Web3Forms access key below.
Get your free key at web3forms.com — enter your email, they send you a key instantly. No account needed.
Test your
chatbot live
Your chatbot running for real. Click the button in the corner and have a conversation.
Deploy your
chatbot
Download the chatbot file and follow the instructions for your client's platform.
Upload chatbot.html to your server
Via FTP or cPanel, upload to /public_html/chatbot.html.
Add to WordPress footer
Use the "Insert Headers and Footers" plugin, paste this before </body>:
Upload chatbot.html to your root folder
Same folder as your index.html.
Paste before </body> on every page
Settings → Custom Code (requires Premium)
Set placement to Body end, apply to All Pages.
Upload via Content → Files, copy the CDN URL
Edit theme.liquid before </body>
Your worker stays active. Enter a new client's URL and repeat — takes 5 minutes per client.