
Boilerplate Rails 5.2 multitenant SaaS application with webpack and Docker integration. Billing is scoped to accounts.
The Limestone Accounts is a boilerplate SaaS app built with Rails 5.2. It has an opinionated integration with NPM using Webpacker and Stimulus. The app is multitenant, meaning each account has one subscription and potentially many users through invitations.
The Limestone Accounts is a feature-rich boilerplate SaaS app built with Rails 5.2. It offers multitenancy, subscription management, per-seat billing, email notifications, file uploads, search integration, and more. The app can be easily customized and extended based on specific requirements.

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.