![]() |
|
![]() |
| Well since microflash has jumped ahead, let me also jump in.
https://fx.hot.page/ has some of the web components on it. While the slinky one is silly fun, the gallery one is very cool. Looks like it's light weight and easy to use. I was impressed by the annotated source code page where you explain in detail what is going on. While jumping, swirling, multicolored text is your mission, your forte is the documentation you've written. Nice job. |
![]() |
| I just found out about Hot Glue yesterday from this thread! Hot Page is pretty different in that the idea is to give people a way to edit DOM like they would with a text editor but with a visual UI and drag-and-drop. Hot Glue does have a visual UI but it's an abstraction on a web page that uses absolute positioning instead of the normal document flow. I've seen so many pages like this break on different devices or window sizes that I'm not really a fan of the approach. You can read more about the philosophy behind Hot Page here: https://hot.page/takes/picking-the-right-abstraction
|
![]() |
| Looks quite nice! Oddly enough, it transported me back nearly 20 years to my student days. I didn't have the money to buy domain names but I wanted to set up a few websites on the World Wide Web!
My search for free hosting led me to Geocities. However, websites there were hosted under paths like geocities.com/foo, rather than the subdomain format I wanted (foo.geocities.com). Eventually, I discovered 20m.com, which as the name indicates, offered 20 MB of free hosting space. The best part was that it allowed me to publish my website under a subdomain. Remarkably, one of the sites I created back then is still up and running: http://encoders.20m.com/ (Please don't judge the content though. I was young, naive and I was just messing with the Web!) |
![]() |
| 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
|
![]() |
| Thanks so much or the early Saturday morning flashback to my Geocities page. Can you add a spinning “under construction” sign, those were my favorites. |
![]() |
| There was an issue yesterday evening that was causing 500 errors. My apologies to anyone who experienced this but it's been fixed now. Please try it again! |
![]() |
| Their point was, you can't compare to the low prices you get on bandwidth from a service like S3.
I agree though, pricing seems high. I guess a CDN could be put in front of it. |
![]() |
| I can get a WordPress-installed VPS with cPanel (or alternative, or a distro of my choice) for $4 with 20 TB bandwidth. IP6 for $3.9~
5 GB is extremely small for what it is. |
![]() |
| The email verification email itself does not show up properly in Fastmail for some reason. I had to switch to the text only view to get the actual link... |
![]() |
| Looks cool. If any staff are here, your discord server button in the footer has a bad URL (to a channel not a server). Got an invite code? |
![]() |
| The landing page looks really nice!
How does one create web pages like this without using a tool like the above? Would animating html elements with javascript be sufficient? |
![]() |
| You can use CSS to style the pages that way with a combination of font, box-shadow offsets without blur and overriding the box-shadow using :hover pseudo selector (also adding a translation effect). |
![]() |
| I hope there will be an editor like Gutenberg for webcomponents. With the possibility to define all kinds of constraints (what components are allowed as subelements and so on) |
![]() |
| OpenAI's biggest bagholder thinking AI is a universal hammer for every nail isn't surprising. Those O365 and Azure subscriptions aren't going to sell themselves. |
Although I'm of course pleasantly surprised to see this on the front page of HN, I was planning on waiting a few months to post it myself because we are working on some ways to make the editor much more powerful. We have a long roadmap of new features like:
* more ways to edit CSS properties visually (without losing the 1:1 connection to the CSS generated)
* inline CSS (style attribute) editor for elements that let's you use :hover and media queries
* a library of code "snippets" that lives in the left panel along side the basic elements
* tighter integration with web components
* integrating VS code language servers for accurate auto completion everywhere
* and a whole lot more.
I'm a long time lurker on HN and have long loved the community here. All of your thoughts and feedback are greatly appreciated, especially on our marketing because that is proving to be a real challenge. AMA
edit: roadmap