TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Alternatives to Atlassian Confluence?

16 pointsby alexbeckerover 5 years ago
My team currently uses Confluence (an Atlassian product) for requirements, designs, procedures, and for various other engineering and product-related documents. However, I find it slow and difficult to navigate.<p>Has anyone found a better alternative?

12 comments

purephaseover 5 years ago
In these situations, I find that the conversation always revolves around the tool, and not the end goal. Documentation is a lot like code, but with a lot less people willing to write it.<p>Confluence and it&#x27;s ilk are only as good as the effort &#x2F; ownership of those that are willing to put in the time. If your org is not willing, than no other tool is really going to solve the core product.
评论 #20806399 未加载
评论 #20806632 未加载
tianshuoover 5 years ago
I played around with: <a href="https:&#x2F;&#x2F;www.notion.so&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.notion.so&#x2F;</a> it didn&#x27;t stick. Our team is using Tapd (free, in Chinese, made by Tencent) for kanban boards, document sharing and other kinds of collaboration.
评论 #20806298 未加载
jbmsover 5 years ago
Navigation is about how you&#x27;ve structured things as team&#x2F;company. Perhaps creating additional directory pages would help to get different views on all the pages&#x2F;data in the system?<p>Speed: Does the server have enough RAM? Is it running with the recommended database for fastest use? Atlassian offer some guidance: <a href="https:&#x2F;&#x2F;confluence.atlassian.com&#x2F;doc&#x2F;performance-tuning-130289.html" rel="nofollow">https:&#x2F;&#x2F;confluence.atlassian.com&#x2F;doc&#x2F;performance-tuning-1302...</a>
dmitripopovover 5 years ago
I create SimpleDocServer for one of my customers as a quick-and-dirty Confluence replacement based entirely on Markdown. So if your point is information delivery and you are OK to collaborate on content creation via Git (or any other similar tool) then it might fit your needs. <a href="https:&#x2F;&#x2F;www.helpinator.com&#x2F;simpledocserver.html" rel="nofollow">https:&#x2F;&#x2F;www.helpinator.com&#x2F;simpledocserver.html</a>
stevesimmonsover 5 years ago
I could live with Confluence if it played better with Markdown
评论 #20807446 未加载
philpemover 5 years ago
At the last place I worked -- and at a volunteer-run event I&#x27;m involved with -- we use DokuWiki.<p>The most difficult problem is getting people to use the damn thing, whatever you choose. WYSIWYG editing might help for less-experienced users (or those who don&#x27;t want to learn the markup language), but I haven&#x27;t looked for a plugin for that. Yet. :)
codemusingsover 5 years ago
<a href="https:&#x2F;&#x2F;wiki.js.org" rel="nofollow">https:&#x2F;&#x2F;wiki.js.org</a> seems to be pretty neat. It&#x27;s all file based and only uses CouchDB for user administration.
chriskedover 5 years ago
You can try <a href="https:&#x2F;&#x2F;www.getoutline.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.getoutline.com&#x2F;</a>.
评论 #20808491 未加载
billconanover 5 years ago
recently saw <a href="https:&#x2F;&#x2F;www.nuclino.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.nuclino.com&#x2F;</a>
tekronisover 5 years ago
Maybe try Slab: <a href="https:&#x2F;&#x2F;slab.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;slab.com&#x2F;</a>
bigtrakzapzapover 5 years ago
tl;dr, check these sites:<p><a href="https:&#x2F;&#x2F;www.wikimatrix.org" rel="nofollow">https:&#x2F;&#x2F;www.wikimatrix.org</a><p><a href="http:&#x2F;&#x2F;wiki.c2.com&#x2F;?TopTenWikiEngines" rel="nofollow">http:&#x2F;&#x2F;wiki.c2.com&#x2F;?TopTenWikiEngines</a> &lt;- origin of the word &quot;wiki&quot; ( <a href="http:&#x2F;&#x2F;wiki.c2.com&#x2F;?WikiWikiWeb" rel="nofollow">http:&#x2F;&#x2F;wiki.c2.com&#x2F;?WikiWikiWeb</a> )<p>Having setup the whole Atlassian on-prem SSO suite of apps on Linux with Git and LDAP talking to AD on Windows, it depends on your needs, as there are a variety of different wiki&#x2F;collaboration solutions with different capabilities. I&#x27;ve also used these:<p>- Dokuwiki (very simple, text file-based)<p>- Mediawiki (LAMP &#x2F; database-backed)<p>- SharePoint (MS $$)<p>- Quip<p>Others to look at (including sometimes CMSes)<p>- OneNote<p>- Liferay<p>- Drupal<p>- Statamic<p>- WordPress<p>Also, Confluence has tons of plugins for customization and can be made to be fast with proper configuration.
hajriceover 5 years ago
try helpjuice.com