Public
Like
Stuart
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
server.ts
https://stevekrouse--ffbafd3698d111f0a9b10224a6c84d84.web.val.run
A professional personal website for Dr. Stuart Hershon, MD, featuring his medical practice information, credentials, and contact details.
- Professional Medical Design: Clean, trustworthy design suitable for a medical practice
- Complete Contact Information: Office address, phone, fax, email, and office hours
- About Section: Professional background and medical specialties
- Contact Form: Functional contact form for patient inquiries
- Responsive Design: Optimized for desktop, tablet, and mobile devices
- Accessibility: Proper focus states and semantic HTML structure
├── backend/
│ └── index.ts # Main HTTP server (Hono)
├── frontend/
│ ├── index.html # Main website template
│ ├── style.css # Custom medical-themed styles
│ └── favicon.svg # Professional medical icon
└── README.md
- Address: 123 Medical Center Drive, Suite 200, New York, NY 10001
- Phone: (555) 123-4567
- Fax: (555) 123-4568
- Email: office@drhershon.com
- Office Hours: Monday-Friday with detailed schedule
- Internal Medicine
- Primary Care
- Preventive Medicine
- Chronic Disease Management
- Adult Healthcare
The website is built using:
- Backend: Hono framework for HTTP handling
- Frontend: Vanilla HTML/CSS/JavaScript
- Styling: TailwindCSS with custom medical-themed CSS
- Form Handling: Functional contact form with validation
- Responsive: Mobile-first responsive design
This is a Val Town project with HTTP trigger enabled. The main entry point is backend/index.ts
which serves the static website files and handles form submissions.