Your life at a glance
Time passed Healthy ahead Old age

Your time is finite.
Make it count.

Most people only realise it when it's too late. In 30 seconds, FellowSeekers shows you exactly how many healthy years you have left — so you can stop drifting and start living with real intention.

Start My Journey

✓ Takes 30 seconds ✓ No account needed ✓ Instant results

Scroll
27,375
days — the average human life

Most people have already spent a third of theirs. The good news? Your habits, mindset, and choices can add — or subtract — thousands of days from that number. Fellow Seekers shows you exactly where you stand.

Smoking can subtract 3,000+ days
Exercise can add 2,500+ days
Outlook shifts your trajectory daily

Your time, made
beautifully visible

We turn cold statistics into a deeply personal dashboard that motivates action — not anxiety.

⏱️
Your personalised life clock
We use WHO life-expectancy tables and your habits to calculate your exact remaining days, weeks, and years.
📊
Habit impact bars
See, in red and green, exactly how smoking, drinking, exercise, and mindset are nudging your timeline.
🗓️
Life at a glance grid
A stunning dot-matrix of every week you've lived and every week still ahead of you.
🎯
The Bucket List
Community challenges — from 25-hour fasts to week-long digital detoxes — to help you live more, not less.
years remaining
🚬
−3,200
🍺
−1,880
💪
+2,640
🧠
+2,050

Your dashboard in under
30 seconds

No sign-up required. Start discovering your personalised insights right now.

👤
Enter your basics
Your age, biological sex, and country. That's it — we do the rest with WHO global data.
Add your habits
Smoking, drinking, exercise frequency, life outlook. Each one shifts your personal timeline.
🚀
See your life
Your personalised dashboard appears instantly — days, weeks, months, and the impact of your choices.

Changed how they
spend their Tuesdays

★★★★★

"Seeing my exact remaining days wasn't scary — it was the push I needed to finally quit smoking. That number got smaller every day I didn't act."

JM
James M.
Quit smoking · 8 months
★★★★★

"The life grid is haunting in the best possible way. Every dot is a week. I look at it before I waste an evening scrolling."

SK
Samira K.
Running 3× a week now
★★★★★

"I did the 25-hour fast bucket list challenge with 47 other people. That shared accountability made it feel completely different."

TL
Tyler L.
Completed 3 challenges
2,400+
Seekers actively tracking
14.2M
Days calculated
87%
Report a habit shift within a week

You have one life.
Find out how many
days are left in it.

A 90-second onboarding. An instant, personalised result.
No sign-up. No cost. No excuses.

✓ Works on any device ✓ No download required ✓ Add to home screen

function landingShare() { const shareData = { title: 'FellowSeekers — How many years do you have left?', text: 'I just found out how many healthy years I have remaining. Check out FellowSeekers — it\'s eye-opening! 🌍', url: 'https://fellowseekers.com' }; if (navigator.share) { navigator.share(shareData).catch(() => {}); } else { navigator.clipboard.writeText(shareData.url).then(() => { const btn = document.getElementById('landing-share-btn'); if (btn) { const orig = btn.innerHTML; btn.innerHTML = '✓ Link copied!'; btn.style.background = 'rgba(16,185,129,0.12)'; btn.style.borderColor = '#10B981'; btn.style.color = '#10B981'; setTimeout(() => { btn.innerHTML = orig; btn.style = ''; }, 2500); } }).catch(() => { window.open('https://twitter.com/intent/tweet?text=' + encodeURIComponent('I just found out how many healthy years I have left. Check out FellowSeekers! 🌍 https://fellowseekers.com'), '_blank'); }); } } // PWA install on landing page let _landingPrompt = null; window.addEventListener('beforeinstallprompt', (e) => { e.preventDefault(); _landingPrompt = e; // Once we have a prompt, update pill text to be clearer const pill = document.getElementById('install-pill'); if (pill) pill.innerHTML = '📲 Free · Install App'; }); function triggerLandingInstall() { if (_landingPrompt) { _landingPrompt.prompt(); _landingPrompt.userChoice.then(() => { _landingPrompt = null; }); } else if (/iphone|ipad|ipod/i.test(navigator.userAgent)) { // iOS — redirect to app with install instructions visible window.location.href = '/app.html'; } else { // No prompt available yet — just go to the app window.location.href = '/app.html?onboard=1'; } }