A journal
that listens
journAI is a private notebook that reads itself back to you. You write a few lines; it answers — quietly, and only when there's something worth saying.
A notebook that reads back, not a chatbot that talks first.
Most AI products lead with the model. journAI does the opposite — you write first, then the AI sits with what you wrote. It catches the mood. It notices what's recurring. It writes you a short letter every Sunday about the week you just had.
The interface gets out of the way so the writing can do its work. Long-form serif type, almost no chrome, a single accent of pink reserved for the moments where journAI actually has something to say.
It opens on iOS first, with Android to follow. The app works locally first and syncs quietly in the background. The AI never sees your entries on the device — it lives server-side, behind your account, and only ever responds when you ask.
Three small moments
that make up a week.
Good evening,
Arun.
Funny how the weight always feels heavier the night before. I'm going to try to remember that on Sunday
Your week in words.
MAY 19 — MAY 25The week kept circling the same project review — three days of low-grade dread that mostly dissolved once the conversation began. You're noticing the weight tends to sit in the waiting.
Six small capabilities,
quietly stitched together.
Distraction-free writing
Serif type, autosave, no word counter. Just a page that lets you finish your thought.
Chat with your journal
Ask "what was on my mind last March?" — journAI answers with the entries it remembers.
Mood & patterns
Every entry gets a quiet read — mood, themes, action items — surfaced over 30 days.
Sunday-night digest
A short letter delivered every Sunday — the week as journAI heard it.
Full-text search
Find the line you half-remember. Fuzzy across years of entries, ranked by relevance.
Private by default
AI runs server-side, behind your account. Keys never touch the device.
You write. It listens.
It writes back.
You write.
Open the app, write a few lines. journAI saves quietly as you go and then takes a moment to read what you wrote.
It listens.
A small server-side run picks out mood, themes, and any action items — never on your phone, never on the public model.
It reads back.
Ask it anything from the Today screen. On Sunday, it sends a short letter about the week you just had.
A small stack,
chosen with care.
The product reads like a quiet notebook, but most of the interesting work happens out of sight. Every entry triggers a small server-side pass — mood, themes, action items — written into Postgres alongside the entry itself. The same pass keeps an embedding for search and for the conversational "chat with your journal" feature.
The single most important architectural decision was this: the AI never runs on the device. Every prompt is composed in a Supabase Edge Function, signed against the user's session, and only the response comes back. Gemini's API key never sits on a phone. There is no offline LLM path, by design.
The Sunday-night digest is a scheduled Edge Function that walks the week's entries, the mood points and themes attached to them, and asks Gemini to draft a short letter in the second person — the kind of letter a thoughtful friend might write after reading along.
On the client, it's a single Expo / React Native codebase — iOS ships first, Android follows from the same source. Styled with NativeWind, instrumented with PostHog and Sentry. Payments go through RevenueCat so the storefront mess stays at the edges.
Designed, written, and shipped by one person — every screen, every edge case, every line of the digest prompt.
The first page
is the hardest.
journAI opens in late 2026. Leave an email and you'll get a single, quiet note the day it goes live — no other mail, ever.