awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to jayxon/leanify

Open-source alternatives to Leanify

30 open-source projects similar to jayxon/leanify, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Leanify alternative.

  • gregberge/svgrG

    gregberge/svgr

    11,043View on GitHub↗

    SVGR is a tool that transforms static SVG files into reusable React components for direct rendering within user interface trees. It functions as an AST-based code transformer and build-time asset pipeline, parsing SVG XML into an abstract syntax tree to modify elements before generating JavaScript source code. The project integrates an external optimization engine to strip redundant metadata and minify attributes, ensuring vector images are flexible and easy to style. It uses recursive tree traversal to apply these transformations to all nested graphic elements and employs attribute mapping t

    TypeScript
    View on GitHub↗11,043
  • aheckmann/gmaheckmann avatar

    aheckmann/gm

    6,980View on GitHub↗

    gm is a JavaScript image processing library and Node.js manipulation tool that serves as a programmatic wrapper for the GraphicsMagick engine. It translates JavaScript method calls into shell commands to automate the resizing, cropping, and transformation of images. The library provides an interface to execute specific GraphicsMagick operations while allowing raw command passthrough for custom arguments or engine features not covered by the standard API. Its capabilities cover geometric manipulation, color and tone adjustment, and image quality optimization. It includes tools for image compo

    JavaScript
    View on GitHub↗6,980
  • ben-eb/gulp-uncssben-eb avatar

    ben-eb/gulp-uncss

    932View on GitHub↗

    DEPRECATED. Remove unused CSS selectors.

    JavaScript
    View on GitHub↗932
  • clean-css/clean-cssclean-css avatar

    clean-css/clean-css

    4,201View on GitHub↗

    Clean-CSS is a Node.js CSS optimizer that functions as a minifier, bundler, and post-processor. It is designed to decrease total stylesheet volume by removing whitespace, comments, and redundant code. The project provides a pipeline for applying custom transformations and browser compatibility adjustments. It allows for the programmatic modification of CSS rules and values through a plugin system and the use of custom optimization plugins. The tool covers a broad range of asset optimization capabilities, including stylesheet bundling, import rule inlining, and relative URL rebasing. It also

    JavaScript
    View on GitHub↗4,201

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • cobrateam/django-htmlmincobrateam avatar

    cobrateam/django-htmlmin

    543View on GitHub↗

    HTML minifier for Python frameworks (not only Django, despite the name).

    Python
    View on GitHub↗543
  • css/cssocss avatar

    css/csso

    3,792View on GitHub↗

    csso is a CSS minifier and optimizer that reduces stylesheet file sizes through structural analysis and algebraic transformations. It functions as an abstract syntax tree processor, converting styles into a structured tree to perform deep analysis and semantic-preserving code transformations while maintaining the original visual presentation. The project distinguishes itself through usage-aware optimization, analyzing external HTML markup and class identifiers to prune unused styles and reorganize rules based on actual document usage. It also performs structural refactoring by identifying and

    JavaScript
    View on GitHub↗3,792
  • deanhume/html-minifierdeanhume avatar

    deanhume/html-minifier

    138View on GitHub↗

    A simple command line tool to minify your HTML, Razor views & Web Forms views

    C#
    View on GitHub↗138
  • django-compressor/django-compressordjango-compressor avatar

    django-compressor/django-compressor

    2,868View on GitHub↗

    Compresses linked and inline javascript or CSS into a single cached file.

    Python
    View on GitHub↗2,868
  • gruntjs/grunt-contrib-concatgruntjs avatar

    gruntjs/grunt-contrib-concat

    799View on GitHub↗

    Concatenate files.

    JavaScript
    View on GitHub↗799
  • gruntjs/grunt-contrib-cssmingruntjs avatar

    gruntjs/grunt-contrib-cssmin

    791View on GitHub↗

    Compress CSS files.

    JavaScript
    View on GitHub↗791
  • gruntjs/grunt-contrib-htmlmingruntjs avatar

    gruntjs/grunt-contrib-htmlmin

    421View on GitHub↗

    Minify HTML.

    JavaScript
    View on GitHub↗421
  • gruntjs/grunt-contrib-imagemingruntjs avatar

    gruntjs/grunt-contrib-imagemin

    1,208View on GitHub↗

    Minify PNG, JPG, GIF and SVG images.

    JavaScript
    View on GitHub↗1,208
  • gruntjs/grunt-contrib-uglifygruntjs avatar

    gruntjs/grunt-contrib-uglify

    1,473View on GitHub↗

    Minify files with UglifyJS.

    JavaScript
    View on GitHub↗1,473
  • imagemin/imageminimagemin avatar

    imagemin/imagemin

    5,717View on GitHub↗

    imagemin is a Node.js image optimizer and minification tool designed to reduce the storage size of image assets. It functions as a build pipeline asset optimizer that employs both lossy and lossless compression to remove unnecessary metadata and optimize pixel data. The project uses a plugin-based architecture to extend its functionality, loading external modules that handle specific image formats and compression algorithms. This allows the tool to serve as a flexible toolkit for automating image compression within development pipelines. The system covers broad capabilities for web performan

    JavaScript
    View on GitHub↗5,717
  • jafarakhondali/tapneshJafarAkhondali avatar

    JafarAkhondali/Tapnesh

    21View on GitHub↗

    CLI bash script to optimize images in parallel easily and efficiently!

    Shell
    View on GitHub↗21
  • jamiemason/grunt-imageoptimJamieMason avatar

    JamieMason/grunt-imageoptim

    474View on GitHub↗

    Make ImageOptim, ImageAlpha and JPEGmini part of your automated build process

    JavaScript
    View on GitHub↗474
  • jamiemason/imageoptim-cliJamieMason avatar

    JamieMason/ImageOptim-CLI

    3,520View on GitHub↗

    Make optimisation of images part of your automated build process

    TypeScript
    View on GitHub↗3,520
  • jarred-sumner/atbuildjarred-sumner avatar

    jarred-sumner/atbuild

    35View on GitHub↗

    Use JavaScript to generate JavaScript

    TypeScript
    View on GitHub↗35
  • jazzband/django-pipelinejazzband avatar

    jazzband/django-pipeline

    1,544View on GitHub↗

    Pipeline is an asset packaging library for Django.

    Python
    View on GitHub↗1,544
  • jney/grunt-htmlcompressorjney avatar

    jney/grunt-htmlcompressor

    34View on GitHub↗

    grunt plugin for html compression, using htmlcompressor.jar

    JavaScript
    View on GitHub↗34
  • johncashmore/grunt-cssshrinkJohnCashmore avatar

    JohnCashmore/grunt-cssshrink

    29View on GitHub↗

    A grunt wrapper for CSS Shrink

    JavaScript
    View on GitHub↗29
  • jonschlinkert/gulp-htmlminjonschlinkert avatar

    jonschlinkert/gulp-htmlmin

    725View on GitHub↗

    Minify HTML

    HTML
    View on GitHub↗725
  • kangax/html-minifierkangax avatar

    kangax/html-minifier

    5,045View on GitHub↗

    html-minifier is a Node.js utility designed to reduce HTML file size by optimizing markup, simplifying document structures, and compressing embedded CSS and JavaScript. It functions as an HTML markup compressor and web document optimizer that removes whitespace, comments, and redundant attributes. The tool distinguishes itself by acting as an embedded asset optimizer, processing content within style and script tags through specialized compression engines. It simplifies the final output by removing optional tags and replacing long doctypes with shorter versions. The project covers a range of

    JavaScript
    View on GitHub↗5,045
  • koajs/html-minifierkoajs avatar

    koajs/html-minifier

    32View on GitHub↗

    minify HTML responses like some crazy guy

    JavaScript
    View on GitHub↗32
  • lovell/sharplovell avatar

    lovell/sharp

    32,340View on GitHub↗

    Sharp is a high-performance image processing library for Node.js. It serves as a native extension and wrapper for the libvips framework, providing tools for image resizing, format conversion, and programmatic data manipulation. The project enables the transformation of images into web-friendly formats such as WebP and AVIF while preserving color profiles and alpha channels. It also provides capabilities for generating blank image buffers with specified dimensions and background colors. The library covers a broad range of image manipulation utilities, including rotation, extraction, compositi

    JavaScriptavifcropexif
    View on GitHub↗32,340
  • mishoo/uglifyjsmishoo avatar

    mishoo/UglifyJS

    13,392View on GitHub↗

    UglifyJS is a tool for JavaScript code minification, AST manipulation, and source beautification. Its primary purpose is to reduce the file size of JavaScript source code by removing whitespace and shortening variable names to optimize frontend build assets. The project differentiates itself through its ability to programmatically analyze and transform code using abstract syntax trees. It performs constant folding analysis and conditional compilation to eliminate unreachable or redundant code, and it employs a multi-pass compression pipeline to maximize total file size reduction. The tool pr

    JavaScript
    View on GitHub↗13,392
  • mozilla/mozjpegmozilla avatar

    mozilla/mozjpeg

    5,685View on GitHub↗

    Mozjpeg is a high-performance C library for encoding, decoding, and transcoding JPEG images. It serves as a binary-compatible, drop-in replacement for standard JPEG libraries, maintaining existing function signatures to improve compression efficiency without requiring changes to application logic. The library functions as an image optimizer that reduces file sizes through lossless progressive encoding and coefficient optimization. It utilizes trellis-based quantization and SIMD-accelerated processing to optimize the trade-off between visual quality and file size. Its broader capabilities inc

    C
    View on GitHub↗5,685
  • razrfalcon/svgcleanerRazrFalcon avatar

    RazrFalcon/SVGCleaner

    1,669View on GitHub↗

    svgcleaner could help you to clean up your SVG files from the unnecessary data.

    Rust
    View on GitHub↗1,669
  • sindresorhus/grunt-svgminsindresorhus avatar

    sindresorhus/grunt-svgmin

    434View on GitHub↗

    Minify SVG

    JavaScript
    View on GitHub↗434
  • sindresorhus/gulp-imageminsindresorhus avatar

    sindresorhus/gulp-imagemin

    1,905View on GitHub↗

    Minify PNG, JPEG, GIF and SVG images

    JavaScript
    View on GitHub↗1,905