Build full-stack web apps with only HTML and CSS
Remake is an open-source framework for creating editable web apps with just a few custom HTML attributes.
π€ Why Remake?
"Remake gives me an entirely new feeling of comfort around coding. It's what I imagine web development should be." β Arav Narula
Remake does what most frameworks do in 100 lines of code in 1 line of HTML.
<h1 object key:text="@innerText" edit:text>{{text}}</h1>
This
π©βπ¨ Let people use something you designed β right away.
Remake is:
π Full-stack apps with just front-end code
Remake takes care of the rest: user accounts, persistent data, instant deployments, and routing. Each user gets their own account and data.
π© Real apps β not just prototypes
Remake feels like prototyping because it was designed to. The goal was to make web development feel like using a single template and a single JSON file.
π¨ 100% control of your design
Remake is open source. You own the code. There's no platform lock-in and you have 100% control over your app's design.
π Secure, scalable, and fast
Highly secure authentication. And server-rendered, so your pages load quickly even on low-power devices and slow connections.
π©βπ« Get started
1. Install Node.js (12.16+)
2. Create a project using the Remake CLI
npx remake create my-app
3. Run the project
cd my-app
npm run dev
You now have an app running at http://localhost:3000
. Your app's code is in the /app
directory and your database is in the /app/data
directory.
π¨βπ What can you build?
Remake is perfect for building page builders, where each of your users can edit their own content.
- Todo app (Build time: 3 min)
- Trello clone (Build time: 27 min)
- Resume builder (Build time: 42 min)
- Reading list builder (Build time: 31 min)
πΎ Tech Stack
Express.js
Passport.js
and Bcrypt
to secure user accounts
Handlebars
renders templates server-side
express-fileupload
remake deploy
π Remakeβs Mission
A few companies own the platforms the rest of us publish on β but owning our own platform is usually out of the question. Remake lets you build your own platform with very little effort β using just HTML & CSS.
π©βπ» Contributing
Remake is open-source and contributions are desired
If you identify with Remake's mission, we'd be delighted to have you:
- Test & report bugs
- Suggest features / fix issues
- Improve the documentation
- Or just email me!