(no title)
peter_l_downs | 1 year ago
https://github.com/tegonhq/tegon/blob/158b54af8d6f7cf4195c61...
Separately, there seems to be a ton of unused or broken or dead code sprinkled throughout — for instance, in the auth code, I can't tell if you're doing basic email/password auth or using Supertokens and a third-party login via Google. You have code for both and some routes seem dead or missing.
https://github.com/tegonhq/tegon/blob/158b54af8d6f7cf4195c61...
Also, I mentioned the lack of documentation for how to run Tegon locally because your docs are entirely insufficient. The main docs page is just a README template. https://github.com/tegonhq/tegon/tree/main/docs
The quickstart guide has a broken link to instructions on how to self-host https://github.com/tegonhq/tegon/blob/main/docs/quickstart.m...
The oss/local-setup guide is entirely empty https://github.com/tegonhq/tegon/blob/main/docs/oss/local-se...
The oss/deploy-tegon guide does not explain anything and the script it references seems out of date https://github.com/tegonhq/tegon/blob/main/docs/oss/deploy-t...
I'm done looking at this project. I strongly recommend hiring the best engineer you can find as quickly as you can.
Aeolun|1 year ago
meiraleal|1 year ago
Calling something open source to get traction doesn't entitle a project to much anymore, too. Gone was the time that open source was synonymous of creating public software while building a community. What we see here on Show HNs is pure marketing strategy.
harshithmul|1 year ago
Noted. We will work on it.
peter_l_downs|1 year ago
harshithmul|1 year ago
Yes, we use Supertokens and we support email/password and google auth. Google auth is something we added recently as that was requested.