|
1 |
| -# waft-design-system |
2 |
| -[WIP] Simple design system example |
| 1 | +# Waft design system |
| 2 | + |
| 3 | +> ⚠️ Warning: This project is meant primary for learning and currently is in work in progress state. Expect breaking changes. |
| 4 | +
|
| 5 | +All-purpose design system, meant to be used in small to medium, framework or non-framework projects, where using something simple and non-intrusive is valued more than customizability and high amount of options. |
| 6 | +Its primary targeted to developers building an application for learning a new technology or something which doesn't require flashy looks. |
| 7 | +Web is the main supported platform but the system allows easier extension with more platforms. |
| 8 | + |
| 9 | +### Objectives |
| 10 | +* Phase MVP |
| 11 | + * [x] Define and setup initial structure and tooling |
| 12 | + * [x] Analyze and describe the use case and the scope of the design system which will be developed |
| 13 | + * [x] Target Audience |
| 14 | + * [x] Use Cases |
| 15 | + * [x] Define Supported Platforms |
| 16 | + * [x] Establish Design Principles |
| 17 | + * [x] Catalog Components |
| 18 | + * [x] Explain customization level and how styling could be done |
| 19 | + * [ ] Define anatomy elements and collect resources |
| 20 | + * [x] Core values/Principles |
| 21 | + * [ ] Define initial tokens |
| 22 | + * [ ] Define initial systems, if needed |
| 23 | + * [x] Define initial components |
| 24 | + * [x] Add some guides |
| 25 | + * [ ] Setup npm package and document how it should be used |
| 26 | + * [x] Auto deployment script |
| 27 | + * [x] Add docs for at least one process - component contribution |
| 28 | + * [ ] Develop at least one component from the MVP list by following a process |
| 29 | + |
| 30 | +* Phase Next |
| 31 | + * [ ] Define and describe versioning |
| 32 | + * [ ] More Design principles - Adaptive/Responsive/Accessibility |
| 33 | + * [ ] Setup Chromatic with CI |
| 34 | + * [ ] Add metrics - e.g. accessibility threshold |
| 35 | + * [ ] Setup tests |
| 36 | + * [ ] Make it more engaging - colors, gradients, animations |
| 37 | + * [ ] Light/dark theme |
| 38 | + * [ ] SSR components support |
| 39 | + |
| 40 | +#### Inspiration |
| 41 | +* https://design-system.service.gov.uk/ |
| 42 | +* https://baklava.design/ |
| 43 | +* https://material-web.dev/about/intro/ |
| 44 | +* https://www.fast.design/ |
| 45 | +* https://m3.material.io/ |
| 46 | +* https://fluent2.microsoft.design/ |
| 47 | +* https://polaris.shopify.com/ |
| 48 | +* https://mailchimp.com/design/ |
| 49 | +* https://carbondesignsystem.com/ |
| 50 | +* https://nordhealth.design/ |
| 51 | +* https://vaadin.com/design-system |
| 52 | + |
| 53 | +#### Technology stack |
| 54 | +* [Lit](https://lit.dev/) |
| 55 | +* [ViteJS](https://vitejs.dev/) |
| 56 | +* [Storybook](https://storybook.js.org/) |
| 57 | +* [Chromatic](https://www.chromatic.com/) |
0 commit comments