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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Building a Design System at a Startup

77 点作者 sunaden大约 4 年前

8 条评论

PragmaticPulp大约 4 年前
Some experience from dealing with this recently: Unless you have a very large design team and long timelines, it&#x27;s best to start with an existing design system and tweak it. Adjust it to your liking, get buy-in, and then agree to keep it locked in place except for minor adjustments. Save the big goals for a V2 design to be launched at a later date.<p>A design system is only as valuable as the time it saves. If the design team spends months perfecting a design system and associated sandbox demo before they can even get to the core design work, it&#x27;s unlikely that it&#x27;s actually helping deliver the product on time.<p>It&#x27;s also dangerous to let the design system become a moving target, where the design language changes from week to week. Each change will burn developer time integrating the changes, which will inevitably turn into multiple sprints dedicated to creating a theming system for your products, none of which really moves the product forward.<p>In a true startup environment, if you can&#x27;t get the design system 90% complete in the first week or two, it&#x27;s at risk of becoming more of a liability than a benefit.
评论 #26299038 未加载
评论 #26300258 未加载
staysaasy大约 4 年前
The hardest part of building a design system is getting the organizational willpower to commit to it. There will always be another high priority feature to build, so to get it done you generally need executive level sponsorship.<p>Design systems are valuable but ultimately best tackled as an accelerant (&#x2F;luxury) investment at scale. Your customers are unlikely to buy your product or churn from it due to not having a design system in place, so you really need to look at overall design&#x2F;dev productivity as the benchmark of whether the investment is worthwhile.
评论 #26298515 未加载
评论 #26298574 未加载
627467大约 4 年前
I&#x27;m surprised this post didn&#x27;t mention the ui components (front end code in whatever framework they use) in the system. in my experience, a design system thag only caters to designers will get little adoption, particular in larger organizations that could benefit from having a system in place.<p>in my experience the designers built a sophisticated system they used to streamline the design process across teams and projects, but it felt short during handoff with those teams that didn&#x27;t have the resources to build new components.
评论 #26300213 未加载
pdamoc大约 4 年前
In my mind, there are two distinct aspects to an UI. The skeleton and the surface. The skeleton deals with the layout of the various elements while the surface deals with colors, font families and sizes.<p>A design system should reduce decisions out of both.<p>Layout is far more impactful and difficult to get right than colors and fonts.<p>This is why I love Every Layout [1]. I just wish that there was some open source version of those ideas.<p>[1] <a href="https:&#x2F;&#x2F;every-layout.dev&#x2F;" rel="nofollow">https:&#x2F;&#x2F;every-layout.dev&#x2F;</a>
n0w大约 4 年前
Line heights are still a pain for consistent spacing in the browser. I&#x27;m really hoping for more progress on CSS Inline Layout Module Level 3 and the `leading-trim` property.<p><a href="https:&#x2F;&#x2F;css-tricks.com&#x2F;leading-trim-the-future-of-digital-typesetting&#x2F;" rel="nofollow">https:&#x2F;&#x2F;css-tricks.com&#x2F;leading-trim-the-future-of-digital-ty...</a>
nbzso大约 4 年前
I am well established designer. I never worked for startups and probably never will. Why? As a professional you know already how to do your work. My personal problem is the growing trend in which designers are decorators but they are called &quot;product designers&quot;. To be effective at design, you have to grasp fully the product technology and core values. Where are those professionals? The Answer: They work at established businesses and companies. Startups have to focus on speed and iteration. I have advice for them: Invest in well designed templates&#x2F;design systems and focus on core business functionality. When you have real business with ROI - this is the time for hiring professional designer and get more from your product.
xnx大约 4 年前
Don&#x27;t. There are many existing systems to choose from. Very unlikely another design system the user has never encountered before will add value.
评论 #26298002 未加载
评论 #26297663 未加载
评论 #26297832 未加载
评论 #26297606 未加载
评论 #26299582 未加载
soperj大约 4 年前
As someone who has done this at work, build it in such a way that your documentation is also your sandbox. That way whenever you go to design something new, you do it in your sandbox, and then the documentation is already done.