🎓 Semmelweis University
AI-Powered Chatbot Widget - Live Demo
💬 About This Widget
This is a production-ready chat widget for Semmelweis University's Translational Medicine Centre. The widget provides instant answers about programs, admissions, tuition, and more.
- Real-time streaming responses via SSE
- Responsive design (mobile & desktop)
- Customizable quick questions
- Session persistence
- Minimal performance impact
- Easy integration via single script tag
🚀 Quick Integration
Add this single line before your closing </body> tag:
<!-- Semmelweis Chatbot Widget -->
<script src="https://your-project.pages.dev/chat-widget.js" defer></script>
That's it! The widget will automatically appear on your website.
⚙️ Custom Configuration (Optional)
Override default settings by adding this before the widget script:
<script>
window.ChatbotConfig = {
apiEndpoint: 'https://your-n8n.yourdomain.com/webhook/chat',
quickQuestions: [
{ text: "Custom question 1?", emoji: "🎯" },
{ text: "Custom question 2?", emoji: "📊" },
{ text: "Custom question 3?", emoji: "💡" }
]
};
</script>
<script src="https://your-project.pages.dev/chat-widget.js" defer></script>
🎨 Try It Now!
Look for the chat bubble in the bottom-right corner or the floating chat bar at the bottom of the page. Click to start chatting!