NOTALONE
A Companion for Overcoming Loneliness

Loneliness is one of the most common human experiences and one of the least talked about. NotAlone is a calm, offline-first companion built by someone who lived through it — daily challenges, CBT-grounded guides, a crisis toolkit and a private mood journal, all in one quiet place.
Origin Story
This one came straight from personal experience. The app says so on its first screen: it was built by someone who lived through loneliness and disconnection, so that the next person does not have to do it in silence.
How It's Built
The most important decision was to collect nothing. Everything lives in local storage on your own device — no account, no backend reading your moods. It ships as an installable PWA and a wrapped Android app so it is always one tap away.
Engineering Notes
Local-only by principle
Every challenge, guide entry, and mood log lives in localStorage on your own device. There is no account and no backend reading your state — for an app aimed at people at their most vulnerable, choosing not to collect the data is the feature.
Shipped as a real app
It's a Next.js 16 static export wrapped as an installable PWA and packaged to an Android APK via TWA/Bubblewrap, so it's always one tap away. Firebase provides only hosting and light analytics — nothing personal.
Gallery



NotAlone is the most personal thing in this archive. Sometimes the right engineering decision is to deliberately not collect the data — to build something genuinely private for people at their most vulnerable, and let that restraint be the feature.
What It Does
Daily Challenges
Small, achievable steps toward connection — the opposite of an overwhelming self-help programme.
CBT Guides
Grounded, practical exercises for the specific thoughts that loneliness tends to bring.
Crisis Toolkit
Immediate, accessible help for the moments when it is genuinely needed.
Private Mood Journal
A local-only record of how you are doing over time — yours, on your device, and nowhere else.
Where It Stands
NotAlone is live as an installable PWA and an Android app, with everything stored locally. Because it deliberately holds no server-side data, the roadmap is content — more guides and challenges — rather than analytics.
NotAlone is a Next.js 16 (App Router, static export) app with React 19, Tailwind and Framer Motion. State is local-only via localStorage, so there is no backend holding personal data; Firebase provides Hosting and light analytics. It is packaged as a PWA and wrapped to an Android APK via TWA / Bubblewrap.