Copy of Frontend
The homepage should give us a quick and visual stunning overview of all the core projects that are being developed by the Bankless DAO. Here's an example how it could look with a V1.1 (ghost+ theme) in under 10 days, if we start from scratch and get the design guild to work on a design system, figma files, and the dev guild on a front end code + back end code, how long will it take to launch V1.2?
I have added a suggested design system here below is what the editorial section of the site could look like or we could even adopt the styling used at livethelifetv and make the editorial section look like my media node LiveTheLife.TV I would love to get ideas and suggestions from the design guild as they are the experts in terms of all this stuff, in any case, I'm very keen to brainstorm about the look and feel of the new Bankless DAO homepage, and I'm just suggesting that it might be good to make it blend with the look & feel of the NFT Platform.
Figma V1.1
test 123 https://goofy-aryabhata-4f04c4.netlify.app/
https://github.com/yvesvandenmeerssche/livethelifetv_ghost_
Feedback Tgriffith
I have just made a post in the developers guild that relates to the nft-platform. ill be pasting here: After the call yesterday I realized that I need to put more love into the communication and planning side of the nft-platform project.
I have begun by creating a github project in the repo
you will notice that this link directs you to a specific branch, here is a brief explanation
- the original repo was created from a clone of the bankless.community site
- since then we have received incredible designs from Yves that I'm porting over.
- in this branch, I've made an effort to remove most of the bloat from the previous site in order to be a viable bedrock for the new design.
the current tasks mostly relate to developing a component library based on the figma designs using styled components.
the readme file has a link to the designs in question. and the project tasks often refer to these designs when describing the work needed.
this nft-platform is one of several projects that the guild is working on and my taking initiative here to be more vocal about this particular project should in no way be perceived as me trying to make it a higher priority than anything else.
however, if you have experience in react styled-components, you might enjoy building out this component library.
another thing worth noting, its pretty likely that the component library we are building for the nft-platform can be borrowed from when developing other projects, namely the website itself ....
jameswmontgomery.eth
self-hosted headless ghost + nextjs is definitely an option - I think pursuing jamstack across the board might be a really good default for projects
Blocknext
This is a great choice. I have a content driven site running on Ghost and it works beautifully.
Oktal
Have you used it with custom data models that aren't a traditional website or blog? we are considering how it might work as a headless CMS for something like #📐onboard so I am trying to gauge its flexibility as someone who hasn't used it.
I like using styled-components, it's actually extremely powerful and can be used to create an entire design system that we can tie into Figma and Storybook and all of that, but it is definitely a lot of effort, and I know some people are favoring UI libraries like Chakra UI in places where the front end is coming together faster than the design. I think we should establish a common stack for everything that integrates into the website, but for rapid spin-off projects we should obviously be open to other options