πŸ’¬
ITyler Support βœ–
let conversation = []; let leadCaptured = false; // πŸ”₯ AUTO OPEN CHAT setTimeout(() => { toggleChat(); addBotMessage("Hey πŸ‘‹ Need help setting up an AI chatbot?"); }, 2000); function toggleChat() { const chat = document.getElementById("chat-container"); chat.style.display = chat.style.display === "flex" ? "none" : "flex"; } function addUserMessage(text) { const messages = document.getElementById("chat-messages"); messages.innerHTML += `
${text}
`; messages.scrollTop = messages.scrollHeight; } function addBotMessage(text) { const messages = document.getElementById("chat-messages"); messages.innerHTML += `
${text}
`; messages.scrollTop = messages.scrollHeight; } async function sendMessage() { const input = document.getElementById("chat-input"); const text = input.value.trim(); if (!text) return; // βœ… CLEAR INPUT (fix your issue) input.value = ""; addUserMessage(text); // 🧠 STORE USER MESSAGE conversation.push({ role: "user", content: text }); // πŸ’° LEAD CAPTURE if (!leadCaptured && text.includes("@")) { leadCaptured = true; addBotMessage("Awesome πŸ™Œ I’ll reach out shortly! Want me to show you how this works?"); return; } if (!leadCaptured && conversation.length >= 3) { addBotMessage("By the way β€” want me to set this up for your business? Drop your email πŸ‘‡"); } // ⏳ typing indicator addBotMessage("..."); try { const response = await fetch("https://hook.us2.make.com/sdlmfq81dq6q3y8r23dndr4gnhbo7rbh", { method: "POST", headers: { "Content-Type": "application/json" }, body: JSON.stringify({ message: text, history: conversation }) }); const data = await response.json(); // ❌ remove typing const msgs = document.querySelectorAll("#chat-messages .bot"); msgs[msgs.length - 1].remove(); const reply = data.reply || "No response"; addBotMessage(reply); // 🧠 STORE BOT RESPONSE conversation.push({ role: "assistant", content: reply }); } catch (err) { addBotMessage("Error connecting..."); } } // ⌨️ ENTER KEY SUPPORT document.addEventListener("DOMContentLoaded", () => { document.getElementById("chat-input").addEventListener("keypress", function(e) { if (e.key === "Enter") { sendMessage(); } }); });

ITyler Support

πŸš€ IT Support + AI Automation for Your BusinessFix your tech. Capture more leads. Automate your workflow.I help businesses:
- Fix computers & tech issues
- Set up websites & systems
- Install AI chatbots that turn visitors into customers
πŸ‘‰ Use the chat in the corner or contact me to get started.

πŸš€ What You GetπŸ€– AI Chatbots That Convert
Turn website visitors into real leads automatically.
⚑ Instant Responses 24/7
Never miss a message again.
πŸ“… Automated Booking
Let customers schedule without lifting a finger.
πŸ“ˆ More Leads, Less Effort
Your website works while you sleep.
πŸ› οΈ Reliable IT Support
Fix problems fast and keep your business running.

πŸ‘₯ Who This Is Forβœ”οΈ Local Businesses
βœ”οΈ Service Providers
βœ”οΈ Agencies & Consultants
If you rely on leads β€” this is for you.

πŸ’¬
ITyler Support βœ–
let conversation = []; let leadCaptured = false; // πŸ”₯ AUTO OPEN CHAT setTimeout(() => { toggleChat(); addBotMessage("Hey πŸ‘‹ Need help setting up an AI chatbot?"); }, 2000); function toggleChat() { const chat = document.getElementById("chat-container"); chat.style.display = chat.style.display === "flex" ? "none" : "flex"; } function addUserMessage(text) { const messages = document.getElementById("chat-messages"); messages.innerHTML += `
${text}
`; messages.scrollTop = messages.scrollHeight; } function addBotMessage(text) { const messages = document.getElementById("chat-messages"); messages.innerHTML += `
${text}
`; messages.scrollTop = messages.scrollHeight; } async function sendMessage() { const input = document.getElementById("chat-input"); const text = input.value.trim(); if (!text) return; // βœ… CLEAR INPUT (fix your issue) input.value = ""; addUserMessage(text); // 🧠 STORE USER MESSAGE conversation.push({ role: "user", content: text }); // πŸ’° LEAD CAPTURE if (!leadCaptured && text.includes("@")) { leadCaptured = true; addBotMessage("Awesome πŸ™Œ I’ll reach out shortly! Want me to show you how this works?"); return; } if (!leadCaptured && conversation.length >= 3) { addBotMessage("By the way β€” want me to set this up for your business? Drop your email πŸ‘‡"); } // ⏳ typing indicator addBotMessage("..."); try { const response = await fetch("https://hook.us2.make.com/sdlmfq81dq6q3y8r23dndr4gnhbo7rbh", { method: "POST", headers: { "Content-Type": "application/json" }, body: JSON.stringify({ message: text, history: conversation }) }); const data = await response.json(); // ❌ remove typing const msgs = document.querySelectorAll("#chat-messages .bot"); msgs[msgs.length - 1].remove(); const reply = data.reply || "No response"; addBotMessage(reply); // 🧠 STORE BOT RESPONSE conversation.push({ role: "assistant", content: reply }); } catch (err) { addBotMessage("Error connecting..."); } } // ⌨️ ENTER KEY SUPPORT document.addEventListener("DOMContentLoaded", () => { document.getElementById("chat-input").addEventListener("keypress", function(e) { if (e.key === "Enter") { sendMessage(); } }); });

ITyler Support

πŸ’¬
ITyler Support βœ–
let conversation = []; let leadCaptured = false; // πŸ”₯ AUTO OPEN CHAT setTimeout(() => { toggleChat(); addBotMessage("Hey πŸ‘‹ Need help setting up an AI chatbot?"); }, 2000); function toggleChat() { const chat = document.getElementById("chat-container"); chat.style.display = chat.style.display === "flex" ? "none" : "flex"; } function addUserMessage(text) { const messages = document.getElementById("chat-messages"); messages.innerHTML += `
${text}
`; messages.scrollTop = messages.scrollHeight; } function addBotMessage(text) { const messages = document.getElementById("chat-messages"); messages.innerHTML += `
${text}
`; messages.scrollTop = messages.scrollHeight; } async function sendMessage() { const input = document.getElementById("chat-input"); const text = input.value.trim(); if (!text) return; // βœ… CLEAR INPUT (fix your issue) input.value = ""; addUserMessage(text); // 🧠 STORE USER MESSAGE conversation.push({ role: "user", content: text }); // πŸ’° LEAD CAPTURE if (!leadCaptured && text.includes("@")) { leadCaptured = true; addBotMessage("Awesome πŸ™Œ I’ll reach out shortly! Want me to show you how this works?"); return; } if (!leadCaptured && conversation.length >= 3) { addBotMessage("By the way β€” want me to set this up for your business? Drop your email πŸ‘‡"); } // ⏳ typing indicator addBotMessage("..."); try { const response = await fetch("https://hook.us2.make.com/sdlmfq81dq6q3y8r23dndr4gnhbo7rbh", { method: "POST", headers: { "Content-Type": "application/json" }, body: JSON.stringify({ message: text, history: conversation }) }); const data = await response.json(); // ❌ remove typing const msgs = document.querySelectorAll("#chat-messages .bot"); msgs[msgs.length - 1].remove(); const reply = data.reply || "No response"; addBotMessage(reply); // 🧠 STORE BOT RESPONSE conversation.push({ role: "assistant", content: reply }); } catch (err) { addBotMessage("Error connecting..."); } } // ⌨️ ENTER KEY SUPPORT document.addEventListener("DOMContentLoaded", () => { document.getElementById("chat-input").addEventListener("keypress", function(e) { if (e.key === "Enter") { sendMessage(); } }); });

ITyler Support

πŸ› οΈ ServicesπŸ’» IT Support & Troubleshooting
Fix slow computers, crashes, and everyday tech issues.
πŸ–₯️ Website Setup & Optimization
Launch or improve your website quickly.
πŸ› οΈ Computer Builds & Repairs
Custom PCs, upgrades, and fixes.
🌐 Network Setup & Issues
WiFi problems, connectivity, and performance fixes.
πŸ€– AI Chatbots & Automation (Specialty)
Turn your website into a 24/7 sales machine.

πŸ’¬
ITyler Support βœ–
let conversation = []; let leadCaptured = false; // πŸ”₯ AUTO OPEN CHAT setTimeout(() => { toggleChat(); addBotMessage("Hey πŸ‘‹ Need help setting up an AI chatbot?"); }, 2000); function toggleChat() { const chat = document.getElementById("chat-container"); chat.style.display = chat.style.display === "flex" ? "none" : "flex"; } function addUserMessage(text) { const messages = document.getElementById("chat-messages"); messages.innerHTML += `
${text}
`; messages.scrollTop = messages.scrollHeight; } function addBotMessage(text) { const messages = document.getElementById("chat-messages"); messages.innerHTML += `
${text}
`; messages.scrollTop = messages.scrollHeight; } async function sendMessage() { const input = document.getElementById("chat-input"); const text = input.value.trim(); if (!text) return; // βœ… CLEAR INPUT (fix your issue) input.value = ""; addUserMessage(text); // 🧠 STORE USER MESSAGE conversation.push({ role: "user", content: text }); // πŸ’° LEAD CAPTURE if (!leadCaptured && text.includes("@")) { leadCaptured = true; addBotMessage("Awesome πŸ™Œ I’ll reach out shortly! Want me to show you how this works?"); return; } if (!leadCaptured && conversation.length >= 3) { addBotMessage("By the way β€” want me to set this up for your business? Drop your email πŸ‘‡"); } // ⏳ typing indicator addBotMessage("..."); try { const response = await fetch("https://hook.us2.make.com/sdlmfq81dq6q3y8r23dndr4gnhbo7rbh", { method: "POST", headers: { "Content-Type": "application/json" }, body: JSON.stringify({ message: text, history: conversation }) }); const data = await response.json(); // ❌ remove typing const msgs = document.querySelectorAll("#chat-messages .bot"); msgs[msgs.length - 1].remove(); const reply = data.reply || "No response"; addBotMessage(reply); // 🧠 STORE BOT RESPONSE conversation.push({ role: "assistant", content: reply }); } catch (err) { addBotMessage("Error connecting..."); } } // ⌨️ ENTER KEY SUPPORT document.addEventListener("DOMContentLoaded", () => { document.getElementById("chat-input").addEventListener("keypress", function(e) { if (e.key === "Enter") { sendMessage(); } }); });

ITyler Support

πŸ€– Turn Your Website Into a 24/7 Sales MachineStop missing leads. Start booking customers automatically.I build AI chatbots that:
- Answer customers instantly
- Capture leads
- Book appointments
πŸ‘‰ Works even while you sleep.

❌ The ProblemMost businesses:
- Miss messages after hours
- Take too long to respond
- Lose leads to faster competitors
Every missed message = lost money.

βœ… The SolutionYour AI chatbot will:βœ”οΈ Respond instantly to every visitor
βœ”οΈ Ask questions to qualify leads
βœ”οΈ Collect contact info automatically
βœ”οΈ Book appointments for you
No more missed opportunities.

βš™οΈ How It Works1️⃣ A visitor lands on your website
2️⃣ The chatbot starts a conversation
3️⃣ It answers questions instantly
4️⃣ It captures their info or books them
πŸ‘‰ You get more leads β€” automatically

πŸ’¬ Try It NowUse the chat in the bottom right corner πŸ‘‡That’s exactly what your customers will experience.

🧠 Who This Is For🏒 Local Businesses
Capture every customer inquiry
πŸ”§ Service Providers
Turn visitors into booked jobs
πŸ“ˆ Agencies & Consultants
Qualify leads automatically
πŸ›’ Any Business With a Website
If you get traffic β€” this works

πŸš€ Featuresβœ”οΈ 24/7 Instant Replies
βœ”οΈ Custom Trained on Your Business
βœ”οΈ Lead Capture Forms
βœ”οΈ Appointment Booking Integration
βœ”οΈ Smart Follow-Up Capabilities
βœ”οΈ Easy Website Integration

πŸš€ Ready to Get More Leads?Let’s set up your AI chatbot.πŸ‘‰ Message me using the chat
πŸ‘‰ Or contact me below