top | item 46034323

(no title)

xanth | 3 months ago

This looks like it has great potential, but what I really want is an open source "notion" with a well considered plugin & schema model. I desperately want to sync back all my data into a single cohesive graph; notes, reading list, messages, exercise activity in a more compute friendly format than MD files.

discuss

order

pscanf|3 months ago

Adding my own to the list: https://github.com/superegodev/superego (Warning: still an alpha.)

Distinctive points:

- It exposes the "database metaphor": your data is organized in collections of documents, each collection having a well-defined schema.

- It's all local in an app (no server component to self-host).

- It has an AI assistant on top that you can use to explore / create / update.

- It allows you to create small personal apps (e.g., a custom dashboard).

- It allows you to sync data from external sources (Strava, Google Calendar, Google Contacts.)

Cons:

- The database metaphor is quite "technical". A "normal" user is not comfortable with the idea of creating their own collections, defining a schema, etc. In fact, right now I only have developers and techies as a target audience.

- It's not optimized for any one use case. So, for example, as a notes-keeper Notion is obviously much better.

- It's still in early stages (I'm working on it alone), so:

  - There's no mobile app yet.

  - It doesn't yet support syncing between devices.

  - There are just 3 connectors to sync from external sources.

square_usual|3 months ago

There's a ton of these right now. I did some research the other day and found at least five "open source" (to various degrees, all of these are not strictly speaking open source but open core) notion alternatives, and they're all in some ways better, in some ways worse than notion. I settled on AFFiNE [0] because it felt the snappiest, but they've got a lot of telemetry and tracking so I forked to remove that and use my telemetry-removed frontend as a PWA.

[0]: https://github.com/toeverything/AFFiNE

xanth|3 months ago

I've looked into AFFiNE, it doesn't have the native data ingress I'd like.

neodymiumphish|3 months ago

It's definitely a work in progress, but AnyType has a lot of functionality similar to Notion. I haven't used it in a while, so I don't know whether there are plugins in any meaningful capacity.

From past experience, it's even pretty simple to host your own sync server to get away from their account/storage limits.

notachatbot123|3 months ago

AnyType is not open-source.

wim|3 months ago

We're building a new multiplayer IDE but for docs/tasks [1]. Local-first, real-time collaborative and end-to-end-encrypted sync. Not open source but self-hostable with a single binary and hackable with plugins (custom properties, views, code, etc).

[1] https://thymer.com

abstractbeliefs|3 months ago

No open source, then I'm not playing.

I use Zim wiki for everything just now and I don't like it. I'm in the market for a replacement, and would even pay like with how Immich does it.

Unless the source code is available or you put it into legal escrow for when you go bust/abandon the software†, I will not invest my time and data into a system where I am entirely dependent on another organisation or service.

† And you will go bust or abandon the software before I die!

ObengObeng|3 months ago

I will definitely be checking this out when it comes out! Hopefully soon!

ednico|3 months ago

Seems amazing - I cannot wait to test Thymer out!

bakli|3 months ago

Like Obsidian?

Kye|3 months ago

I was surprised at how similar Trilium looks to Obsidian when it was suggested in a thread somewhere: https://triliumnotes.org/

It's open source and as far as I can tell uses a database.

shmoogy|3 months ago

Obsidian isn't open source

Jaxan|3 months ago

I specifically like md, because I will always be able to open it and modify, even if the original app no longer exists. I use obsidian without any extensions.

I must admit that I don’t archive things like exercise activity. So maybe the simple mindset won’t work then.

kgarten|3 months ago

Logseq? (Though it uses md)

elbear|3 months ago

Tiddlywiki

gman83|3 months ago

AppFlowy ?

blubber|3 months ago

Isn't really (ie fully) open source, is it?

albertdessaint|3 months ago

You might be interested in Graphiti: https://github.com/getzep/graphiti. With a self-hosted Graphiti MCP, you can connect ChatGPT or Claude to build a knowledge graph from all your data. You can then query and update the graph directly through conversation & by ingesting data and visualize the graph using tools like the Neo4j Explorer.Don’t know if that could fit your use case but that could be a fun way!