this post was submitted on 12 Nov 2025
46 points (92.6% liked)

Privacy

43184 readers
431 users here now

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

Related communities

much thanks to @gary_host_laptop for the logo design :)

founded 6 years ago
MODERATORS
 

Hello everyone!

TL;DR:
Journiv is a a beautiful, self-hosted, privacy-first journaling app with mood tracking, daily prompts, and meaningful insights. The mission is simple: your memories should always stay yours. Own them, don’t rent them.

Journiv 0.1.0-beta.4 is now live on GitHub and fully Docker-hostable.
Start owning your thoughts and memories forever and keep them completely private.

The Story Behind Journiv

I got into self-hosting last year and while exploring options journaling solution, I realized there wasn’t a truly modern, self-hosted equivalent to Day One or Apple Journal. Most alternatives were either general note apps or old abandoned projects.

I wanted something focused on journaling with:

  • “On This Day” memories
  • Prompt-based journaling
  • A clean, minimal, distraction-free writing experience

So… I built my own: Journiv, a beautiful (at least I am trying to make it so), self-hosted, privacy-first journaling app with mood tracking, daily prompts, and meaningful insights.

Get Involved

Give Journiv a try, share your feedback and report issues. It means a lot at this stage.

top 10 comments
sorted by: hot top controversial new old
[–] thepaperpilot@incremental.social 1 points 1 day ago (1 children)

I just recently discovered SilverBullet and have been happily using that for journaling. Its self hosted and lets you add functionality by writing lua scripts.

[–] rockstar1215@lemmy.world 1 points 14 hours ago (1 children)

I tried silver bullet too. Problem with all note taking/knowledge management app are they are just that note taking app not Journaling app and miss all core aspect of journaling.

[–] thepaperpilot@incremental.social 1 points 6 hours ago (1 children)

I actually just made a bunch of utils for my own journaling in SB, including a button to always open the days journal page, which uses a template to get things like prompts and show widgets for things like how I felt that day.

I wonder, what aspects of journaling do you find missing from note taking apps?

[–] rockstar1215@lemmy.world 1 points 6 hours ago

It is listed in the post. There are tons. Please visit the website you will see all the features which are present and also ones being added.

[–] glimse@lemmy.world 5 points 2 days ago (1 children)

I was planning to "start over" on my home server when I moved but so far I've only set up HA on a standalone device.

This project might be the push I need to get the real server online again, nice work

[–] rockstar1215@lemmy.world 3 points 2 days ago

Thank you. Best of luck.

[–] terminal@lemmy.ml 2 points 2 days ago (1 children)

Nice looking project. Will there be amy export/backup functionality? I wouldnt want to keep a journal in a young project that doesnt have some sort of migration option.

[–] rockstar1215@lemmy.world 2 points 2 days ago (1 children)

Thanks. Export will be added pretty soon. As of now you can export entries in PDF as that was one of the most requested feature. Since the beauty of self hosting is that all the data lives on your machine. You have it with you all the time. It is just a database (sqllite or postgres) and all your media files under a directory. Back up is pretty simple you just backup the docker volume or the bind mount directory which is standard for docker.

Although I do want to add a more human accessible export output which people who do not want to deal with db can use.

What kind of export would you like to see?

[–] terminal@lemmy.ml 2 points 2 days ago (1 children)

Anything that would be considered plaintext (markdown, org, etc…) or something easily portable like html export.

I always think about these things in the sense of how would i pass this journal on to less technically capable family members if it became necessary.

[–] rockstar1215@lemmy.world 1 points 2 days ago

Cool. Makes sense. Can I request you to open a issue on github to track this? Thanks.