RailsKit
Get Started

Opinionated Rails,
ready to ship

A curated set of tools, generators, and defaults for Rails developers who value convention over configuration.

$ gem install railskit

Zero Config

Sensible defaults out of the box. Start building features, not configuring tools.

🎨

Theme Support

Built-in light, dark, Tokyo Night, and Catppuccin themes via CSS variables.

📦

Generators

Scaffold components, services, and jobs with battle-tested patterns.

Convention-driven development

Stop bikeshedding. RailsKit provides opinionated answers to common questions so you can focus on what matters.

  • Pre-configured linters and formatters
  • Standard service object patterns
  • Hotwire-ready view components
  • Database-backed job processing
# Generate a service with tests rails g railskit:service CreateUser # Output: create app/services/create_user.rb create test/services/create_user_test.rb

What's included

Everything you need to build production Rails apps.

Authentication

Devise-based auth with 2FA, magic links, and OAuth ready to go.

Background Jobs

Solid Queue integration with admin dashboard and retry policies.

Deployment

Kamal configs, health checks, and zero-downtime deploys included.

Ready to ship faster?

Join thousands of Rails developers using RailsKit in production.

Get Started Free →