This is neat! I’ll add it to my box of no/low-code tools. I do feel like not letting the homepage itself shuffle its layout is a missed opportunity for showcasing the product.
Show HN: Randomly create beautiful website layouts
71–80 of 90 posts
Re: Show HN: Randomly create beautiful website layouts
#72It looks amazing, but how do I actually EDIT the contents of things in the editor?
Re: Show HN: Randomly create beautiful website layouts
#73Earlier quoted context omitted.
I think it's a great idea, but perhaps it's not different enough from a collection of templates that you can scroll through (which are also in some "random" order, of course)?
Hey, if you don't trust our random algorithms, you can browse all our UI components linearly here: https://shuffle.dev/components
Re: Show HN: Randomly create beautiful website layouts
#74Dummy question from a non-front-end dev: What is the simplest way to host this project as it is on the web? (as a static page, no additional functionality)
Cloudflare Pages was trivially easy to set up, complete with GitHub integration and I can heartily recommend it.
The sites I’m hosting are plain old static sites. I have a separate private repository for each site on GitHub, with all of the html files and the few images and such that the sites have, just as I always had, but now when I push commits to these repos they are automatically pulled and deployed by Cloudflare Pages and basically all I had to do was to enable GitHub integration, choose the repository, tell Cloudflare how to “build” it, which because everything is static the “build” command in my case is simply:
cp -R htdocs dist
With htdocs just being a directory of static content inside of any of my website repositories for the site in question, to keep the content I want to serve separate from things like the README.md and other files that I also have in each repo.Then I told Cloudflare Pages that the “build” output is in the “dist” directory.
It’s great!
Re: Show HN: Randomly create beautiful website layouts
#75Earlier quoted context omitted.
You used to be able to import TailwindUI’s components to Shuffle’s VSCode extension, but I’m not sure if that is still the case (or if it was ever condoned).
Hey, we allowed uploading Tailwind UI (as a ZIP archive) into our editor if you had a license and access to sources. Of course, we didn't sell access to their library. We will open this feature to any UI library in the future. However, we put it on hold because (1) it supports just one format (ZIP archive with category -> components in separated HTML files), (2) development of our UI libraries is more important to us…
Re: Show HN: Randomly create beautiful website layouts
#76Earlier quoted context omitted.
Hey, if you don't trust our random algorithms, you can browse all our UI components linearly here: https://shuffle.dev/components
I spent whole afternoon today thinking which template kit to buy so that I get nice set of component with neat design. There were so many of them so it was tough choice. But i think i’m going to get lifetime access to your service instead. I just wonder if you are planning on adding more components in different design style? Like the Tailwind CSS brutalist style (i think codeacademy uses something similar)
Re: Show HN: Randomly create beautiful website layouts
#77Re: Show HN: Randomly create beautiful website layouts
#78Cool project. I am sure that if you call it AI instead of random you will be able to charge more.
Re: Show HN: Randomly create beautiful website layouts
#79Wonderful idea, great implementation! Would love to see you guys partnering with TailwindUI somehow. That's my default go-to ui widgets library (it's not open source, so it might be challenging to find a proper partnership model with them). Just bought a lifetime subscription. And as I already do have subscription - my last recommendation is to switch to monthly subscription model as soon as you can. Monthly subscrip…