TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Bad idea to use something like Twitter Bootstrap in a production webapp?

7 点作者 Archio超过 13 年前
I'm interning at a new startup, and I've been tasked with designing the front-end of the site.<p>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.<p>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?<p>Thanks for any input you guys can give me.

8 条评论

jonah超过 13 年前
Some have said their grid system is somewhat wonky. It's also not responsive.<p>However, 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.
brandoncordell超过 13 年前
I think bootstrap is perfect for an MVP. I plan on using it because I'm not the best at design and quite frankly as I'm writing my MVP, I don't want to be bothered with the design. I need to get my idea out quickly and have it validated or fail. If I get to the point where I can release more features, I'll eventually have a designer on board to get things rolling.<p>Bootstrap is very noticeable, but honestly if you web app's audience are non-technical/non-hacker I doubt they'd notice.
threepointone超过 13 年前
&#62;"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?"<p>Dropbox still uses famfamfam icons, doesn't hurt them one bit. Best of luck with yours!
评论 #3133893 未加载
dtwwtd超过 13 年前
We used it for our new product and it enabled us to write a usable layout with good looking elements really quickly.<p>We're likely to move away from it in the future but it was really helpful as we were starting out.
ianpurton超过 13 年前
It's starting to get noticed that's for sure. I can spot a bootstrap site from a mile away.<p>Saying that, unless you're an experienced web designer it's just about the only way to go.
latchkey超过 13 年前
I just take bits and pieces from it that I like. For example, I took the table css and modified it a bit for my tastes. Came out great.
becomevocal超过 13 年前
I'd say use it to get your initial version out. Focus on usability now.<p>Keep in mind that it doesn't support a wide variety of browsers (namely, IE falters).
petervandijck超过 13 年前
Nothing wrong with using Bootstrap. Only geeks will notice.