Hacker News new | ask | show | jobs
by cheeseblubber 1266 days ago
I work on Linen https://github.com/Linen-dev/linen.dev its an open source Slack alternative. Its a full stack typescript app. We do a mono repo with typesharing between both client and backend. If you are looking for a realworld typescript SAAS app this would be good
1 comments

Is server source code included? If yes, in which package is it? Thanks!
Most of the code is here: https://github.com/Linen-dev/linen.dev/tree/main/apps/web

We're in the process of moving components out in to their own package so they can be shared between different clients. https://github.com/Linen-dev/linen.dev/tree/main/packages

We use next js but is in the process of migrating the backend code to a node service

> We use next js but is in the process of migrating the backend code to a node service

Would you mind sharing why? I'm curious because I'm building a Next.js-powered Slack app currently.