Remake

Build a full-stack web app with only HTML and CSS

Added by David Miranda 3 years ago

About the product

I've designed hundreds of interfaces over the years and I've always wanted the ability to just send someone a working version of a design.

I built Remake so it's super easy to:

  • Create a working web app
  • Let your users login to your app
  • Let users edit their pages with their own data

Remake makes it easy to build your own Wix or Wordpress on top of a static HTML + CSS template — all you have to do is add a few custom attributes.

Categories

Please login or register to leave a comment


Super curious about this. How can you have a back end with no... back end?

Primer commented 3 years ago
login or register to comment

David Miranda replied 3 years ago

There is a backend — you just don't have to worry about it!

Remake works by converting HTML into JSON easily. You tag your HTML elements as either objects or arrays and point Remake to where the data is inside each element (e.g. href, value, innerText, src, etc.). Then Remake saves the page to the database by converting your deeply nested HTML page into a deeply nested JSON file.

Each user gets a copy of the page they can modify with Remake's built-in edit controls and their copy is unique to them. Remake cuts out about 90% of the normal process of building a web app!

Remake looks almost too good to be true! It wasn't until I started lookin at the code for the Trello clone built with Remake that it also started to make sense. I can't wait to see where this project goes!

Joe Masilotti commented 3 years ago
login or register to comment

David Miranda replied 3 years ago

Thank you! I'm looking forward to add an easier way to get started soon and more example apps. If you want to sign up for monthly updates, you can sign up for our newsletter: https://form.remaketheweb.com/

Very useful for people primarily frontend

Linda commented 3 years ago
login or register to comment