Rails Blueprint

screenshot of Rails Blueprint
tailwind

Blueprint - A Rails 6 boilerplate app

Overview

Blueprint is a boilerplate to create Rails 6 apps easily and quickly. It comes with built-in features and aims to make creating a modern Rails app simple and fast. It includes popular gems, such as Devise for user authentication and Postmark for sending transactional emails. Blueprint also provides easy customization options, including pre-designed login/signup pages and easy CSS animations with Animated.css.

Features

  • User authentication through Devise
  • Login/Sign up pages already designed and customizable
  • Flash messages handled with a script
  • Transactional emails sent via Postmark
  • Easy CSS animations with Animated.css
  • Design using TailwindCSS
  • Troubleshoot problems faster with Better Errors
  • Production-ready DB setup with PostgreSQL
  • Google Analytics integration with Turbolinks
  • Preview emails in the browser during development with LetterOpener
  • Environment variable support with DotEnv
tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.