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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Building an MVP without a designer in 2017?

19 点作者 Narzerus将近 8 年前
For a developer building an MVP, what tools do you recommend to use for a project, without a designer? - App is not a throw-away project, can be incremented into a professional, beautiful app - No designer available as stated above - A designer WILL be hired in the future<p>The only options I can think of: - Bootstrap &#x2F; Semantic-ui (Can these be customized and used for years ahead or do they require extirpation) - Copy other designs and pray your code won&#x27;t be to hard to turn into a great design in the future

6 条评论

gls2ro将近 8 年前
You are probably asking what frameworks to use. But I suggest you should first use Sketchapp or Adobe Experience Design (at least these two I used and liked a lot).<p>They allow you to do some UI mocks&#x2F;basic design with very little effort.<p>You can find and import in them Boostrap templates providing you with all the elements you need. Then the next step I suggest to do is to pick the basic colors you want to use for normal text, action buttons ... This way you will make sure that in your app you will use only those colors providing a consistent color scheme.<p>And then you can start to design your interface. Both apps provide simple tools to use and with very little learning curve for doing simple design.<p>For me (even if I am not a designer) doing this helps me focus on understanding how the elements that I want to build integrate with each other on UI side. And also forces me to focus on using the same elements and the same colors.<p>For both apps you can also find a lot of free designs provided by various authors from which you can inspire.<p>You can also browse <a href="https:&#x2F;&#x2F;dribbble.com" rel="nofollow">https:&#x2F;&#x2F;dribbble.com</a> or <a href="https:&#x2F;&#x2F;www.behance.net" rel="nofollow">https:&#x2F;&#x2F;www.behance.net</a> to be inspired by designs that you like.
评论 #14525566 未加载
ninjaofawesome将近 8 年前
As a front end developer, I would say if you need an MVP to get out the door and you&#x27;ve got a bunch of plates in the air, then yes, Bootstrap (and also Font Awesome!) works just fine for all the things that you don&#x27;t really care to worry about at the present moment. Its also easy enough to remove if you do eventually bring in a UX person or a designer to refine things.<p>That being said, the little things that you can do make a huge difference between a site that looks like its made with bootstrap vs a site that has a bit more going on under the design hood. Pay a bit of attention to your fonts and line heights, add in -webkit-font-smoothing, and lock down your colors before you start (e.g. black, white, brand colors, grays, etc.) Consistency will make your life so much easier to get that UI looking amazing, and it takes about 15 minutes or less to write down some variables (assuming you&#x27;re using a CSS preprocessor). Also, optimize your assets (images, etc) and make sure you have fallbacks if something doesn&#x27;t load fast.<p>Lastly, make sure you know what you (roughly) want your app to look like on mobile, tablet and desktop before just diving in to Bootstrap- even just roughly sketching out boxes on paper helps me sometimes with that. I like to use the Chrome emulator for a rough idea of any device as I work on phone, tablet and desktop in either orientation as well.<p>All in all, what I&#x27;ve described you can easily implement in a a few hours to a few days (depending on the complexity of your site) and makes a huge difference. Once you&#x27;re making millions, you can hire a great designer to push your site to the next level!
alaskamiller将近 8 年前
Buy an UI. I&#x27;ve been building digital stuff for twenty years. In the end, just buy an UI with the tech stack you&#x27;re familiar with. Themeforest, CodeCanyon, whatever. Especially if it&#x27;s a enterprise dashboard&#x2F;admin tool. Just buy the most well built and most contributed to UI and master it so that you can re-deploy it over and over again. You&#x27;ve got more important things to do.
评论 #14518886 未加载
JeffreyKaine将近 8 年前
Bootstrap with material design is my suggestion here. Material is versatile enough for both iOS and Android, and it translates decently well to web. The color palette and font stack are both easy to work with.<p><a href="https:&#x2F;&#x2F;mdbootstrap.com&#x2F;material-design-for-bootstrap&#x2F;" rel="nofollow">https:&#x2F;&#x2F;mdbootstrap.com&#x2F;material-design-for-bootstrap&#x2F;</a>
dyeje将近 8 年前
If you&#x27;re going to hire a designer in the future, then just use Bootstrap for now.
tbird007将近 8 年前
You could check html5up for free templates to start with.