Jesus this is ugly. The <i>whole</i> point of Bootstrap is that it's super easy for anyone to make a visually non-jarring website. Bootstrap effectively democratises good design basics on the web. What this is doing is precisely the opposite.
I'm always intrigued by the concept but then I visit the site and want to have nothing to do with it. Awful colors, fugly fonts, can't read some of the gray type, weird space between "Using LESS" and "Examples", undisclosed Bootswap usage, barely disclosed HTML5Boilerplate usage, unclear WrapBootstrap relationship, etc.
May as well plug this here as well.. Drag / Drop form builder for bootstrap.. <a href="http://bootstrap-forms.heroku.com" rel="nofollow">http://bootstrap-forms.heroku.com</a>
Quick review:<p>The CS3 animations and the Chosen form input plugin look pretty slick. I don't see the new icons being that big an upgrade over Glyphicons. The performance stuff seems like stuff I'd rather set up on its own rather than as part of my design framework.<p>These guys should provide instructions for "Kickstrap-izing" existing bootstrap sites rather than just how to create a Kickstrap site from scratch. Having already invested a bunch of time into getting a bootstrap site set up, I'm more likely to cherry pick from this than use the whole thing.
OLCG: "For example, you may want to split a div with a "span8" class into three. However, 8 is not cleanly divisible by three."<p>Kickstrap has implemented One Line CSS Grid for this case which could just as easily be handled by making the row fluid with three span4s. Or am I missing something?
This would be a good time to introduce keerthana-bootstap:<p><a href="https://github.com/zachrose/keerthana-bootstap/" rel="nofollow">https://github.com/zachrose/keerthana-bootstap/</a><p>It's the complete opposite, for people who want to learn how to make webpages.
Themes with Twitter Bootstrap are a double-edged sword. On one hand, the themes add diversity to the visual design of bootstrap sites, which tend to rely on the default styles. You can frequently spot a bootstrap site a mile away because it features the black gradient header bar and Helvetica for the body copy. On the other hand, themes provide more options for being lazy with your site's look, as opposed to taking the time to tailor styles to your match your product/brand/content. Bootstrap is supposed to help you get a decent site up faster, but it shouldn't do all of the styling for you.
Previous discussion:<p><a href="http://news.ycombinator.com/item?id=3794885" rel="nofollow">http://news.ycombinator.com/item?id=3794885</a><p>I like the idea a lot. I'm not a fan of most of the themes, especially the one being used for the site itself. But the classic Bootstrap theme is starting to look quite plain (which is a good thing to be able to say about the web, mind you), and I'd like to see a few other solid options emerge.
Hi folks, thanks for all the comments and helpful criticisms. In order to best respond to this, I've published a document answering many of your questions for now.<p><a href="http://news.ycombinator.com/item?id=4228989" rel="nofollow">http://news.ycombinator.com/item?id=4228989</a><p>Thanks,<p>Adam Kochanowicz
Um, this is the exact same guy, repurposing his site and reposting it to HN.<p>All of these are his:<p><a href="https://wrapbootstrap.com/" rel="nofollow">https://wrapbootstrap.com/</a>
<a href="http://ajkochanowicz.github.com/Kickstrap/themes.html" rel="nofollow">http://ajkochanowicz.github.com/Kickstrap/themes.html</a>
<a href="http://bootswatch.com/" rel="nofollow">http://bootswatch.com/</a>
<a href="http://builtwithbootstrap.com/" rel="nofollow">http://builtwithbootstrap.com/</a><p>All the same themes. This shit hits HN every few weeks.
The fact that they've included HTML5 Boilerplate is nice. I use them together so frequently that I rolled my own solution not too long ago: <a href="https://github.com/brianchitester/hotplate" rel="nofollow">https://github.com/brianchitester/hotplate</a>