Maybe it isn’t boring enough for you, but now I start all my projects with Next.js using its serverless features. It’s probably because I’m proficient with JavaScript and TypeScript.
If you don’t like/need React for frontend, you can just use the serverless part (I do it for some API-only projects). The deployment is very easy with Vercel (also possible at other places but I’ve never tried).
But, if you need some advanced backend features (similar to ActiveRecord for instance), maybe you should stick with Rails or Laravel.