Introducing: Beautiful Layouts for Your Rails App

I am excited to introduce something entirely new to Rails Designer, the premier UI components library for Rails: layouts! 🥳

A layout is a template that wraps around a view, providing a common structure and shared HTML elements for multiple screens. The default layout is application.html.erb that typically wraps your entire app. But almost all Rails SaaS apps use multiple other layouts.

Most common is the one for the public screens, eg. the sign up or log in pages. How does this work?

class SessionsController < ApplicationController
  layout "authentication"

  # …
end

That layout "authentication" part is key. Learn all about layouts in Rails in this article.

For starters (and to get some feedback from the many users of Rails Designer) I have added three authentication layout variants. I have plenty more ideas, but love to hear your feedback.

Learn more about Layouts from Rails Designer.

Get UI & Product Engineering Insights for Rails Apps (and product updates!)

Published at . Have suggestions or improvements on this content? Do reach out. Interested in sharing Rails Designer with the Ruby on Rails community? Become an affiliate.

UI components for Ruby on Rails apps

$ 99 one-time
payment

Get Access
  • One-time Payment

  • Access to the Entire Library

  • Built for Ruby on Rails

  • Designed with Tailwind CSS and Enhanced with Hotwire

  • Updates for 12 months