Rails 7 application template with Vite, Sidekiq, and production defaults
A Rails 7.1 application template that scaffolds a PostgreSQL-backed app with Sidekiq, linting, testing tools, and optional Vite frontend integration. It automates initial git setup, database creation, and common production-oriented configuration for apps intended for hosted deployment. Suited for new web applications that need background jobs, transactional email, and a modern JS/CSS build pipeline.
0