An attractive and responsive front-end interface for a health insurance AI chatbot system.
- 🎨 Modern & Attractive Design: Beautiful gradient backgrounds, smooth animations, and professional UI
- 📱 Fully Responsive: Works seamlessly on desktop, tablet, and mobile devices
- 🏥 Insurance Selection: Sidebar with slider menu to select from 8 major health insurance providers
- 💬 Chat Interface: Clean chatbot UI ready for AI integration
- ⚡ Interactive Elements: Quick action buttons, suggestion chips, and smooth transitions
- 🔔 Status Indicators: Visual feedback for online status and selection states
- ASU Insurance plan
├── index.html # Main HTML structure
├── styles.css # All styling and responsive design
├── script.js # JavaScript functionality and chatbot integration
└── README.md # Documentation
-
Open the application:
- Simply open
index.htmlin your web browser - Or use a local server for best results
- Simply open
-
Select Insurance:
- Click on any insurance card in the sidebar
- Your selection will be saved automatically
-
Chat Interface:
- Type messages in the input box
- Click suggested questions for quick queries
- The chatbot placeholder is ready for your AI integration
Edit the CSS variables in styles.css:
:root {
--primary-color: #4F46E5;
--secondary-color: #06B6D4;
/* ... modify other colors */
}In index.html, add a new insurance card:
<div class="insurance-card" data-insurance="your-insurance-id">
<div class="insurance-icon">
<i class="fas fa-your-icon"></i>
</div>
<div class="insurance-info">
<h3>Insurance Name</h3>
<p>Description</p>
</div>
<button class="select-btn">Select</button>
</div>- Chrome (recommended)
- Firefox
- Safari
- Edge
- Opera
- Font Awesome 6.4.0 (for icons) - loaded via CDN
- No other external dependencies required!
- Voice input support
- Multi-language support
- Dark mode toggle
- Chat history export
- Document upload for claims
- Integration with insurance APIs
- User authentication
This project is open source and available for use in your hackathon project.
For questions or issues, please create an issue in the repository.
Built with ❤️ for better healthcare access