Mininote is the leanest plain-text note tool I've used lately
The core philosophy here is zero lock-in and zero noise. It’s designed for those of us who just need a place to dump a ticket number, a quick thought, or a snippet of code without having to navigate through three layers of a workspace. It stays out of the way until it's needed, then provides a clean, plain-text environment.
The technical highlight for me is the architecture of the API. Instead of building a private internal API for the frontend and then spending weeks building a separate public-facing API for developers, I just made them the same thing. There is no "split seam" between how the app functions and how an external tool interacts with it. This makes it incredibly easy to integrate into a custom AI workflow or a local automation script.
If you're looking to set up a basic integration or want a practical tutorial on how to interact with a lean API like this, you can essentially treat the app's own requests as your documentation. Since the public API is the site's API, you can see exactly how data is being passed and replicate it for your own LLM agent or backup script.
For those who prefer a deep dive into the "why" behind this: I'm tired of my notes being trapped in proprietary formats. By sticking to plain text, you ensure that your data is portable. Whether you're moving notes into a Markdown editor or feeding them into a prompt engineering pipeline, you aren't fighting with weird formatting or hidden metadata.
It’s a beginner-friendly approach to data management. You don't need a complex deployment process or a heavy setup; it's just instant utility. I've spent the last month refining the feel of it to ensure that the friction between "having a thought" and "recording a thought" is as close to zero as possible. It's less of a "platform" and more of a digital scratchpad that respects your privacy and your time.