VOID note-taking app design reveal

submitted by edited

https://lemmy.ml/pictrs/image/927f1709-9a9d-42a6-9ee0-f7c1ce2e5ce5.png

VOID note-taking app design reveal

Hi friends!
It’s me. Again🙃.
Long time no see, sorry for that, got the highest wall of tasks that I’ve seen in my entire life.
But somehow I still can continue working on VOID.

Today I have some great news:

About 70% of core work that I’ve done is already rewritten!

Also our designer trying hard to complete all his work as soon as possible. To this post I attach one of his completed screens, let me know what do you guys think about it)

Huge stuff is cooking right now. Hope that I didnt disappear again like in the past couple of times.

Thanks for listening ❤️

See you again soon.

VOID Repo

If you want to support my work financially:

USDT (TRC20): TGBhwVzX9JJ2n8CUVrrtLGK9EgGULBekT1

ETH (ERC20): 0x576E6fF1911B42E6E636596791a62ed501881375

67

Log in to comment

5 Comments

Nice to know that the app has a database feature. Most open source note taking apps ignore this feature. I have 2 requests -

  1. Please don't add AI. There are plenty of alternatives like Affine, Appflowy, Lokus, Knowledge Canvas - that all do the same thing.
  2. Will a binary release be possible for users to install the app easily ?

I used notion a lot before understood that it’s not exactly fit all my needs so I decided to add databases in my own app.
As for yours requests:
Personally I don’t really like ai (even local ones), Idk why, but that’s it. I wouldn’t include ai in any of my projects.
As for binary release…
After I decide that app is stable enough for publishing I’ll probably add it to AUR, fedora COPR, nixpkgs(or made a flake for nixos), flatpak, and setup auto bundling for AppImage, rpm, deb, exe and dmg versions.

Hi, looks good :)

Actually it's hard to understand what is your unique feature or at least your cores features. 🤔

Hi, thanks for your interest)
I build VOID with this in mind:
- fully open-sourced including app itself and syncing server(with docker image for self hosting of course)
- native performance (I ditched electron and tauri for gpu accelerated rendering with GPUI)
- huge customizability(editor plugins, automatizations, you-name-it)
- notion-like databases(optional, you could disable them)
- terminal integration(for running code snippets from docs, terminal applications like neovim and for fun in general)
And even more will come to my mind before release I think🙃