codegeek 3 days ago

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

5
__oh_es 3 days ago

https://pinegrow.com may serve your needs well here epic product

paradite 3 days ago

I think you are looking for FrontPage or Dreamweaver?

dncornholio 3 days ago

The exported code will always work, it doesn't depend on any popularity?

darepublic 3 days ago

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.

Centigonal 3 days ago

always pushing to static HTML limits you to minimal backend interactivity

bilekas 3 days ago

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.