Is it vibecoded?
Selfhosted
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
-
No low-effort posts. This is subjective and will largely be determined by the community member reports.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
AI-assisted, yes.
Assisted in what way?
Does it support LaTeX blocks for math formulas?
Yes, it supports LaTeX math blocks via KaTeX.
In what way is this better than LogSeq?
Different tools. LogSeq is outliner tool with a database backend. HelixNotes is a markdown editor (with default WYSIWYG editor) with plain .md files on disk
It’s a pretty polished notes app, though couldn’t see that it supports encryption.
No, notes are plain .md files on your disk. Encryption was never the goal.
Would like to see encryption, but I have to respect having a clear goal.
I think it makes sense to handle this at a lower level. After using other notes apps, the thing I want is for it to not have some arbitrary opaque file hierarchy that locks me into it. I want a plain dir of .md files, some resources they link to, and that's it. If I want disk encryption, there are solutions for that. I can use something like LUKs to encrypt my whole drive, or even just the notes directory.
For android, afaik everything uses disk encryption by default.
The unix philosophy is do one thing really well. We don't need a note taking app that also handles encryption.
In practice this app competes with StandardNotes and Notesnook. People using those might be interested in switching, but they’ll want encryption as a feature of the app.
I've not heard of those, but to me this is a competitor to the much more ubiquitous Obsidian. Which works great, and has a whole community of support, but is not open source.
Personally, I don't need my notes app not be responsible for syncing across devices either. I already have that for other file types (photos, media, etc).
I'm not against these features being added, but this app is young, afaik it's one person writing it, so I'd rather see their time be spent making the note taking experience as good as it can be.
I also generally wouldn't trust one person to properly audit the security of the networking and encryption features. If I wanted those features, I'd still give the community time to peruse the codebase.
Doesn't look like it
Looks interesting. Any plans for an iOS version?
Definitely, yes. I'm trying to tackle them one by one.
Impressive. Thank you. 👍