A few weeks ago, I participated in an event — 100 builders. Developers needed to complete an open-source project related to AI or Crypto within 4 weeks. There were themed discussions and demo days each week.
This project has great documentation, and the Discord community has a wonderful technical atmosphere. Overall, I gained a lot during these 4 weeks.
My Project#
Lens Brain, is a Web APP developed based on the Lens protocol, combining the ChatGPT API to perform searches — helping users find content of interest more quickly.
The specific code and detailed introduction can be found here.
What I Learned#
How to Write a Good README for Open Source Projects#
How to Obtain Good Feedback#
- Clearly define early specific user personas
- 😔 Poor definitions
- js developers
- web3 enthusiasts
- artists
- 😊 Better definitions
- Developers building privacy-based consumer social products on Ethereum who have previously attempted to implement zero-knowledge proofs but found them too complex
- Developers who built a mobile application using Expo, whose core features are related to images and art, and who show interest in using generative AI and stable diffusion to introduce new features to existing applications
- 😔 Poor definitions
- Talk to them to gather information and inspiration, recording different types of insights
Enriched Skill Set#
- Understanding the react-native ecosystem
- Further understanding of PWA applications
- Techniques for painting using the StableDiffusionXL model