Professional medical health dashboard for Carmelo - a 15-year-old canine patient
A production-ready medical dashboard system featuring comprehensive health records, clinical nutrition reports, and evidence-based care recommendations for senior canine patients.
- π Clinical Reports - Detailed nutritional analysis and blood chemistry interpretations
- π₯ Health Overview - Critical alerts, key metrics, and monitoring schedules
- π± Mobile Responsive - Professional medical UI across all devices
- π¨ Medical Design System - Clean, clinical aesthetics with healthcare-appropriate colors
- β‘ Zero Dependencies - Pure HTML/CSS/JS with Tailwind CSS (CDN)
# Clone the repository
git clone https://github.com/YOUR_USERNAME/carmelo-dashboard.git
cd carmelo-dashboard
# Start a local server (Python)
python -m http.server 8000
# Or using Node.js
npx serve . -p 8000Open http://localhost:8000/index-migrated.html in your browser.
carmelo-dashboard/
βββ index-migrated.html # Main dashboard home
βββ clinical-nutrition-report-clean.html # Primary clinical report
βββ health-overview.html # Health alerts & metrics
βββ melo-claude-report.html # Claude AI analysis
βββ chatgpt-diet-report.html # ChatGPT dietary recommendations
βββ claude-health-analysis.html # Comprehensive health analysis
βββ templates/ # Template system
β βββ base-template.html # Foundation template
β βββ report-template.html # Clinical report layout
β βββ page-template.html # Simple page layout
βββ assets/ # Static assets
βββ components/ # Reusable components
βββ js/ # JavaScript utilities
- HTML5 - Semantic structure
- Tailwind CSS - Utility-first styling (CDN)
- Vanilla JavaScript - Minimal, essential interactions
- Inter Font - Professional typography
--health-blue: #2563eb /* Primary brand */
--health-light: #eff6ff /* Light backgrounds */
--health-dark: #1e40af /* Hover states */
--destructive: #ef4444 /* Critical alerts */- Professional medical aesthetics
- Mobile-first responsive design
- WCAG accessibility compliance
- Clinical-grade color palette
- Clean typography hierarchy
Comprehensive nutritional analysis with evidence-based dietary recommendations for multi-organ support (renal, hepatic, cardiac).
Critical health alerts, key metrics, and immediate action items for quick patient assessment.
- Claude Report - Detailed health analysis and treatment recommendations
- ChatGPT Diet - Specialized dietary guidelines
- Claude Health Analysis - Comprehensive medical evaluation
Use the template system to rapidly create new pages:
# Copy base template
cp templates/base-template.html new-page.html
# For clinical reports
cp templates/report-template.html new-report.htmlTemplates use a placeholder substitution system:
{{PAGE_TITLE}}- Page title{{CURRENT_PAGE}}- Navigation highlighting{{CONTENT}}- Main content area
# Validate HTML (optional)
html5validator *.html
# Run Lighthouse audit (optional)
lighthouse http://localhost:8000/index-migrated.htmlThe dashboard is fully responsive with:
- Collapsible navigation for mobile devices
- Touch-friendly interface elements
- Optimized content layout for all screen sizes
- Mobile-first CSS approach
- Enable GitHub Pages in repository settings
- Select
mainbranch as source - Access at:
https://YOUR_USERNAME.github.io/carmelo-dashboard/index-migrated.html
# Install Netlify CLI
npm install -g netlify-cli
# Deploy
netlify deploy --prod --dir .# Install Vercel CLI
npm install -g vercel
# Deploy
vercel --prod- β Chrome/Edge (latest 2 versions)
- β Firefox (latest 2 versions)
- β Safari (latest 2 versions)
- β Mobile browsers (iOS Safari, Chrome Mobile)
This dashboard is designed for local/private deployment. Medical data should be:
- Stored securely
- Transmitted over HTTPS
- Access-controlled as appropriate
- Compliant with relevant data protection regulations
- ARCHITECTURE.md - Technical architecture details
- PROJECT-SUMMARY.md - Comprehensive project overview
- DEPLOYMENT-GUIDE.md - Deployment instructions
- templates/README.md - Template system documentation
This is a personal medical dashboard project. If you'd like to adapt it for your own use:
- Fork the repository
- Customize the content for your needs
- Maintain the medical-grade design principles
- Keep accessibility as a priority
MIT License - See LICENSE file for details
- Design inspiration from professional medical record systems
- Built with Tailwind CSS
- Typography by Inter
- Icons from Heroicons
Version: 2.0
Status: Production Ready
Last Updated: January 2026
For questions or support, please open an issue on GitHub.