The problem
Wanted a lightweight, native-feeling note-taking app, and an excuse to try NativePHP rather than defaulting to an Electron plus JS stack for a desktop app.
The approach
Kakikomi is a Laravel app running on NativePHP, which compiles it into a native Electron shell. That kept the whole app in PHP - routing, models, views - while still shipping as a native desktop binary rather than a web app in a browser tab.
The result
A working desktop note-taking app: basic note-taking, note starring, and password-protected notes with encryption for locked entries.