Visual part is nice and Landing page and slick. However, I am not trolling but what happens when NextJS is no longer the hot commodity that it is today. I would prefer a Visual CMS that lets me do all this but the output should always be static HTML/CSS/JS. Most tools either do the visual part well but fail at the output or vice versa. I don't mind if the stack is NextJS or whatever but the final output should be a static HTML. Bonus if you can push to deploy to Netlify/Cloudflare Pages/S3 etc
I see more of a reason for nextjs than tailwind personally. Having perhaps different export formats would be good but I do feel like nextjs is a decent standard, for now at least.
always pushing to static HTML limits you to minimal backend interactivity
I'm not sure this is exactly true these days with htmx I've been having a rush of fun again with light weight front ends. And full two way binding support.