Every Choice Shapes Tomorrow
LYF Mail is a privacy-first digital wellness platform based in Varanasi, Uttar Pradesh, India. Since 2020, we have delivered free curated newsletters and open-source tools to 50,000+ subscribers across India — helping people make better decisions about their health, wealth, career, and mental wellbeing.
This repository contains the official Progressive Web App (PWA) for LYF Mail. Install it on any device for instant access to newsletters, tools, and insights — no app store required.
https://lyfmail.com — Free weekly newsletters for health, wealth, career, creativity & mindfulness
- Health & Wellness Guide
- Personal Finance Guide
- Career Development Guide
- Creativity Resources
- Mindfulness Practices
| Tool | Description | Live App |
|---|---|---|
| TrustLens | Detect misinformation before you share. Privacy-first credibility analysis. | trustlens.lyfmail.com |
| LYF SOS | Emergency safety app. Works without internet. Built for India. | lyfsos.lyfmail.com |
| PDPR | Public Dark Pattern Registry. Document deceptive UX ethically. | pdpr.lyfmail.com |
| Ebb | Privacy-first period tracker. Homomorphic encryption. Your data stays yours. | ebb.lyfmail.com |
| Together | Community mental health support. Shared therapeutic silence. | together.lyfmail.com |
| Rewriter | AI-powered narrative therapy and health content writing assistant. | lyfmail-official.github.io/rewriter |
| Offload | Stress relief tool. Binaural beats, dream journal, zero cloud storage. | lyfmail-official.github.io/offload |
| Signals | Privacy-first analytics. Human vs. bot detection without cookies. | signals.lyfmail.com |
docs.lyfmail.com — Technical guides, API references, and contribution guidelines
- Installable — Add to Home Screen on Android, iOS, Windows & macOS.
- Offline Support — Loads cached interface without internet.
- Super-Fast Performance — Optimized caching and minimal payload.
- App-Like UI/UX — Fullscreen, immersive experience.
- Push-Notification Ready — Future enhancement.
- Secure by Default — HTTPS, service workers, secure headers.
- Lightweight — Optimized for low-end devices and Indian network conditions.
app.lyfmail.com/
│
├── index.php
├── manifest.php
├── service-worker.js
├── offline.html
├── favicon.ico
├── robots.txt
├── sitemap.xml
├── .htaccess
│
├── css/
│ └── styles.css
│
├── js/
│ └── app.js
│
└── assets/
├── logo/
│ └── logo.png
├── icons/
│ ├── icon-192.png
│ ├── icon-512.png
│ └── icon-512-maskable.png
└── seo/
├── og-lyfmail-app.jpg
├── twitter-lyfmail-app.jpg
└── screenshot-lyfmail-app.png🔧 Tech Stack • PHP (for dynamic manifest + routing). • JavaScript (service worker, caching logic, UI functions). • HTML/CSS. • Web App Manifest (served via PHP).
📦 Installation (For Developers)
- Clone the Repository
git clone https://github.com/lyfmail-official/lyfmail.git
cd lyfmail
- No Build Tools Required
This PWA does not require npm, composer, bundlers, or frameworks.
It works on any Linux server with: • PHP 7+ • HTTPS enabled
- Deploy to Your Server
Upload all files to your hosting:
public_html/
or
your-subdomain/
or
app.domain.com/
- Ensure HTTPS is Active
PWAs require SSL to install on devices.
- Register the Service Worker
Ensure this code exists inside of index.php:
<script>
if ("serviceWorker" in navigator) {
navigator.serviceWorker.register("/service-worker.js");
}
</script>
🌐 Deployment
You can deploy the PWA anywhere that supports HTTPS:
- GitHub Pages
- Netlify
- Vercel
- CyberPanel + OpenLiteSpeed
- Any VPS/Shared Hosting
Upload the build/ or public/ folder to your server.
📲 How Users Install LYF Mail PWA
- Visit LYF Mail or your subdomain.
- Browser will show “Add to Home Screen” prompt.
- Tap Install.
- LYF Mail becomes an app on the device.
🛡️ Security
- Fully HTTPS compliant.
- CSRF & CORS ready.
- Follows PWA security best practices.
- No sensitive data stored in browser.
🗂️ Roadmap
- Push notifications.
- Offline email drafts.
- Multiple account support.
- Dark mode.
- Performance upgrades.
🤝 Contributing
We welcome contributions!
Maintained by LYF Mail · Founded by Ajay Kumar Chaudhary
