From all the tools I've seen, yours is really nice. It respects both the framework and the developer by not adding crappy custom CSS, using the framework as the official documentation mandates and prioritizes a sane workflow. Congrats!
Do you have any roadmap when it comes to more content? I think that's what is king with those tools. I use them because I don't want to hand-design markup for yet another pricing table or any other generic startup design component I need. I like being able to drag and drop them around, and then just go back to my backend code and make that shit work.
I would love to have a more extensive gallery, specially when it comes to items: search results, filtering, sorting, grid view, list view, swipers, etc.
Same. Well, I've been looking for a replacement rapid UI prototyping tool since I have recently moved away from bootstrap and adopted Bulma. This looks very, very promising!
One thing I would really, really love is more Components found in enterprise SaaS ui. Stuff that you find in any reasonable component library
I appreciate it might be hard to do with just static markup, but sometimes when using rapid prototyping tools I want to get back markup I can edit and then it becomes a real project other times I just want to test a lot of different layout ideas and see how they look on the page without wiring up a lot of components first because I can do it at the end when I've settled on the layout.
The other thing that would be quite magical is ability to add your own custom snippets into your library. That'd be just perfect.
I really like the idea of life time purchases rather than subscriptions.
To minimize the risk that your site goes down (or is economically unstable at some point in time), you could consider making this a paid downloadable app.
I'd pay double for a self-hosted version, that isn't phone-home dependent.
This removes a huge risk that the service will one day disappear. (If your sites go down you may not be able to release a self-hosted version)
Does it generate a tailwindconfig.js that I can replace in any tailwind project?
A good friend introduced me to Tailwind about a year back but I was not sure where to fit in. I've been wary of rolling out a totally new custom framework from scratch but also do not want to wander anywhere near the paths that can lead to a Bootstrap-esque framework.
About a month back, I decided to try out TailwindCSS myself before deciding the fate of the next 5+ years of front-end styling of a big-enough company. I was totally amazed with what it can do. So, my thumb rule was TailwindCSS + something to purge the un-used styles. I can even expose the TailwindConfig to other apps (React, Custom, etc) so they can just pick up the 'Styleguide' and start off in whatever they are writing.
The best part I realized that I can optionally drop Sass if I want and stick with just plain CSS/CSS4 + Tailwind and let PostCSS handle the processing.
Congrats on your launch - this is fantastic, and I'll be signing up for a pro account. To echo what others have said here, having an $89 lifetime option made this an easy decision -- great value-for-money price point, and I don't have to worry about forgetting to unsubscribe from a monthly recurring bill.
I'd love a local editor or support for offline editing, as I often work whilst communiting, with spotty connectivity.
Love this. For those of us with existing colors, plugins etc in our config, any chance you plan on allowing import of existing configs? Even if just for the colors in the beginning
My friend and I invented this category of product a few years ago but it didn't work out for various reasons mainly personal and business. https://www.redferret.net/?p=45278 (we were working as a project team on various projects, in this case it was my idea and he wrote all the code and came up with the idea of the drag and drop site builder - basically he was the inventor).
Since then there has been an explosion of site builders following this exact pattern.
This is a really nice implementation and looks like he has worked out the business model too. Very nice job.
While I am sure that people will be using this, this product simply and completely disregards what Tailwind was designed for: Rapid development by building from utilities in just HTML and extracting into CSS components later. To quote from the Tailwind website: "Instead of opinionated predesigned components, Tailwind provides low-level utility classes that let you build completely custom designs without ever leaving your HTML."
You can agree or disagree with the paradigm -- but if you disagree, there really is no point in using Tailwind :)
First, Tailwind encourages you to use apply to build reusable components,
second, Taking building blocks from a generator like the one posted here, makes at least to me more sense than it would be for Bootstrap: You see a component and can (thanks to utility classes) see how it's built and change the appearance relatively fast. With Bootstrap you would basically just add a component class and that's it - customizing is more complex then.
It's notable that the creator of Tailwind, Adam Wathan, is working on something similar [1]. Whether it fits the paradigm or not, there definitely seems to be a demand for such a thing.
On a recent episode of the Full Stack Radio podcast [2], Adam talked about his own upcoming Tailwind UI release and said that he hoped the utility class design of Tailwind would enable people to use the predesigned components as a starting point and easily customize them, should they desire.
I can't agree. Tailwind is against components like "card" in Bootstrap. We do not use any custom CSS to build our components, only classes from Tailwind CSS. :)
I am going to try it out ASAP. This might be really empowering for backed developers who want to ship stuff fast because of the ease of customising components in Tailwind.
One thing I don't understand is the lack of "subtemplates" for sale. I'm not sure if that would be a good name, but I would love to be able to buy a template pack that uses vanilla Bootstrap, Bulma or anything else, and with the building blocks, creates template pages for various use cases: pricing tables, admin dashboards, my account sections, cart, search results, etc.
Unfortunately, not yet. Our technology is not ready to support "any content", but that's the inevitable future and our direction (custom components). (I copied my answer from Product Hunt, someone asked the same question a moment ago. Maybe you? ;))
I am the author of Tailwind Builder. I launched it today!
It's the first genuinely advanced online editor for the Tailwind CSS framework.
I based it on the same technology I used to start https://bootstrapshuffle.com and https://bulma.dev
Features:
* 140 ready-to-use HTML components (drag & drop).
* All Tailwind settings are available with convenient pickers.
* Autocomplete for CSS classes.
* Live edit & online preview.
* You can export code to HTML and CSS (compiled version) and Pug and Tailwind config (sources).
* Easy build ("npm run build")
Any feedback is welcome!