Where are complete open-source apps via NiceGUI? Or nicegui-awesome? #5625
-
First Check
Example Codegh search repos nicegui
# gh is the cli of githubDescription
NiceGUI Version3.5.0 Python Version3.14.2 BrowserFirefox Operating SystemLinux Additional ContextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Hi @HackYardo, I don't quite understand your question. |
Beta Was this translation helpful? Give feedback.
-
|
The examples you mentioned - Instagram, Google Maps, Temu, BBC News - are commercial products built by large companies. These would never be open-sourced regardless of what framework they use, because they are the business. You won't find open-source versions of these for React or Django either. That said, you raise a fair point. Frameworks like Ruby on Rails and Django do have flagship open-source applications - Mastodon, Discourse, Ghost, GitLab, Home Assistant, Sentry, and others. So the underlying question "where are the complete NiceGUI apps?" is legitimate. A few thoughts on why NiceGUI's ecosystem looks the way it does:
If you're looking for inspiration, the examples/ folder showcases many patterns, and browsing the dependents can surface interesting projects. |
Beta Was this translation helpful? Give feedback.
The examples you mentioned - Instagram, Google Maps, Temu, BBC News - are commercial products built by large companies. These would never be open-sourced regardless of what framework they use, because they are the business. You won't find open-source versions of these for React or Django either.
That said, you raise a fair point. Frameworks like Ruby on Rails and Django do have flagship open-source applications - Mastodon, Discourse, Ghost, GitLab, Home Assistant, Sentry, and others. So the underlying question "where are the complete NiceGUI apps?" is legitimate.
A few thoughts on why NiceGUI's ecosystem looks the way it does:
Framework maturity: Rails, Django, and React have been aroun…