Skip Navigation

Any click and drop website maker software?

Is there was a software (preferably on Linux) where I can drag and drop to quickly make a website with HTML and CSS and export the resulting code?

I know of a lot of online site that charge a lot of money for this, but I was hoping that an open source software exists for this.

P.S: I want to make a simple static personal website. Possible have a link from where they can download PDF samples of my writing/ literature / creative work.

12 comments
  • Depends, is it a static site? There's some good projects like this for quickly rolling out something static.

    https://gohugo.io/

    https://gohugo.io/getting-started/quick-start/

    It's more command-line than click and drop, but maybe it's close to what you're looking for?

    P.S: I want to make a simple static personal website. Possible have a link from where they can download PDF samples of my writing/ literature / creative work.

    Hugo is widely used for static resume sites, so I think this could work for you if you're familiar with command-line Linux.

  • Closest thing I know of is Wordpress with a static site export plugin.

    There are static site generators like Hugo but they are not a drag and drop editor.

12 comments