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

  • quick_snail@feddit.nl
    link
    fedilink
    arrow-up
    7
    arrow-down
    15
    ·
    edit-2
    1 day ago

    It’s great! Don’t reinvent the wheel

    Why not just contribute PRs to an existing project?

    • girsaysdoom@sh.itjust.works
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      3 hours ago

      There’s a lot of reasons to make your own project even if something similar exists. Differing codebase, feature roadmap, UX/UI direction, contributor politics, or even because they want to make something from scratch to add to their portfolio.

      More options are better for everyone.