Hi there 
I’m the co-founder of Tuist a toolchain to help Apple developers be more productive and ship better apps. We started as a CLI, and eventually built a server powered by Elixir to bring new capabilities that would help us build better solutions.
We just made the source code available under the license FCL-1.0-MIT. And I thought I’d just share it here in case anyone is interested in references for Phoenix codebases.
Note that when we started the project, we had no prior experience with Elixir and Phoenix, so some of the patterns might not follow the best conventions. Luckily @cschmatzler joined us and since then we’ve been making a lot of improvements and alignments with the ecosystem.
13 Likes
Thank you for sharing! Could it be that your website is hosted on fly.io and auto-scales to 0 when there is no traffic? The first page load takes around a minute and after that everything loads fine. If i wait a bit, the loading times are again long
Slightly off topic; Do you have a Storybook or a bunch of screenshots to see Noora’s web components?
Or are those components already used in the pages you linked?
Keen to get a feel of the components!
The explainer on using the FCL is very thoughtfully done. I would have been suspicious of the code without that. I’m glad you all are angling toward openness.
Thanks for sharing
1 Like
We had some issues with the speed of queries yesterday, which is what might have caused the page load to be slow. It should be back to normal today, let us know if it is not!
The Noora components are used in the dashboard (not the landing page). See an example of such dashboard at Overview · tuist/tuist · Tuist
We also do have a storybook, so you can play directly with the components: https://storybook.noora.tuist.dev
3 Likes