Open to new animation, mascot/characters, helpful links to resources ⌠be creative!
And â practically every RedwoodJS dev will get to see your work at some point. How cool is that?
Reply here if you are interested and will be posting either a repo to contribute to or some other way to showcase your work so people can see and maybe vote for the page that becomes part of v1!
A little background on this page since I made it and youâll have to be careful not to hurt my feelings
At the time we envisioned the router potentially being a standalone package that people could install separately into any React app. So if you were seeing this page itâs because you were using the Redwood router and not necessarily Redwood in general. @mojombo coded this up nearly a year ago and we never revisited!
We didnât want a huge list of instructions or mini tutorial or anything because as soon as you generate any page (probably the first thing youâll do on a new app), youâll never see this again and so not be able to see those instructions any more. We showed just enough to get you âpastâ this page and into your real app, but we didnât have any generators yet so the only example we had was how to manually add a route.
We didnât have any links to the site or docs because none of them existed when we made this page.
But yes, weâd love to see a refresh! Weâd probably even fund a cute illustration to be shown on first load, welcoming new folks. Hereâs what Rails does:
Hey @dthyresson Is anyone currently working on this splash page?? It was great to meet you and other contributors at the meetup the week before. Iâd love to take a stab at this as a beginner and see if I can create something better for the community. Let me know if there are any other updates beyond what is on this thread
It was great to meet you and other contributors at the meetup the week before.
Same!
Not yet.
Iâd love to take a stab at this as a beginner and see if I can create something better for the community.
That would be amazing.
@Danny and I are working on a project to facilitate these submissions, but it has gotten delayed as we try to reach a 1.0 release candidate.
Let me DM you or we can discuss on Fridayâs call and I can share more details/specifics.
But in short, if you start coming up with designs, weâll need the just to be pure HTML and enclosed CSS â ie, the page should render standalone but no external css or fonts or other âimportsâ.
Heyo, not sure if this is already in the works but I really liked the welcome message in the cli so I had a shot at what it might look like in the browser:
Thanks for your guidance above @dthyresson! I really like the cli version as well. This is my take on the splash page. Wanted to post it here before the submission site in case anyone had feedback to make it better!
This is so lovelyâI love the version number, links and hover interaction!
Edit: I was thinking maybe we could toggle dark mode for this page depending depending on the userâs os preference: ie @media (prefers-color-scheme: dark) {...}.
@alicelovescake if youâre open to collaborating Iâd love to try adding a dark mode variation to your design.