Deploy Ruby on Rails 7/8 apps to production. Automatic bundle install, Puma server, managed PostgreSQL, and free SSL.
Deploy for free$ git push origin main
✓ Framework detected: Rails 8
• Running bundle install
• Booting Puma with managed PostgreSQL
✓ Production app live with SSL
Repository: github.com/acme/rails-saas Branch: main Runtime: Ruby 3.3
bundle install bundle exec rake assets:precompile # Puma is configured as the web process
DATABASE_URL=postgresql://postgres:***@db.internal/app SECRET_KEY_BASE=super-secret REDIS_URL=redis://redis.internal:6379
bundle exec puma -C config/puma.rb https://app.pandastack.app # Add Sidekiq workers whenever you need them
Run Puma, Sidekiq, and PostgreSQL together without hand-rolling infrastructure or SSL.
Start free