What does HackerNews think of linen.dev?

Lightweight Google-searchable Slack alternative for Communities

Language: TypeScript

#54 in TypeScript
The code is here: https://github.com/linen-dev/linen.dev It is actually kind of tricky to self host since there are quite a few services that needs set up and we could use quite a bit of work in our documentation.
If you want you can just host your own no? It's open source: https://github.com/linen-dev/linen.dev
This is one of the reasons I created Linen.dev(A Google searchable Slack/Discord alternative) I had a decent size Slack and Discord community for my previous project and it became a blackhole of information.

You can check it out the repo here: https://github.com/linen-dev/linen.dev

Linen.dev/s/cypress slack-chats.kotlinlang.org

You can also google: https://www.google.com/search?q=site%3Alinen.dev to see the conversations that has been indexed

We're a team of 3 (with mostly 2 people coding) working on a Slack alternative for communities if you are interested to read through what the code base looks like https://github.com/linen-dev/linen.dev

The client side can get a bit complicated but it's a good look as to what it looks like for a production app.

I started this out by myself and the things I wanted to optimize for was my own productivity. I started out with React, Nextjs, Prisma, Tailwind and typescript all the way with a mono repo. Probably the most productive I have felt coding.

As we've grown the code base has gotten more complicated and started to move things out in to it's own packages but still keeping things in a mono repo style. We've added Elixir for our websocket service for the realtime chat portion but if I were doing a crud app it'd be unnecessary.

For tests we decided to focus on backend tests since they were much cheaper to write and maintain.

We're actually working on an open source Google-searchable chat communities https://github.com/linen-dev/linen.dev. We also support syncing from Slack communities. https://www.linen.dev/s/futureofcoding is a pretty active community with interesting technical discussions.
You might be interested in Linen to make your discord (and slack) searchable outside of the walled garden (can also use to archive too).

https://github.com/linen-dev/linen.dev

https://news.ycombinator.com/item?id=31494908