
Boilerplate Rails 6 SaaS application with Webpack, Stimulus and Docker integration.
Limestone is a boilerplate SaaS app built with Rails 6 on Ruby 2.7.2. It includes an opinionated integration with NPM using Webpacker and Stimulus. The gemset of Limestone has been chosen to be modern, performant, and take care of a number of business concerns common to SaaS.
Limestone is a powerful boilerplate SaaS app built with Rails 6. It provides a range of features to handle subscription management, email notifications, user authentication, and more. With its modern gemset and opinionated integration, Limestone offers developers a solid foundation for building SaaS applications.

Ruby on Rails, often referred to as Rails, is an open-source web application framework written in Ruby. Known for its convention over configuration and don't repeat yourself (DRY) principles, Rails simplifies and accelerates the development of database-backed web applications.
Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites.
A website that uses Docker for containerization to streamline development, testing, and deployment workflows. This includes features such as containerization of dependencies, automated builds and deployments, and container orchestration to ensure scalability and availability.
Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.