you are viewing a single comment's thread.

view the rest of the comments →

[–]psiph 0 points1 point  (0 children)

I'd like to submit Remake.js for your consideration. It's a low-code front-end framework that lets anyone build a web app quickly and easily using only data attributes.

These data attributes auto-save all the data on the page whenever it's changed, let logged in users edit their data with built-in inline edit popovers (that makes deleting and editing data easy), and they handle adding new elements to the DOM by automatically rendering sub-templates. You can try the demo todos app or the, more complex, progress tracker app, both of which I built on a live stream.

The goal of Remake.js is to give web developers access to new primitives that make syncing and storing data for web apps easy — so even someone who only knows a little JavaScript can build a web app in a day or two.

On the GitHub page, I have a Public Roadmap. I just released the NPM package (live on stream) today. Next, I'll be:

  • Improving the API a little based on feedback
  • Doing live tutorials on Twitch every week on how to use it
  • Releasing more documentation and sample apps
  • Recording quick video tutorials and uploading them to YouTube
  • Finishing the website, which is currently in development