Open source enterprise apps
is there any opensource real world / "enterprise" project made with convex I can learn from? I really love the stack blog posts and documentation of convex, but would be lovely to have a look at some real world sophisticated solution to learn best practice from, which deal for example with serious amount of traffic or complex problems which is beyond demo purpose?
4 Replies
Hey there
so, I can pass along that there are codebases with many thousands of lines of code on convex, with hundreds of convex functions, serving 10s of thousands of daily active users. unfortunately, none of these larger projects are open source
ok, what is in your opinion the closest project to a real one?
or the best opensource demo to learn from?
hmm. @ian probably knows
I'd love to make a SaaS starter that has best practices. Some resouces until then:
- In #show-and-tell there are a lot of links to GitHub repos for various projects - you can check their licensing.
- Ideally Templates would have best practices for production-ready apps, but often they are simplified so they're easy to get started with. If you're going with a combo of web & React Native, I'd suggest this one which also has login, users, etc.
- I've recently made llama-farm-chat that has some patterns to learn from - especially in the convex directory.
- Michal has done this for the Ents project. Even if you aren't using Ents, the overall code structure and patterns are solid.