Free, open source notes project
Hello everyone! I wanted to share a project I’ve been working on. For a while I’ve been working on a react native mobile handwritten notes engine that I open sources about a month ago.
I had originally written it for a paid app that I spent a lot of time working on, but after reading a lot of Reddit conversations and thinking about my own experiences, I realized a lot of people are looking for no-bloat, cheap/free note taking apps.
Hence, I used my engine to make “OpenNotes”. It’s not perfect, there are some kinks I have to work out with wrapping my engine better, and of course continuing to improve the engine as a performant engine is sooo hard to build, but I think it is quite solid, especially considering it’s open source, free, and has a clear route to improvement since the focus is not to add bloat features or get sidetracked from creating a really good core note taking experience.
Also, the engine supports iOS and android so I’m working on getting the android app published too.
If anyone wants to try the first version of the app it’s here:
https://apps.apple.com/app/opennotes-notes-pdf-markup/id6771224004
And if anyone wants to contribute, check out, or try the engine or app source, they’re here:
Engine: https://github.com/mathnotes-app/mobile-ink
App: https://github.com/mathnotes-app/OpenNotes