HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Pi9h

no profile record

Submissions

Show HN: I am building an open-source Confluence and Notion alternative

github.com
551 points·by Pi9h·il y a 2 ans·217 comments

comments

Pi9h
·il y a 3 mois·discuss
I’m building a self-hosted Confluence alternative called Docmost. It’s open-source and can run fully air-gapped.

GitHub: https://github.com/docmost/docmost
Pi9h
·il y a 3 mois·discuss
Perhaps try it first before dismissing it as just a “note-taking tool,” which it isn’t.

We have support for team-spaces, permissions, diagrams, real-time collaboration, comments, page verification workflows, AI, SSO/LDAP, search, audit logs, API, public sharing, and a lot more.

Btw, we have plans to introduce a database-like feature.
Pi9h
·il y a 3 mois·discuss
I’m building Docmost, a self-hosted alternative to Notion and Confluence.

It’s open-source, easy to self-host and feature-packed.

GitHub: https://github.com/docmost/docmost.
Pi9h
·il y a 10 mois·discuss
If you are looking for a self-hosted Confluence alternative, I am building Docmost - an enterprise-ready wiki solution.

We have support for spaces, real-time collaboration, built-in diagrams (drawio, mermaid, excalidraw), comments, groups/permissions and more.

url: https://docmost.com
Pi9h
·il y a 12 mois·discuss
I am also building https://docmost.com, a self-hostable Confluence alternative that can run fully air-gapped.

It has support for spaces, real-time collaboration, a rich-text editor, built-in diagrams support and more.

We launched on HN 1 year ago: https://news.ycombinator.com/item?id=40832146
Pi9h
·il y a 12 mois·discuss
The next sharing goal would be to make it possible to share an entire "Space", but not the "Workspace" itself.

Would that fit the ideas you have in mind?
Pi9h
·il y a 12 mois·discuss
You could use the Iframe embed feature to embed your NocoDB databases.
Pi9h
·il y a 12 mois·discuss
If anyone is looking for an alternative to Notion without the bloat, I’m building https://docmost.com.

It has a nice UI, real-time collaboration, diagrams support and more.

You can self-host it too.
Pi9h
·l’année dernière·discuss
I am building Docmost (Open-source alternative to Confluence and Notion).

We have integrated support for Excalidraw, Draw.io and Mermaid diagrams; Plus real-time collaboration.

Github: https://github.com/docmost/docmost
Pi9h
·il y a 2 ans·discuss
Docmost founder here.

Thanks for reporting the mobile table issue. I will have a look at it.

The fullwidth issue on mobile was recently reported. It will be fixed soon.

I appreciate your feedback.
Pi9h
·il y a 2 ans·discuss
If you are looking for a self-hostable Notion alternative, I am building Docmost, which is open source.

It has real-time collaboration and support for diagrams (drawio, excalidraw and mermaid).

It can be tempting to want to do it all, but I am focused on building a great wiki and documentation software.

GitHub: https://github.com/docmost/docmost
Pi9h
·il y a 2 ans·discuss
I am glad you see the value in it. I appreciate your kind words. Thank you.
Pi9h
·il y a 2 ans·discuss
The docker installation script is for Ubuntu. I added it to help some users get started pretty quickly.

On the installation page, there is a link to the official Docker guide which comes first. That should help other users with an OS-specific installation guide.
Pi9h
·il y a 2 ans·discuss
No public demo yet, but I can create a temporary one for you if you email (in bio) me.
Pi9h
·il y a 2 ans·discuss
While some Tiptap Pro extensions would have made things a little easier, I appreciate that the core and majority of the extensions are open source. It has the building blocks to create custom extensions without limits.

Docmost does not depend on any Pro Tiptap extensions.

The team at Tiptap are doing something really amazing. I believe it is fair that they find avenues to make revenue from it.

I like Lexical, but I found Tiptap first and loved it.
Pi9h
·il y a 2 ans·discuss
I should have been more explicit.

I do not intend to change the Postgres database or introduce a new one. I’m sure this won’t be an issue for the majority use-case.

However, I am open to learning more about alternate ways to efficiently handle Yjs state updates, which may be useful for a cloud version that would run at scale. If I were to go that way, it would not affect self-hosted users and would probably be via a reference pointer and not a database switch.

This is absolutely not an issue at the moment. Nothing to worry about.
Pi9h
·il y a 2 ans·discuss
I truly appreciate your in-depth articulation.

Indeed, the Yjs state update can be problematic due to its growing size and constant updates.

I will have a look at MyRocks. Reference pointers sound more plausible.

I spent time analyzing and deciding my usage of uuid7 from different perspectives. From the git logs, you can see it came at the last minute.
Pi9h
·il y a 2 ans·discuss
I guess the best way will be to store the PNG/SVG in the storage driver with a reference to it in the editor. The same PNG/SVG will get updated/replaced whenever the code is updated. I need to do more study on this.

Storing the raw data in the editor will bloat the Prosemirror JSON and Yjs state (real-time collaboration) which I want to avoid.
Pi9h
·il y a 2 ans·discuss
I have plans for a cloud-hosted version. It will come in the future.
Pi9h
·il y a 2 ans·discuss
1. "Project" sounds good too.

2. With a small change, I can make the frontend use the window.location URL if none is set. On the backend, the catch is emails. Emails with link use the APP_URL to build it.

3. I do not really think "backup" belongs to the UI, but there is a possibility. I plan to work on HTML and Markdown exports. We have what it takes already from the editor.

3. Latex and Comments do not use the Tiptap Pro extensions, so it's fine. Also, the comment extension is entirely different from Tiptap's own which depends on Tiptap Cloud to work.