Live data from Hacker News

Launch HN: Typedream (YC W20) – WYSIWYG website builder

news.ycombinator.com

21–30 of 68 posts

Re: Launch HN: Typedream (YC W20) – WYSIWYG website builder

#21

This is really impressive. It seems like Medium kicked off this block interface and I'm a big fan of the design trend. It's great for power users while not being too intimidating.

Yes exactly! We had a great time using Medium, Ghost, and Notion, and thought this approach is quite easy and familiar for most people

Re: Launch HN: Typedream (YC W20) – WYSIWYG website builder

#24

I’m very impressed with what you’ve discussed here. I think there’s a real market for no-code website builders that are user-friendly. How do you justify charging $144/year for a static site? Carrd.co offers similar features and charges $19/year for their Pro plan. Serving a static site is basically free. If your editor itself is that valuable, why not sell the editor as a software package and let me take my built si…

Carrd has a major limitation: it is explicitly a "one-page site" builder.

You cannot create multiple pages and link them together. Unsurprisingly, most Carrd websites I see are promotional of some kind, linking out to a bunch of third party sites, or Amazon affiliate links.

Re: Launch HN: Typedream (YC W20) – WYSIWYG website builder

#25
post #22

Looks very cool! Did you base it on an opensource editor or did you build it from scratch? Asking because my startup has invested a lot into building our editor with SlateJS, so I'm always curious what other teams settle on.

Oh we use SlateJS as well! Mind sharing your experience with it?

Re: Launch HN: Typedream (YC W20) – WYSIWYG website builder

#26
My experience is with WYSIWIG tools like Dreamweaver and more recently, Bootstrap Studio, which includes all the UI elements of the BS library. Those let you build standard websites where HTML and CSS are separated.

What was the reason for going with React components? I thought those were for web apps with a lot of interactivity and changing states. I don't know much about React/Vue beyong the fact that they use a virtual DOM, so I'm curious.

Re: Launch HN: Typedream (YC W20) – WYSIWYG website builder

#27
post #26

My experience is with WYSIWIG tools like Dreamweaver and more recently, Bootstrap Studio, which includes all the UI elements of the BS library. Those let you build standard websites where HTML and CSS are separated. What was the reason for going with React components? I thought those were for web apps with a lot of interactivity and changing states. I don't know much about React/Vue beyong the fact that they use a vi…

Oh hmm I'm not familiar with Bootstrap Studio, but from what you described, it's quite different because our users don't interact with the underlying HTML/CSS of their sites.

We use React because our editor is built in React (which does have a lot of interactivity and changing states), and so, since it's a WYSIWYG editor, the user will be seeing how their site is rendered as they are editing it, so we render their site in React as well. Also, we are using this React framework, Next.JS, which have a functionality to generate static pages from our React component. At the end of the day the React does get compiled into static pages in HTML/JS/CSS. I'm not sure if this answers your question though, would be happy to answer more questions

Re: Launch HN: Typedream (YC W20) – WYSIWYG website builder

#30

I’m very impressed with what you’ve discussed here. I think there’s a real market for no-code website builders that are user-friendly. How do you justify charging $144/year for a static site? Carrd.co offers similar features and charges $19/year for their Pro plan. Serving a static site is basically free. If your editor itself is that valuable, why not sell the editor as a software package and let me take my built si…

Thank you! We're basing it off the price of other website builders. (For example, Webflow's Basic plan is $12 without their CMS feature). From what I know, Carrd only give you 1 page per site. (We're also building our own CMS feature right now :D) And yes, it's the editor itself that is our biggest selling point, and we did have users who preferred to use the editor as a software, and then export the code and host th…

Hi there! As I read this I wanted immediately to check it up and sign up right away since my ccard pro plan happens to expire tomorrow. Then the price... It would be great to get some kind of very basic plan. I really only need a single page but it was pretty ridiculous in the end to get my website to look ALMOST (I wasn't able to get it to do what I wanted and in the end I wondered if I could not have fought with the html/css myself (I don't do any of this anymore but used to)) like I wanted it to look. Ccars is 20 for a year. I would be willing to pay 3 times more, let's say. But 20/year vs 144/y is quite a difference :/ I will surely save this and pass it on though. Hell, even use it for my dad's website for example :) Cheers!
Post reply on HN