Chemistry is my day job. The person building this is not a marketer or a SaaS vendor, but
someone on the side of the bench who writes a lab notebook every day.
This is my third electronic lab notebook.
The first was the web application ProcessELN (processeln.com),
the second the iOS app Chemical Lab Note, and
both are released and available on the App Store.
Erlen stands on what those two taught me:
the calculation logic of the chemistry domain, the notebook → page data model,
and the owner / editor / viewer split of permissions — every one of them
took its shape in real use. None of it was designed from scratch on a hunch.
The foundation, however, was rebuilt completely.
Erlen is done entirely with Cloudflare (Workers / D1 / R2) and our own implementation, and it
depends on no outside cloud service at all.
Even the login mechanism is our own. Having no dependencies means
nothing stops because another company decided so, nothing gets repriced, and no change of terms drags you along.
What running those two taught me was that the problem was never "not enough features" —
it was that the place and the manner of holding the records were wrong.
Erlen is the third notebook, rebuilt from that conclusion.
I made it to use it myself, every day.
It has been verified end to end on real accounts, and my own records now live on it.
Even if it never sells, I will keep using it, so at least there is no risk of updates stopping.