Software Alternatives & Reviews

Is there a better option than plain HTML, CSS and JS for creating my own design system?

Svelte Shoelace.css Hugo Tachyons
  1. 1
    Cybernetically enhanced web apps
    Pricing:
    • Open Source

    #Javascript UI Libraries #JavaScript Framework #JS Library 352 social mentions

  2. A back to the basics CSS starter kit.
    Pricing:
    • Open Source
    Check out https://shoelace.style/ Its based on web components, so you can use it with any framework or even vanilla js.

    #Developer Tools #Design Tools #Gradient Generator 17 social mentions

  3. 3
    Hugo is a general-purpose website framework for generating static web pages.
    Pricing:
    • Open Source
    So everything is static HTML? Or do you use something like https://gohugo.io/ to generate your site, so you only need to define your site structure once, and can keep your content as either HTML or even markdown? With the possibility to override whichever and whatever you want.

    #Static Site Generators #Blogging #Blogging Platform 353 social mentions

  4. A modular CSS toolkit that makes it easy to build interfaces that are readable, responsive, and fast loading.
    Pricing:
    • Open Source
    I like using a functional CSS library (tachyons.io, tailwindcss, or SLDS) and setup components separately. The CSS has my colors and units declared (and the aim is to not have 40 different gray colors, it's to limit yourself with a definition list). Then the actual components are setup via a component library. Plenty to choose from: React, VueJS, LWC, AngularJS, or just native web components.

    #CSS Framework #Design Tools #Developer Tools 23 social mentions

Discuss: Is there a better option than plain HTML, CSS and JS for creating my own design system?

Log in or Post with