Hey folks! I’m completely new to Lemmy and still figuring out how everything works around here... But I’d love to share a project I’ve been building.

It's called VOID (Versatile Open-source Infrastructure for Developers) - an open-source, local-first second-brain (note taking app but more powerful) application that combines the flexibility of Obsidian with the powerful organization of Notion.

Unlike many other tools, VOID is not just another note-taking app. It’s built with the idea of being a true second brain that you fully control. No vendor lock-in, no hidden cloud, no feature walls. Everything is open-source, customizable, and designed to adapt to your workflow instead of forcing you into someone else’s.

I'm currently building it with Rust, Tauri v2 and Vue.js. For certain plugins and configs, it also supports SurrealDB as a database.

check it out on my GitHub

top 50 comments

sorted by: hot top controversial new old
[–] 99 points 1 year ago (1 child)

Unlike many other tools, VOID is not just another note-taking app.

no offense. but if I got a penny for everytime Ive heard this....

  • source
  • hideshow 2 child comments
  • [–] [S] 36 points 1 year ago* (1 child)

    no offense. but if I got a penny for everytime Ive heard this…

    yeah, I know) but I try my best to make this project as perfect and useful as possible

  • source
  • parent
  • hideshow 2 child comments
  • [–] 28 points 1 year ago (1 child)

    the idea of being a true second brain

    It's good that it's built with this idea, but what is the actual implementation of this idea? What features make it «a true second brain» that other «second brain» apps (obsidian and hundred other note taking apps) don't have?

  • source
  • hideshow 2 child comments
  • [–] 28 points 1 year ago (18 children)

    I did a bunch of research into second brain/zettelkasten apps (that is to say, apps that support note taking with note interlinking and rich text) earlier this year, and I couldn't find a single app in the category that's (1) FOSS, (2) stores notes as .md files natively (Logseq will import/export to .md, but it's not native), and (3) is cross-platform in some way (for my purposes, I need it to be on Linux, Android, and Mac OS, or have a usable web app). Even the ones that get close all have some kind of gimmick to them, or are super ugly or slow or otherwise hard to use.

    If Void can get those three nailed, and do it in a usable way, it will fill a very particular and exciting niche.

  • source
  • parent
  • hideshow 20 child comments
  • [–] 6 points 1 year ago* (last edited 1 year ago) (2 children)

    Considering that one of your requirements is already using .md files, which is a format pretty common.. maybe a combination of different apps on different platforms would work? Specially considering that mobile UIs are likely gonna have different requirements than desktop UIs.

    One approach I was considering was using neutrinote on Android (which is a relatively simple but functional no-bullshit markdown editor supporting cross-linking between markdown files) and VSCode / VSCodium on the desktop (which also supports cross-linking, and I think has some note-taking related extensions), or maybe zed, or whichever editor you might already be using that can support markdown. Then use syncthing for the sync.

    However, I have not yet really gotten into it, primarily because second brain/zettelkasten note-taking in general has never really fully clicked with me, most of the time when I take notes I just use them as a scratchpad / temporary storage.. without much of a proper organization ... just a note meant to be scrapped as soon as it's acted on. Often I just use tabs in my notepad app, without really saving them to a file.

  • source
  • parent
  • hideshow 2 child comments
  • load more comments (2 replies)
  • load more comments (16 replies)
  • [–] 21 points 1 year ago (2 children)

    You might want to highlight what differentiates it from Obsidian, except being open source. Just from looking at the page, I don't know what it means to have organization capabilities from Notion?

  • source
  • hideshow 4 child comments
  • [–] 16 points 1 year ago (1 child)

    Looking good!

    Slightly off-topic, but with all the craps that's going on with Github, ever consider having your projects on Codeberg instead?

  • source
  • hideshow 2 child comments
  • [–] 13 points 1 year ago* (1 child)

    The more the merrier - have you had a chance to try anytype out?

    they have this local sync function that works even without any internet (sort of like a LAN?)

    its been really handy for me as I often work in places without internet, but retain the ability to sync between laptop & phone.

    (Also are notifications and kanbans on the roadmap?)

  • source
  • hideshow 2 child comments
  • [–] 11 points 1 year ago

    no hidden cloud

    Shots fired at Notesnook.

  • source
  • [–] 11 points 1 year ago (2 children)

    A new competitor to Obsidian other than Trilium and Logseq would be awesome. I have to ask are you vibe coding? The length of the project and extensive use of emojis in the read me makes me question… I wish you the best. If you get a server container and an iPhone app I would seriously support it.

  • source
  • hideshow 3 child comments
  • load more comments (1 reply)
    [–] 9 points 1 year ago (1 child)

    Nice :] sounds great. Any chance you will create a Flatpak?

  • source
  • hideshow 2 child comments
  • [–] 8 points 1 year ago* (2 children)

    Is it a notes app? Second brain doesn’t mean anything to me, and I don’t understand what it does from your README. The name is also confusing. What does it mean by open source infrastructure?

  • source
  • hideshow 3 child comments
  • load more comments (1 reply)
    [–] 7 points 1 year ago (1 child)

    Markdown support, plugin ecosystem, automation?

  • source
  • hideshow 2 child comments
  • [–] 6 points 1 year ago* (last edited 1 year ago) (10 children)

    There's already many foss notes apps.

    What none of them do well is syncing and collaboration without paying for hosting or self hosting. Joplin lets me workaround this with 2 Dropbox files (1 per profile, 1 being a shared profile) and it's a pain. And the Dropbox file isn't encrypted.

    An encrypted API access file I can shove anywhere and use would be lovely as an option. Anyway I can share across users would be lovely.

  • source
  • hideshow 11 child comments
  • [–] 8 points 1 year ago* (1 child)

    What none of them do well is syncing and collaboration without paying for hosting or self hosting.

    Not to pick on you here, but you're surprised that nobody is bulding an app for free and then paying for a server to also give away for free? Open source devs already struggle to make ends meet - now they're supposed to operate at a loss?

  • source
  • parent
  • hideshow 1 child comment
  • load more comments (1 reply)
  • load more comments (9 replies)
    [–] 6 points 1 year ago (1 child)

    Good luck with the project! I hope it becomes everything you want it to be, in time!

  • source
  • hideshow 1 child comment
  • load more comments (1 reply)
    [–] 6 points 1 year ago (1 child)

    I have one suggestion so far. Consider moving to Codeberg. Github has become a very unsafe place to keep FOSS projects.

  • source
  • hideshow 1 child comment
  • load more comments (1 reply)
    [–] 5 points 1 year ago (1 child)

    hi there, how it does compare with silverbullet?

    https://github.com/silverbulletmd/silverbullet

    like in the readme you say 'no server' then how do i use it on multiple devices?

    i saw the editor video, cool, is way less snappy than silverbullet. in silverbullet they immediately render the markdown and that makes the cursor jump a bit.

  • source
  • hideshow 1 child comment
  • load more comments (1 reply)
    load more comments
    view more: next ›