Ask HN: Bad idea to use something like Twitter Bootstrap in a production webapp?
I'm interning at a new startup, and I've been tasked with designing the front-end of the site.
I really, really want to use the new Twitter Bootstrap (http://twitter.github.com/bootstrap/). It's all CSS, looks amazing, works great, and lets me get to designing and not worrying about the little stuff.
However, is this a good idea if it's a demo of a webapp that we're building, that could become production code? Will it look silly and amateur if I use this instead of coding it all myself? Is the bootstrap too Twitter-ish for a real company's brand?
Thanks for any input you guys can give me.
10 comments
[ 3.0 ms ] story [ 35.0 ms ] threadHowever, I'm using it as the basis for my current app. Since the CSS is all written in Less, it's easy enough to override the base styles to "theme" it, which is what I'm doing.
Keep in mind that it doesn't support a wide variety of browsers (namely, IE falters).
Dropbox still uses famfamfam icons, doesn't hurt them one bit. Best of luck with yours!
Saying that, unless you're an experienced web designer it's just about the only way to go.
Bootstrap is very noticeable, but honestly if you web app's audience are non-technical/non-hacker I doubt they'd notice.
We're likely to move away from it in the future but it was really helpful as we were starting out.