Windows Installer Link: Releases · calluxpore/Memory-Atlas-V3
The core idea was to bridge the gap between chronological journaling and geographical mapping. Traditional journals are almost exclusively date-based, often ignoring the powerful psychological link between memory and physical space. I wanted to create a "spatial diary" where life events are treated as coordinates on a map rather than just entries in a list. The goal was to build a tool that allows users to visualize their personal history as a physical path, while maintaining absolute privacy. By utilizing a "local-first" approach, the project ensures that deeply personal data, locations, photos, and thoughts, remains entirely within the user's browser, bypassing the need for cloud servers or account sign-ups.

persist middleware to sync memories and groups directly to localStorage. This enables full offline capability and ensures data persistence without a backend database.react-leaflet). It features marker clustering to maintain performance when displaying high-density memory areas and a dynamic polyline system. This system draws "travel paths" based on the user’s custom group ordering, effectively turning individual points into a cohesive narrative.
This project served as a deep dive into the "Local-First" software movement. It proved that complex, data-driven applications don't always need a cloud backend to be powerful or useful. By keeping data in the browser, the application gains significant speed and total privacy. The most rewarding aspect was implementing the Timeline feature; seeing disconnected pins suddenly transform into a visual journey provided a level of reflection that standard list-based journals simply cannot match. It demonstrates the potential for "small tech"—tools that are simple, focused, and prioritize the user over the platform.
react-leaflet-cluster.localStorage, there is a functional limit on the number and size of high-resolution photos that can be attached before hitting browser quotas.GitHub Repository: calluxpore/Memory-Atlas-V3
Windows Installer Link: Releases · calluxpore/Memory-Atlas-V3