Spaces:
Running
Running
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>SRT Health - AI-Powered Offline Health Platform</title> | |
<script src="https://cdn.tailwindcss.com"></script> | |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> | |
<style> | |
.gradient-bg { | |
background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 50%, #bae6fd 100%); | |
} | |
.timeline-step { | |
position: relative; | |
padding-left: 2.5rem; | |
} | |
.timeline-step:before { | |
content: ""; | |
position: absolute; | |
left: 0; | |
top: 0; | |
width: 1.5rem; | |
height: 1.5rem; | |
border-radius: 50%; | |
background-color: #0ea5e9; | |
} | |
.timeline-step:not(:last-child):after { | |
content: ""; | |
position: absolute; | |
left: 0.75rem; | |
top: 1.5rem; | |
width: 2px; | |
height: calc(100% - 1.5rem); | |
background-color: #e0f2fe; | |
} | |
</style> | |
</head> | |
<body class="font-sans text-slate-800"> | |
<!-- Navigation --> | |
<nav class="bg-white shadow-sm"> | |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
<div class="flex justify-between h-16 items-center"> | |
<div class="flex items-center"> | |
<div class="flex-shrink-0 flex items-center"> | |
<i class="fas fa-heartbeat text-2xl text-sky-500 mr-2"></i> | |
<span class="text-xl font-bold text-slate-800">SRT Health</span> | |
</div> | |
</div> | |
<div class="hidden md:block"> | |
<div class="ml-10 flex items-center space-x-4"> | |
<a href="#features" class="px-3 py-2 rounded-md text-sm font-medium text-slate-600 hover:text-sky-600">Features</a> | |
<a href="#how-it-works" class="px-3 py-2 rounded-md text-sm font-medium text-slate-600 hover:text-sky-600">How It Works</a> | |
<a href="#about" class="px-3 py-2 rounded-md text-sm font-medium text-slate-600 hover:text-sky-600">About</a> | |
</div> | |
</div> | |
<div> | |
<a href="#waitlist" class="bg-sky-500 hover:bg-sky-600 text-white px-4 py-2 rounded-md text-sm font-medium transition-colors">Join Waitlist</a> | |
</div> | |
</div> | |
</div> | |
</nav> | |
<!-- Hero Section --> | |
<section class="gradient-bg"> | |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-20 md:py-28"> | |
<div class="md:flex items-center"> | |
<div class="md:w-1/2 mb-10 md:mb-0"> | |
<h1 class="text-4xl md:text-5xl font-bold leading-tight mb-4">Healthcare Beyond Connectivity 🌍</h1> | |
<p class="text-xl text-slate-600 mb-8">Edge AI that works when the internet doesn't.</p> | |
<div class="flex space-x-4"> | |
<a href="#waitlist" class="bg-sky-600 hover:bg-sky-700 text-white px-6 py-3 rounded-md font-medium transition-colors">Request Demo</a> | |
<a href="#how-it-works" class="border border-slate-300 hover:border-sky-400 text-slate-700 px-6 py-3 rounded-md font-medium transition-colors">Learn More</a> | |
</div> | |
</div> | |
<div class="md:w-1/2 flex justify-center"> | |
<div class="bg-white p-6 rounded-xl shadow-lg max-w-md"> | |
<div class="flex items-center mb-4"> | |
<div class="w-3 h-3 rounded-full bg-red-500 mr-2"></div> | |
<div class="w-3 h-3 rounded-full bg-yellow-500 mr-2"></div> | |
<div class="w-3 h-3 rounded-full bg-green-500"></div> | |
</div> | |
<div class="bg-slate-50 rounded-lg p-4 mb-4"> | |
<div class="flex items-center mb-2"> | |
<div class="w-8 h-8 rounded-full bg-sky-100 flex items-center justify-center mr-3"> | |
<i class="fas fa-user-md text-sky-600"></i> | |
</div> | |
<div> | |
<p class="font-medium">Patient Vital Signs</p> | |
<p class="text-xs text-slate-500">Offline Analysis Complete</p> | |
</div> | |
</div> | |
<div class="pl-11"> | |
<div class="grid grid-cols-3 gap-2 text-center mb-2"> | |
<div class="bg-white p-2 rounded"> | |
<p class="text-xs text-slate-500">Heart Rate</p> | |
<p class="font-bold">72 <span class="text-xs font-normal">bpm</span></p> | |
</div> | |
<div class="bg-white p-2 rounded"> | |
<p class="text-xs text-slate-500">SpO2</p> | |
<p class="font-bold">98 <span class="text-xs font-normal">%</span></p> | |
</div> | |
<div class="bg-white p-2 rounded"> | |
<p class="text-xs text-slate-500">Temp</p> | |
<p class="font-bold">36.7 <span class="text-xs font-normal">°C</span></p> | |
</div> | |
</div> | |
<div class="bg-white p-2 rounded text-center"> | |
<p class="text-xs text-slate-500">AI Assessment</p> | |
<p class="text-sm font-medium text-green-600">Normal Range</p> | |
</div> | |
</div> | |
</div> | |
<div class="text-xs text-slate-500 flex justify-between"> | |
<span><i class="fas fa-microchip text-sky-500 mr-1"></i> On-Device Processing</span> | |
<span><i class="fas fa-shield-alt text-sky-500 mr-1"></i> Data Never Leaves Device</span> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Problem/Solution Section --> | |
<section class="bg-white py-16"> | |
<div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8"> | |
<div class="text-center mb-12"> | |
<h2 class="text-3xl font-bold mb-4">Bridging the Healthcare Connectivity Gap</h2> | |
<div class="w-20 h-1 bg-sky-500 mx-auto mb-6"></div> | |
<p class="text-lg text-slate-600 max-w-3xl mx-auto"> | |
In remote clinics and low-resource settings, unreliable internet shouldn't mean compromised care. | |
Siloed patient data and delayed analysis put lives at risk when every minute counts. | |
</p> | |
</div> | |
<div class="bg-sky-50 rounded-xl p-8 text-center max-w-2xl mx-auto"> | |
<i class="fas fa-lightbulb text-4xl text-sky-500 mb-4"></i> | |
<h3 class="text-xl font-bold mb-3">SRT Health's Solution</h3> | |
<p class="text-slate-700"> | |
Our edge AI platform brings intelligent health monitoring and decision support directly to the point of care, | |
functioning seamlessly even without internet connectivity. | |
</p> | |
</div> | |
</div> | |
</section> | |
<!-- Differentiators Section --> | |
<section id="features" class="bg-slate-50 py-16"> | |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
<div class="text-center mb-12"> | |
<h2 class="text-3xl font-bold mb-4">Built for Real-World Healthcare</h2> | |
<div class="w-20 h-1 bg-sky-500 mx-auto mb-6"></div> | |
</div> | |
<div class="grid md:grid-cols-3 gap-8"> | |
<div class="bg-white p-6 rounded-xl shadow-sm hover:shadow-md transition-shadow"> | |
<div class="w-12 h-12 bg-sky-100 rounded-full flex items-center justify-center mb-4"> | |
<i class="fas fa-bolt text-sky-600 text-xl"></i> | |
</div> | |
<h3 class="text-xl font-bold mb-3">Edge-First AI Engine</h3> | |
<p class="text-slate-600"> | |
Optimized to run on modest hardware like Raspberry Pi, delivering real-time insights without cloud dependency. | |
</p> | |
</div> | |
<div class="bg-white p-6 rounded-xl shadow-sm hover:shadow-md transition-shadow"> | |
<div class="w-12 h-12 bg-sky-100 rounded-full flex items-center justify-center mb-4"> | |
<i class="fas fa-lock text-sky-600 text-xl"></i> | |
</div> | |
<h3 class="text-xl font-bold mb-3">Privacy-by-Design</h3> | |
<p class="text-slate-600"> | |
Sensitive health data stays on-device until you choose to sync, with end-to-end encryption. | |
</p> | |
</div> | |
<div class="bg-white p-6 rounded-xl shadow-sm hover:shadow-md transition-shadow"> | |
<div class="w-12 h-12 bg-sky-100 rounded-full flex items-center justify-center mb-4"> | |
<i class="fas fa-sync-alt text-sky-600 text-xl"></i> | |
</div> | |
<h3 class="text-xl font-bold mb-3">Seamless Sync</h3> | |
<p class="text-slate-600"> | |
When connectivity returns, data automatically syncs to your preferred cloud or EHR system. | |
</p> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- How It Works Section --> | |
<section id="how-it-works" class="bg-white py-16"> | |
<div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8"> | |
<div class="text-center mb-12"> | |
<h2 class="text-3xl font-bold mb-4">How It Works</h2> | |
<div class="w-20 h-1 bg-sky-500 mx-auto mb-6"></div> | |
</div> | |
<div class="space-y-8 max-w-2xl mx-auto"> | |
<div class="timeline-step"> | |
<h3 class="text-xl font-bold mb-2">1. Data Capture on Device</h3> | |
<p class="text-slate-600"> | |
Connect standard medical sensors or manually enter vitals. The device stores all data locally with timestamped records. | |
</p> | |
</div> | |
<div class="timeline-step"> | |
<h3 class="text-xl font-bold mb-2">2. Real-Time Inference Locally</h3> | |
<p class="text-slate-600"> | |
Our lightweight AI models analyze trends, flag anomalies, and provide clinical decision support - no internet required. | |
</p> | |
</div> | |
<div class="timeline-step"> | |
<h3 class="text-xl font-bold mb-2">3. Secure Sync & Insights</h3> | |
<p class="text-slate-600"> | |
When connectivity is available, encrypted data syncs to your systems for longitudinal records and population health insights. | |
</p> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Founder Section --> | |
<section id="about" class="bg-slate-50 py-16"> | |
<div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8"> | |
<div class="md:flex items-center"> | |
<div class="md:w-1/3 mb-8 md:mb-0 flex justify-center"> | |
<div class="w-48 h-48 rounded-full bg-white shadow-md overflow-hidden"> | |
<div class="w-full h-full bg-sky-100 flex items-center justify-center"> | |
<i class="fas fa-user-graduate text-5xl text-sky-600"></i> | |
</div> | |
</div> | |
</div> | |
<div class="md:w-2/3 md:pl-12"> | |
<h2 class="text-2xl font-bold mb-4">About the Founder</h2> | |
<p class="text-slate-700 mb-4"> | |
PhD researcher specializing in edge AI for global health, with published work on low-power medical diagnostics | |
for resource-constrained environments. | |
</p> | |
<blockquote class="border-l-4 border-sky-500 pl-4 italic text-slate-600 mb-6"> | |
"Healthcare innovation should reach everyone, everywhere - not just well-connected urban centers." | |
</blockquote> | |
<div class="bg-white p-4 rounded-lg shadow-sm max-w-md"> | |
<div class="flex items-start"> | |
<div class="mr-3"> | |
<div class="w-10 h-10 rounded-full bg-purple-100 flex items-center justify-center"> | |
<i class="fas fa-user-nurse text-purple-600"></i> | |
</div> | |
</div> | |
<div> | |
<p class="font-medium">Dr. Sarah K., Rural Physician</p> | |
<p class="text-sm text-slate-600"> | |
"This is exactly what our mobile clinics need - reliable decision support even in areas with no signal." | |
</p> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Waitlist Section --> | |
<section id="waitlist" class="gradient-bg py-16"> | |
<div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8"> | |
<div class="bg-white rounded-xl shadow-md overflow-hidden"> | |
<div class="md:flex"> | |
<div class="md:w-1/2 bg-sky-600 p-8 text-white"> | |
<h2 class="text-2xl font-bold mb-4">Join Our Pilot Program</h2> | |
<p class="mb-6"> | |
We're currently onboarding clinics, NGOs, and hospitals interested in testing SRT Health in their operations. | |
</p> | |
<div class="flex items-center"> | |
<div class="mr-3"> | |
<i class="fas fa-check-circle text-xl"></i> | |
</div> | |
<div> | |
<p class="font-medium">Priority Access</p> | |
<p class="text-sm text-sky-100">Be first to deploy in your community</p> | |
</div> | |
</div> | |
<div class="flex items-center mt-4"> | |
<div class="mr-3"> | |
<i class="fas fa-check-circle text-xl"></i> | |
</div> | |
<div> | |
<p class="font-medium">Custom Support</p> | |
<p class="text-sm text-sky-100">Dedicated onboarding assistance</p> | |
</div> | |
</div> | |
</div> | |
<div class="md:w-1/2 p-8"> | |
<h3 class="text-xl font-bold mb-6 text-center">Get Started</h3> | |
<form> | |
<div class="mb-4"> | |
<label class="block text-slate-700 text-sm font-medium mb-1" for="name">Full Name</label> | |
<input type="text" id="name" class="w-full px-3 py-2 border border-slate-300 rounded-md focus:outline-none focus:ring-2 focus:ring-sky-500"> | |
</div> | |
<div class="mb-4"> | |
<label class="block text-slate-700 text-sm font-medium mb-1" for="email">Email</label> | |
<input type="email" id="email" class="w-full px-3 py-2 border border-slate-300 rounded-md focus:outline-none focus:ring-2 focus:ring-sky-500"> | |
</div> | |
<div class="mb-4"> | |
<label class="block text-slate-700 text-sm font-medium mb-1" for="org">Organization</label> | |
<input type="text" id="org" class="w-full px-3 py-2 border border-slate-300 rounded-md focus:outline-none focus:ring-2 focus:ring-sky-500"> | |
</div> | |
<div class="mb-4"> | |
<label class="block text-slate-700 text-sm font-medium mb-1" for="use-case">Primary Use Case</label> | |
<select id="use-case" class="w-full px-3 py-2 border border-slate-300 rounded-md focus:outline-none focus:ring-2 focus:ring-sky-500"> | |
<option>Select an option</option> | |
<option>Rural Clinic</option> | |
<option>Mobile Health Unit</option> | |
<option>Field Hospital</option> | |
<option>NGO Program</option> | |
<option>Other</option> | |
</select> | |
</div> | |
<button type="submit" class="w-full bg-sky-600 hover:bg-sky-700 text-white py-2 px-4 rounded-md font-medium transition-colors"> | |
Join Waitlist | |
</button> | |
</form> | |
</div> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Footer --> | |
<footer class="bg-slate-800 text-white py-8"> | |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
<div class="md:flex md:justify-between"> | |
<div class="mb-6 md:mb-0"> | |
<div class="flex items-center"> | |
<i class="fas fa-heartbeat text-2xl text-sky-400 mr-2"></i> | |
<span class="text-xl font-bold">SRT Health</span> | |
</div> | |
<p class="mt-2 text-sm text-slate-300"> | |
Bringing AI-powered healthcare to the edge. | |
</p> | |
</div> | |
<div class="grid grid-cols-2 md:grid-cols-3 gap-8"> | |
<div> | |
<h3 class="text-sm font-semibold uppercase tracking-wider mb-4">Product</h3> | |
<ul class="space-y-2"> | |
<li><a href="#features" class="text-slate-300 hover:text-white">Features</a></li> | |
<li><a href="#how-it-works" class="text-slate-300 hover:text-white">How It Works</a></li> | |
<li><a href="#waitlist" class="text-slate-300 hover:text-white">Pricing</a></li> | |
</ul> | |
</div> | |
<div> | |
<h3 class="text-sm font-semibold uppercase tracking-wider mb-4">Company</h3> | |
<ul class="space-y-2"> | |
<li><a href="#about" class="text-slate-300 hover:text-white">About</a></li> | |
<li><a href="#" class="text-slate-300 hover:text-white">Blog</a></li> | |
<li><a href="#" class="text-slate-300 hover:text-white">Careers</a></li> | |
</ul> | |
</div> | |
<div> | |
<h3 class="text-sm font-semibold uppercase tracking-wider mb-4">Legal</h3> | |
<ul class="space-y-2"> | |
<li><a href="#" class="text-slate-300 hover:text-white">Privacy</a></li> | |
<li><a href="#" class="text-slate-300 hover:text-white">Terms</a></li> | |
<li><a href="#" class="text-slate-300 hover:text-white">Contact</a></li> | |
</ul> | |
</div> | |
</div> | |
</div> | |
<div class="mt-8 border-t border-slate-700 pt-8 flex flex-col md:flex-row justify-between items-center"> | |
<p class="text-sm text-slate-400"> | |
© 2023 SRT Health. All rights reserved. | |
</p> | |
<div class="mt-4 md:mt-0 flex space-x-6"> | |
<a href="#" class="text-slate-400 hover:text-white"> | |
<i class="fab fa-twitter"></i> | |
</a> | |
<a href="#" class="text-slate-400 hover:text-white"> | |
<i class="fab fa-linkedin"></i> | |
</a> | |
<a href="#" class="text-slate-400 hover:text-white"> | |
<i class="fab fa-github"></i> | |
</a> | |
</div> | |
</div> | |
</div> | |
</footer> | |
<script> | |
// Simple form submission handler | |
document.querySelector('form').addEventListener('submit', function(e) { | |
e.preventDefault(); | |
alert('Thank you for joining our waitlist! We\'ll be in touch soon.'); | |
this.reset(); | |
}); | |
</script> | |
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=Scientific/srt-health" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> | |
</html> |