Back to browse
Mlut – Tailwind CSS alternative for custom websites and creative coding

Mlut – Tailwind CSS alternative for custom websites and creative coding

by mr150·Feb 25, 2026·5 points·1 comment

AI Analysis

●●SolidBig Brain

Vim-for-CSS naming with Sass power, but Tailwind's ecosystem dominance is insurmountable.

Strengths
  • Consistent, algorithm-based abbreviations (Jc-c, Bdr, Ps) reduce cognitive load vs. Tailwind's scattered naming
  • Native Sass integration lets developers compose utilities with full preprocessor power instead of config objects
  • CSS art gallery demonstrates genuinely creative capability Tailwind struggles with—aesthetic flexing is real
Weaknesses
  • Minimal community adoption means fragmented docs, no IDE plugins, and no third-party component libraries
  • 1000+ hours of research doesn't overcome Tailwind's network effects; switching costs are high for existing projects
Category
Target Audience

Frontend developers, CSS enthusiasts, creative coders

Similar To

Tailwind CSS · Tachyons · UnoCSS

Post Description

Hey HN community!

I want to tell you about my open source project: mlut. This is the best CSS framework for custom websites and creative coding. It is similar to Tailwind in that it is based on the Atomic CSS approach, but in some respects it surpasses all popular analogues.

mlut helps to create projects with individual and non-standard designs, where old-school frameworks are not suitable and LLMs perform poorly. The project is the result of in-depth research and over 1,000 hours of work. Details about the study can be found here: https://dev.to/mr150/atomic-css-deep-dive-1hee

Key features:

- Short and consistent naming. If you know CSS, you almost know mlut. The abbreviations are based on the popularity of CSS properties and are compiled according to a single algorithm

- Rich and native syntax. It is like Vim for CSS. Conveniently create complex styles with a powerful syntax that is conceptually close to CSS

- Written in Sass. Leverage the full power of the preprocessor in your handwritten CSS and easily link it to utility classes

You can create even pure CSS art using utility classes! With mlut it is possible — check out our gallery on the website: https://mlut.style/arts

I would appreciate any feedback, and especially stars on GitHub: https://github.com/mlutcss/mlut

Similar Projects