Live data from Hacker News

Show HN: LonelyPage – One page is all you need

lonelypage.io

31–40 of 131 posts

Re: Show HN: LonelyPage – One page is all you need

#35
Great job! Very intuitive design. Much better than the majority of services I have tried before for simple pages I've wanted to put out.

Once a page is built and live, can the user then save the HTML and host it on their own server? (leaving the by: lonelypage logo at the bottom)

Re: Show HN: LonelyPage – One page is all you need

#36
It's a good start. However, seemingly only tested on Chrome.

After playing around with it for a few minutes, I found some issues:

On Firefox, from a Clean State, add a Row, add Text, click H2, type some text, hit space, try to type more text: the space disappears

On Chrome: I don't seem to have full control over text spans. While I can use b/I/U/S on the current text selection, I was unable to set any other style attributes just for the selected text (i.e. what should boil down to a span tag), i.e. I wanted different colors for parts of my text.

Keep on hacking and I hope you'll have success!

Re: Show HN: LonelyPage – One page is all you need

#38
post #9

What browsers are you supporting and testing against, both for the editor and its output? For example, the text widget doesn't allow spaces to be typed on Firefox, which makes me wonder about the compatibility of the generated code. Edit: Also, kudos for having such easy, frictionless access to the demo. I also really like the structural parity between the desktop and mobile versions. Edit2: How are you picking which…

Ouch, that's a nasty bug in firefox.. Will try to solve it asap.

Right now I need to serve slightly different markup depending on mobile or desktop, so I can't rely solely on media queries. I will however try to move it that direction once I figured a few things out.

Thanks for your feedback!

Re: Show HN: LonelyPage – One page is all you need

#39
I don't want this to be intended as harsh criticism of your idea, but let me share my experience with website builders:

- The market is extremely tough. Maybe you noticed how much advertisment squarespace and Wix do. The reason being that these pages typically have small businesses as customers. The issue with these type of businesses is that they go away quickly. Most don't survive 6 months. So you need new customers all the time to keep up with the high churn.

- You do not have price dominance. The price is very competitive and companies with huge backing (like Squarespace / Wix) will dominate you.

- The intended target audience is actually not that keen on doing everything themselves. They don't know about online marketing, SEO, or other "special skills". Actually, they just need someone they can call when they have an issue.

- Developers and agencies prefer open systems like Wordpress, Gatsby, or others. They also value a vivid ecosystem of plugins and themes. They typically don't commit to proprietary software, because you never know how long it will be around.

In any case, I wish you the best of luck with the product. It looks nice! I hope you can use my experiences to advance your business.

Re: Show HN: LonelyPage – One page is all you need

#40
post #15

I get that this is easy, but there are 2 main cons: 1. It is $4 a month (that's a lot for a really a simple static page) 2. Vendor lock-in. These sites come and go and might not be around in a couple of years. This is why I recommend Hugo hosted on netlify. Sure, it has a learning curve (but plenty of open source themes make it fairly easy). Hugo spits out plain HTML so there is no lock-in, and netlify hosts for free…

I'm building an API right now that I plan on monetizing so I'm looking at different simple CMS programs. This one (LonelyPage) immediately intrigued me because I don't need a lot of features. Basically people can pick a pricing plan and pay through Stripe. No portal is needed for now really other than to see their API key.

I'm not a frontend web guy at all so I'm trying to avoid doing as much of that work as possible. Wordpress seems like it would be pretty much perfect, but for the life of me I can't get it working with docker and HTTPS. All of the solutions involve editing some php files that are easy enough to edit without docker, but I would probably have to make a custom docker image to make it work in a container. Bleh.

Ghost is OK but it has like 0 customization and the themes are all 4 years old and no longer work properly.

In any case what I'm getting at is I'd happy pay like $50 or $60 for a simple CMS thing that has some themes and whatnot, but I want to host it myself. And I don't want to pay monthly for it.

Thanks for the Hugo suggestion, I'm checking it out now. I had never heard of it before.

Post reply on HN