Skip to content

Latest commit

 

History

History
executable file
·
31 lines (22 loc) · 863 Bytes

README.md

File metadata and controls

executable file
·
31 lines (22 loc) · 863 Bytes

Rails SaaS Starter App (Rails SaaS Template)

Introduction

Rails SaaS Starter App is a starter application for your next SaaS application. This is not a Rails Engine. The goal is provide you with a robust code base that you can use to start buidling your next SaaS app.

How to use Rails SaaS Starter App

  1. Create a repository for your new application
  2. Download a copy of Rails SaaS Starter App
  3. Copy the source from Rails SaaS Starter App into your application
  4. Start coding

Why should I use it?

  1. Multi-tenant support (currently path based easily modified)
  2. Pricing page
  3. Account registration
  4. Account management (admin)
  5. Plan management (admin)
  6. User management (admin)
  7. User invitations (admin and settings)
  8. Event viewer (admin)
  9. Change plans (settings)
  10. Update create card (settings)
  11. Cancel account (settings)