Recently working on my own framework https://github.com/DanielMazurkiewicz/hussar. (this is at the stage of "working concept" of "work in progress" and when there will come a time, I'll do "Show HN" instead of "Ask HN" :-) )<p>Took a bit different approach to the topic of Javascript frameworks. First of all want to keep a final code close to smallest possible and second of all wanted to do everything in javascript itself (no separate CSS nor HTML) - which is also partially a result of first requirement. That way minifier can also mangle names of html tags, attributes, events and with some additional tweaks also object properties. I'm also avoiding using "classes" as it is hard for tree shaking based minification optimizations.<p>I do it in general for my own purposes, but there is also a main question (in the title), and couple of side ones that I want to ask here:<p>1. Money - is there any money I can get from it (project is open source and MIT licensed) and if so then how and how much potentially?<p>2. How to attract potential contributors/how to find them?<p>Thx in advance for help/and or discussion!
I don’t know the direct answer to your question, but I briefly looked at your github. It wasn’t clear to me what your value proposition is.<p>What are you doing that’s different? If I had a new web project, why would I use your framework? Is there something that it simplifies for me? What does it do better? Is there a particular vision you have?<p>You might consider entering some of these questions in your README.