A Rails 5 starter template to ship your projects SaaS even faster.
Shipped Features:
- build with Rails 5 & Bootstrap 4
- Bootswatch themes
- NProgress loading bars for Turbolinks
- User authentication through Devise (Usernames patched)
- bootstrap_form for easy bootstrap conform forms.
- font-awesome-rails for some easy icons.
- data-confirm-modal for some bootstrapy confirm dialogs
- slack-notifier for slack based notifications
- rails_admin CRUD admin interface
After cloning you most likely want to rename the application, this is why we included rename
Simply go in the directory and type:
rails g rename:app_to YourName
- Change public/login.jpg (Seen on login/registration pages)
- Setup slack notification webhook in
config/initializers/slack_notifier.rb
- Add your Impressum & Privacy Policy
- Implement Stripe
- Implement Paypal
- Implement some Bitcoin based payment
The app is completely free, but i am and will put a lot of work into it so any motivational funds are appreciated.