tailwindcss-rails

By rails

Tailwindcss-rails Alternatives

Similar projects and alternatives to tailwindcss-rails

  1. Tailwind CSS

    A utility-first CSS framework for rapid UI development.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. esbuild

    An extremely fast bundler for the web

  4. turbo

    153 tailwindcss-rails VS turbo

    The speed of a single-page web application without having to write any JavaScript (by hotwired)

  5. PostCSS

    96 tailwindcss-rails VS PostCSS

    Transforming styles with JS plugins

  6. turbo-rails

    Use Turbo in your Ruby on Rails app

  7. stimulus_reflex

    Build reactive applications with the Rails tooling you already know and love.

  8. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  9. inertia-laravel

    The Laravel adapter for Inertia.js.

  10. jsbundling-rails

    Bundle and transpile JavaScript in Rails with esbuild, rollup.js, bun, or Webpack.

  11. cssbundling-rails

    Bundle and process CSS in Rails with Tailwind, PostCSS, and Sass via Node.js.

  12. importmap-rails

    Use ESM with importmap to manage modern JavaScript in Rails without transpiling or bundling.

  13. Foreman

    Manage Procfile-based applications

  14. reactor

    Phoenix LiveView but for Django

  15. stimulus-use

    A collection of composable behaviors for your Stimulus Controllers

  16. noticed

    Notifications for Ruby on Rails applications

  17. hotwire-example-template

    A collection of branches that transmit HTML over the wire.

  18. Pagy

    🏆 The Best Pagination Ruby Gem 🥇

  19. Flutter-Roadmap

    In this repository you will learn Flutter from scratch, so that after that you are almost a Flutter pro. The whole thing is completely free.

  20. flutter-roadmap

    Roadmap for Flutter developers in 2020 (by DroidsOnRoids)

  21. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better tailwindcss-rails alternative or higher similarity.

tailwindcss-rails discussion

Log in or Post with

tailwindcss-rails reviews and mentions

Posts with mentions or reviews of tailwindcss-rails. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-01-03.
  • How to Develop an Air Quality Monitoring App with Ruby on Rails
    4 projects | dev.to | 3 Jan 2025
    Use tailwind css for the styling. A tailwind ruby gem is available at https://github.com/rails/tailwindcss-rails, you can check it out for more details.
  • How to Use Tailwind CSS for Your Ruby On Rails Project
    1 project | dev.to | 19 Jun 2024
    If we change text-4xl to text-xl and reload the page, the new style will be automatically applied. Looking at the terminal where Foreman is running, you will see that Tailwind has generated a stylesheet in the background again. That's how simple it is to integrate Tailwind into a Ruby on Rails application (this relies on the tailwindcss-rails gem).
  • Is the default importmap method unrealistic in the most popular real world use cases?
    5 projects | /r/rails | 9 May 2023
    You can't use additional CSS packages (like Flowbite) with the official tailwindcss-rails gem. According to this answered issue, you should either give up importmap and use a bundler, or use a CSS file from CDN - which is not ideal (unnecessary classes won't be purged this way).
  • How to bundle assets in a Rails engine
    3 projects | dev.to | 10 Jan 2023
    You first install your asset handlers as you need them for your project. They can be anything from rails/jsbundling-rails and rails/tailwindcss-rails to webpacker or something custom.
  • Setup TailwindCSS, postcss and esbuild on Rails 7
    12 projects | dev.to | 12 Oct 2022
    Preconfigured TailwindCSS from TailwindCSS-rails ready to use out of the box, pass --css tailwind as an option.✅
  • User notifications with Rails, Noticed, and Hotwire
    4 projects | dev.to | 21 Mar 2022
    Thanks to the magic of Rails, the scaffold generator gives us almost everything we need to start creating messages and associating them with users. Because we are using Tailwind via the tailwindcss-rails gem, the scaffold generator also includes some nice looking base styles too.
  • Pagination and infinite scrolling with Rails and the Hotwire stack
    7 projects | dev.to | 4 Feb 2022
    Because we are using Tailwind via the tailwindcss-rails gem, the scaffold generator applies some basic Tailwind styling to generated views, so we have nice looking Widget pages right out of the box.
  • Launching Multiple Processes with a Single Command in Rails
    2 projects | dev.to | 31 Jan 2022
    Here's a simple way to achieve this, inspired by the tailwindcss-rails gem.
  • How to Install Shoelace with Rails 7, esbuild, and Tailwind JIT
    1 project | dev.to | 13 Jan 2022
    For more documentation on tailwind installation: https://github.com/rails/tailwindcss-rails
  • Upgrading from Rails 6.x Webpacker to Rails 7 Importmaps
    7 projects | dev.to | 7 Jan 2022
    gem "rails", "~> 7.0.0" # The original asset pipeline for Rails [https://github.com/rails/sprockets-rails] gem "sprockets-rails" # Use postgresql as the database for Active Record gem "pg", "~> 1.1" # Use the Puma web server [https://github.com/puma/puma] gem "puma", "~> 5.0" # Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails] gem "importmap-rails" # Hotwire's SPA-like page accelerator [https://turbo.hotwired.dev] gem "turbo-rails" # Hotwire's modest JavaScript framework [https://stimulus.hotwired.dev] gem "stimulus-rails" # Use Tailwind CSS [https://github.com/rails/tailwindcss-rails] gem "tailwindcss-rails" # Build JSON APIs with ease [https://github.com/rails/jbuilder] gem "jbuilder" gem "redis", "~> 4.0"
  • A note from our sponsor - SaaSHub
    www.saashub.com | 19 Mar 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic tailwindcss-rails repo stats
22
1,485
9.3
5 days ago

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that Ruby is
the 12th most popular programming language
based on number of references?