Remix.run Logo
Ask HN: What's a modern alternative to Confluence for small dev teams?
4 points by ivarojha 18 hours ago | 5 comments

All my dev docs are spread across Notion, Google Drive, a Github repo and text notes in Slack. I'm currently hiring devs and figured I should get these in order first.

A place where you can save dev onboarding, design docs, api docs, devops stuff, emergency handbook, potentially connect Github for code search, connect Linear and maybe other frequently used dev tools. And it all feels effortless to maintain and sync.

In my previous experiences at startups, we used Confluence and Phabricator. Is there anything new startups use these days?

trcarney 15 hours ago | parent | next [-]

Something we are working on my team is an internal Astro Starlight site. It is all in markdown so if your team is backend focused, the can still maintain it, and then all the docs are markdown files that are tracked with git. Comes with basic search already built in too.

So far we like the idea of this approach but haven't fully set it up yet

coronapl 4 hours ago | parent [-]

We recently added an Astro Starlight site to our monorepo, and it’s been great. Whenever someone makes a significant change, the PR includes the corresponding docs update, which makes reviews much more complete.

Another benefit: since the docs live in the repo, they’re easy to feed into AI tools.You just drop the relevant Markdown files in as context. This workflow has worked really well for us.

The only real headache was adding auth to our Wiki, but we eventually found a simple solution.

toomuchtodo 18 hours ago | parent | prev | next [-]

Why not make Notion the canonical system of record for this? Github is for code, Slack is for ephemeral chat. Anything that must persists should be stored in Notion (and you can link to Github references from within Notion).

ivarojha 17 hours ago | parent [-]

Notion does solve this upto an extent. I think the problem I face with it is that it tries to be an "everything" app for teams. They've designed it in a generic fashion.

We have so much documentation in Notion for different parts of work: i.e. internal finance, support, marketing, sales, ad-hoc ideas docs. And then when dev and several parts of dev lifecycle are added to it, it looks like a clusterf*ck (excuse my language). Everything is in your face and navigation seems clunky when you organise things one under the other. And for some reason, editing docs feels like I'm typing on a remote server with 300ms delay (on my linux device, works smoothly on Mac).

This is a reason why I like Linear. An opinionated planning product.

haute_cuisine 13 hours ago | parent | prev [-]

slab fits your requirements