Rails Blueprint Features
Rails Blueprint Basic
Must-have features for every Ruby on Rails application.
- Latest Ruby on Rails (8.0.2) with security updates and all the latest features
- Latest Ruby (3.4.4 with YJIT and jemalloc) for optimal performance
- Hotwire stack (Turbo, Stimulus)
- Action Cable and Stimulus Reflex for even more reactivity
- Bootstrap 5.3.7
- Slim for compact views
- Awesome livereload for instant development feedback
- Users and roles management with Rolify
- Friendly SEO URLs for blog posts (using FriendlyId)
- Rich text blog and static pages editor with Trix/ActionText
- Authentication using Devise with customizable flows
- Email templates and settings stored in database for easy customization
- Pundit for fine-grained permissions management
- Service objects with dry-validation for robust business logic
- Beautiful admin panel - Highly responsive, mobile-friendly, and easy to use
- Design system pages demonstrating various Bootstrap components, color system, icon fonts, text editors etc.
- GoodJob for background job processing - PostgreSQL-based, no Redis required for jobs
- Blazing fast zero-downtime deployment using Mina
- Comprehensive RSpec test suite (FactoryBot, SimpleCov, DatabaseCleaner all configured)
- Rubocop and Brakeman security checks integrated in CI
- GitHub Actions CI/CD pipeline pre-configured
- Observability ready (NewRelic & Rollbar integration)
- Health monitoring endpoint for load balancers and deployment verification
- I18n internationalization ready with Rails best practices
- ViewComponent architecture for reusable UI components
- PostgreSQL optimizations with PgHero for database insights
- Redis for caching and Action Cable (optional)
Rails Blueprint Donation
Donation package is the same as Basic with permission to remove "Made with Rails Blueprint". Given it is impossible to prevent you from doing this in Basic package we consider this option as a donation for product development. Keeping in place "Made with Rails Blueprint" link is another way yo support the development. You can do both if you like.
- Everything in Basic package
- Permission to remove credit line from page footer.
Rails Blueprint Plus
- Everything in Basic package
- Multi-language support (English + Spanish) - Complete application translation with dynamic locale switching, browser detection, and multi-language email templates
- Lead collection system - Complete email subscriber management with forms, automation, CSV export, and admin interface
- OAuth social logins (Google, GitHub, Facebook, Twitter, LinkedIn) - fully integrated and tested
- Dark theme with automatic detection - seamlessly switches based on user preference
- User avatars with image upload - with automatic resizing and optimization
- Admin impersonation (login as any user) for customer support
- Google reCAPTCHA integration for spam protection
- Bootstrap color customization tool with 10 hand-picked palettes
- Pre-configured robots.txt for staging and production environments
- Permission to remove credit line from page footer
Rails Blueprint Pro
- Everything in Plus package
- Complete 7-language translation support - Full translations in English, Spanish, German, French, Italian, Portuguese, and Russian (5 additional languages over Plus)
- Enhanced Trix editor with markdown support - Professional content editing with real-time markdown conversion, YouTube auto-embedding, advanced code block styling, and syntax highlighting
- Complete REST API with JWT authentication
- JSON:API compliant endpoints for all resources (users, posts, pages, settings)
- Interactive API documentation (Swagger/OpenAPI) with "Try it out" functionality
- Beautiful API tokens management UI with calendar date picker
- OAuth2-style refresh tokens with configurable expiration
- Postman collection for easy testing and integration
- Full test coverage and real-world examples
- Rate limiting and security best practices
- Sitemap Generator for SEO - Automatically generates XML sitemaps for better search engine indexing
- Stripe integration for payments and subscriptions (models, webhooks, and controllers ready)
- Feature flags system (Flipper) - Control feature rollout with an intuitive UI
- Enhanced Bootstrap customization with 50 exclusive, professionally designed color palettes
- Paypal integration (coming soon)
- 2FA authentication (coming soon)
- A/B testing framework (coming soon)
- User invitations (coming soon)
Rails Blueprint SaaS
- Everything in Pro package
- PassKeys authentication
- Multitenancy support
- Per-tenant translations customization
- Enhanced API with tenant isolation
- Hotwire Native mobile app templates