Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Frontend Tooling

Frontend Tooling

271 projects

Showing 36 of 271 projects

gulp-svgstore
gulp-svgstoreJavaScript

A Gulp plugin that combines multiple SVG files into a single sprite using <symbol> elements for efficient icon management.

#icon-management#build-automation#web-performance
Stars641
Forks31
Last commit3 years ago
hyperscript-helpers
hyperscript-helpersJavaScript

Elm-html inspired helpers for writing terse hyperscript and virtual-hyperscript markup.

#markup-helpers#html-generation#functional-ui
Stars631
Forks36
Last commit5 years ago
Gulp
GulpJavaScript

A curated list of awesome Gulp resources, plugins, and boilerplates for development workflow automation.

#gulp#developer-tools#workflow-automation
Stars624
Forks56
Last commit4 years ago
Sprite Factory
Sprite FactoryRuby

A Ruby library and CLI tool that automatically generates CSS sprites from individual image files.

#rmagick#sass#chunky-png
Stars617
Forks77
Last commit1 year ago
d3-jetpack
d3-jetpackJavaScript

A collection of convenience wrappers and utilities to speed up daily D3.js development.

#boilerplate-reduction#javascript-utilities#visualization-helpers
Stars613
Forks47
Last commit5 months ago
es6ify
es6ifyJavaScript

A browserify transform that compiles ES6 (JavaScript.next) to ES5 (JavaScript.current) on the fly.

#javascript-compiler#traceur#frontend-tooling
Stars591
Forks31
Last commit9 years ago
main-bower-files
main-bower-filesJavaScript

A Node.js utility that reads bower.json and returns an array of main files from Bower dependencies.

#build-automation#dependency-management#frontend-tooling
Stars579
Forks52
Last commit6 years ago
PostCSS BEM Linter
PostCSS BEM LinterJavaScript

A PostCSS plugin that lints CSS to ensure it follows BEM or SUIT naming conventions.

#css-linting#linter#suit-css
Stars577
Forks32
Last commit2 years ago
Create React App + Ant Design
Create React App + Ant DesignJavaScript

A starter template for using Ant Design with Create React App without ejecting.

#create-react-app#ant-design#webpack-configuration
Stars575
Forks187
Last commit3 years ago
generator-react-webpack-redux
generator-react-webpack-reduxJavaScript

A Yeoman generator for React projects with Webpack and Redux, extending generator-react-webpack.

#boilerplate-template#scaffold#boilerplate
Stars549
Forks84
Last commit
BEM Constructor
BEM ConstructorSCSS

A Sass library for building immutable and namespaced BEM CSS objects programmatically.

#sass-library#scss-mixins#immutable-css
Stars538
Forks30
Last commit3 years ago
ember-component-css
ember-component-cssJavaScript

An Ember CLI addon for component-scoped CSS with automatic namespacing to prevent style conflicts.

#style-encapsulation#frontend-tooling#css-modules
Stars536
Forks112
Last commit3 years ago
gulp-angular-templatecache
gulp-angular-templatecacheJavaScript

A Gulp plugin that concatenates and registers AngularJS templates in the $templateCache for improved performance.

#gulp#performance-optimization#html-templates
Stars523
Forks103
Last commit
grunt-critical-css
grunt-critical-cssJavaScript

A Grunt plugin that extracts and inlines critical CSS from web pages to improve performance.

#critical-css#performance-optimization#web-performance
Stars521
Forks25
Last commit3 years ago
gulp-jade
gulp-jadeJavaScript

A Gulp plugin for compiling Pug templates into HTML or JavaScript.

#gulp#template-engine#pug
Stars518
Forks79
Last commit3 years ago
bruck
bruckJavaScript

A lo-fi prototyping system using web components to create accessible, responsive interface layouts without writing breakpoints.

#design-system#web-components#dummy-content
Stars516
Forks12
Last commit2 years ago
Playground for Gulp Recipes
Playground for Gulp RecipesJavaScript

A collection of Gulp recipes and patterns for automating JavaScript development tasks like testing, code analysis, and deployment.

#task-automation#gulp#development-workflow
Stars500
Forks137
Last commit7 years ago
shakapacker
shakapackerRuby

A modern Webpack/Rspack integration for Rails that manages JavaScript modules and assets with support for hot module replacement.

#javascript-bundler#rails#rspack
Stars486
Forks107
Last commit4 days ago
GutterColor
GutterColorPython

A Sublime Text plugin that displays colored icons in the gutter for lines containing color codes.

#developer-tools#productivity#css-tooling
Stars484
Forks44
Last commit3 years ago
LibMan CLI
LibMan CLIC#

A lightweight client-side library manager for web apps, integrated with Visual Studio and available as a CLI tool.

#dotnet-tool#library-management#cdnjs
Stars481
Forks90
Last commit1 month ago
Grunt-imageoptim
Grunt-imageoptimJavaScript

A Grunt plugin that automates image optimization using ImageOptim, ImageAlpha, and JPEGmini for Mac.

#batch-processing#image-optimization#frontend-tooling
Stars476
Forks18
Last commit6 years ago
sheetify
sheetifyJavaScript

A modular CSS bundler for Browserify that namespaces CSS and enables importing CSS packages from npm.

#browserify#css-namespacing#bundler
Stars445
Forks47
Last commit5 years ago
grunt-babel
grunt-babelJavaScript

Grunt plugin for Babel that transpiles next-generation JavaScript for current environments.

#build-automation#frontend-tooling#grunt-plugin
Stars434
Forks59
Last commit3 years ago
Grunt-svgmin
Grunt-svgminJavaScript

A Grunt plugin that minifies SVG files using SVGO to reduce file size.

#minification#build-automation#web-performance
Stars434
Forks40
Last commit2 years ago
Astro
AstroTypeScript

An ESLint plugin for linting Astro components, covering frontmatter, HTML templates, JSX expressions, client-side scripts, and directives.

#astro#astrojs#eslintplugin
Stars427
Forks31
Last commit7 days ago
package-size
package-sizeJavaScript

Get the bundle size of npm packages by installing and bundling them with Webpack.

#npm-package#cli-tool#dependency-analysis
Stars424
Forks17
Last commit4 years ago
Grunt-contrib-htmlmin
Grunt-contrib-htmlminJavaScript

A Grunt plugin for minifying HTML files to reduce file size and improve website performance.

#html-minification#performance-optimization#build-automation
Stars421
Forks66
Last commit2 months ago
Storybook
Storybook

A curated collection of resources, examples, and tutorials for the Storybook UI component development ecosystem.

#component-development#awesome-list#frontend-tooling
Stars417
Forks29
Last commit1 year ago
amygdala
amygdalaJavaScript

A RESTful HTTP client for JavaScript apps that configures once with your API schema and handles CRUD operations with a consistent API.

#schema-driven#rest-client#client-side-caching
Stars392
Forks22
Last commit9 years ago
antd-theme-webpack-plugin
antd-theme-webpack-pluginJavaScript

A webpack plugin for dynamic theme generation and injection for Ant Design, enabling runtime color changes.

#ant-design#frontend-tooling#dynamic-theming
Stars367
Forks73
Last commit
Mies
MiesClojure

A minimal ClojureScript project template for quickly starting new applications.

#javascript-compilation#clojurescript#minimalist
Stars367
Forks49
Last commit8 years ago
antd-theme-generator
antd-theme-generatorJavaScript

Generate dynamic theme files for Ant Design by processing LESS variables to enable runtime color changes.

#ant-design#nodejs-script#color-variables
Stars357
Forks84
Last commit3 years ago
gulp-check-unused-css
gulp-check-unused-cssCSS

A Gulp plugin that checks HTML templates for unused CSS classes and CSS files for undefined classes.

#html-css-validation#css-optimization#frontend-tooling
Stars355
Forks18
Last commit3 years ago
gulp-svgmin
gulp-svgminJavaScript

A Gulp plugin that minifies SVG files using SVGO for optimized web assets.

#web-performance#frontend-tooling#asset-minification
Stars341
Forks32
Last commit2 years ago
Less Rails
Less RailsRuby

A Rails gem that integrates the Less CSS preprocessor into the Rails 5+ asset pipeline.

#less-css#rails-gem#frontend-tooling
Stars339
Forks132
Last commit4 years ago
packup
packupTypeScript

A zero-config web application bundler and development server for Deno, inspired by Parcel.

#bundler#esbuild#zero-config
Stars337
Forks16
Last commit2 years ago
PreviousPage 5 of 8

Related Tags

Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
8 years ago
4 years ago
3 years ago
Next
#Build Tool83
#Javascript67
#Nodejs41
#Web Development41
#Gulp Plugin32
#Webpack32
#Build Automation25
#Css Preprocessor24
#Performance24
#Web Performance23
#Css23
#Sass23