Hey, Hot Page is my project but somehow I was not aware of Hot Glue. And reviewing it now I would hazard to say the projects are superficially similar. Hot Page is a visual/drag-and-drop web editor that uses no abstractions so the whole time you're using it you have complete control of the resulting DOM (all elements, nesting, attributes, CSS rules, etc). So it's kind of like CodePen but for building real sites. I wrote more about this philosophy here: https://hot.page/takes/picking-the-right-abstraction
I don't think it is very similar. Personally i thought of HoTMeTaL, an old HTML/page editor that was popular for a little bit during the 90s and had a similar approach of showing the page in a visual quasi-WYSIWYG + quasi-element-tree mode.
Wow, it's been a minute since I used HoTMeTal, I loved that editor. I cranked out a lot of HTML with it, once you got the hang of what it wanted you to do, it would be your best friend. We switched to Dreamweaver, of course that lasted until Adobe bought it. But thanks for the memory, this thread has been the Saturday treat.
Hotglue was the first thing I thought of as well. Truly freeform web design that allowed for custom code and styles via editing the <head> section. Installation for the most part required nothing besides dropping a folder into a PHP-enabled web server.
That's great news! Thanks for taking up the project (and reading my post!). I do webdev as a hobby so unfortunately I cannot contribute to the source code as I don't know enough PHP. The responsive safe zone idea is a great one to implement.
Is it possible to password-protect pages as well? I tried to do it by setting an .htaccess rule for the folder I had them in, but wasn't able to get it to work.
Then you have the .htpasswd file alongside that or in a subdirectory, which contains the username and hashed password.
If that doesn't help, make an issue on my repo and we can work it out there. Today I added password protected pages as a built-in feature, but it would need much longer in the oven before I could suggest switching an existing site over.
Ah, you beat me to it. Looks like a closed source hotglue clone/saas/inspiration. They shouldn't have used that similar name if they're not related to the original project.
Anyway, it's sad Hotglue hasn't seen development in the last years, some friends use it for their personal sites...
[1]https://hotglue.me/