Suspenders

The fastest way to build a successful MVP.

Get your project deployed to production in minutes

With a single command, Suspenders builds an application pre-configured for deployment to Heroku. With that out of the way, you can focus on building your product's core features and getting them in front of users in record time.

Leverage thoughbot's extensive Rails experience

Suspenders is the base Ruby on Rails application used at thoughtbot. It encodes 17 years of accumulated knowledge and opinions, allowing you to lean on thoughtbot's extensive experience building Ruby on Rails applications.

Focus on features instead of biolerplate

Rather than wasting time choosing libraries and configuring your application, Suspenders allows you to skip over problems that have already been solved and focus instead on the features that are unique to your product.

Installation

First install the Suspenders gem:
gem install suspenders
Then create your project with the Suspenders template by running:
suspenders projectname
Or, if you plan to deploy to Heroku:
suspenders projectname --heroku true
Install additional pieces of functionality as needed by running generators:
bin/rails generate suspenders:

Documentation

List all of the generators with:
bin/rails generate | grep suspenders
Get more details about a specific generator by running:
bin/rails generate suspenders: -h
For more details about what the Suspenders template offers, check out Suspenders on GitHub.