OpenAltFinder
Jotty

Jotty

Lightweight self-hosted app for managing personal file-based notes and checklists.

Open source alternative to:

Jotty is a minimalist, self-hosted note-taking and checklist application built for simplicity and control. It stores notes as plain files, giving you full ownership of your data without relying on any proprietary sync service.

Designed for homelab and personal use, Jotty covers everyday productivity needs — quick notes, to-do lists, and checklists — without the complexity of feature-heavy tools like Notion. It is lightweight by design, making it easy to deploy and maintain on your own infrastructure.

With Docker-based deployment, Jotty is a practical choice for self-hosters who want a fast, no-frills notes manager that stays out of the way.

Frequently Asked Questions

What kind of app is Jotty — is it a Notion alternative?

Jotty is more focused than Notion: a self-hosted app for personal notes and checklists rather than a full wiki/database platform. It is licensed under AGPL-3.0, built with Next.js and the TipTap editor (with syntax highlighting and full Markdown support), and is geared toward individuals or small teams managing tasks and notes rather than building block-based documents.

How does Jotty store my data?

Jotty is fully file-based — there is no database. Notes are stored as Markdown and checklists as JSON inside a single data/ directory that you mount as a Docker volume. That means backups are as simple as rsync or tar on the host, and you can read, edit, or version your content with normal Unix tools.

Does Jotty support encryption?

Yes — Jotty offers full PGP encryption for notes, documented in howto/ENCRYPTION.md in the repo. Encryption and decryption are done per-item, and the project explicitly markets this as a privacy-first feature for self-hosters. The app is also themable, with 14 built-in themes plus custom theme and emoji support.

Is there a mobile app, and does Jotty work offline?

There is no native mobile app, but Jotty is built mobile-first as a PWA — install it to your home screen and it behaves like an app-store app. The README is upfront about offline behavior: pages you've visited while online are cached and re-readable offline, but offline CRUD (create/edit) is not yet supported.

Looking for contributors

This project is actively seeking help, join the community!

Visit Jotty
License
AGPL-3.0
Self hostable
Yes
Repository details
Version
1.26.1
Created
8/11/2025
Stars
1,984
Forks
113
Open issues
70
Last commit
8/13/2026

Updated 8/18/2026, 9:00:30 PM

View Repository
Repository activity

Similar open source alternatives