DEV Community

Discussion on: Who's looking for open source contributors? (Jan 28th edition)

Collapse
 
panphora profile image
David Miranda

I'm creating a series of front-end libraries that allow you to create web apps using vanilla HTML, CSS, and JS. I'm using these libraries to build v2 of my startup. I could use some help maintaining and open sourcing them.

One of them serializes the DOM, turning this:

html input

Into this:

json output

The other libraries handle:

  • Toggling state (i.e. open/closed, visible/hidden) on HTML elements
  • Positioning and sizing inline edit areas
  • Syncing data between inline edit areas and the main view areas

My goal is to build a framework that makes it really easy to build high-performance, responsive, and intuitive web apps on top of a traditional, server-rendered back-end.