73-Year-Old Cardiac Patient Builds Health Tracking PWA with Claude AI

ClinBridge: A Health Tracking PWA Built with Claude AI
A 73-year-old individual with no prior coding experience built a complete Progressive Web App for health tracking using Claude AI. The project started after a hospitalization for dehydration in November 2025, when they couldn't find an existing app that met their specific needs.
Key Details from the Build
The developer has congestive heart failure, diastolic dysfunction, heart valve disease, sick sinus syndrome, bradycardia, coronary artery disease, peripheral artery disease, a history of TIAs, and hypertension. They built ClinBridge over several months using conversation-driven development with Claude.
App Features:
- Tracks blood pressure, fluid intake, weight, heart rate, symptoms, meals, and activities
- All data stays on the phone with no external transmission
- No account required
- Completely offline functionality
- Local storage only
- Free with no ads, subscriptions, or accounts
Technical Details:
- Progressive Web App (PWA) that installs on any phone
- Current version: 9.9.25
- Entire codebase is open source on GitHub
- Built specifically for cardiac patients dealing with similar health tracking needs
The developer emphasizes that Claude didn't replace a developer but enabled someone with no coding background to become one. The app is available live at clinbridge.clinic, with source code at github.com/sommerstexan-lgtm/ClinBridge.
📖 Read the full source: r/ClaudeAI
👀 See Also

Non-coder builds cryptographically secure AI microservice using Claude, Gemini, and ChatGPT
A 60-year-old with zero coding experience built an AI microservice called AgentGate in one week using Claude Code for writing, with cross-auditing by Gemini and ChatGPT. The system includes SQLite database, progressive rate-limiting, Ed25519 cryptographic signing, and 50+ passing tests.

Practical Applications of OpenClaw for One-Person Company Operations
A developer shares their experience using OpenClaw for running a one-person company, noting it runs on your own machine in a VM or on a Mac Mini and connects to existing tools. The post suggests it's most applicable for repetitive tasks and small operations work rather than fully autonomous company management.

Practical OpenClaw use cases for non-technical users
Users deploy OpenClaw primarily for inbox management, handling tasks during downtime, smart reminders, quick research, and voice interactions. Simplicity and convenience drive adoption more than advanced features.

Building an AI Cortex with Claude Code: Architecture and Context Library Insights
A developer built a platform where Claude writes, reviews, and auto-merges code, with the key insight being a structured context library that compounds over time. After six weeks, the AI reportedly knows the company better than a new hire after a year.