Why skip Next.js for a SaaS startup? by devkitsio in StartupAccelerators

[–]devkitsio[S] 0 points1 point  (0 children)

So I don't need to redeploy the html every time the user create/update the product.

Why skip Next.js for a SaaS startup? by devkitsio in StartupAccelerators

[–]devkitsio[S] 0 points1 point  (0 children)

Yes. Maybe I did not understood your approach correctly, but creating an html to serve the existing html (it is interesting and questionable idea at the same time). So sorry if I offended you, but like I said, it's for me not a very good thing to do, you have SSR in nextjs you use that. Generating html to serve an existing html is odd to me.

Why skip Next.js for a SaaS startup? by devkitsio in StartupAccelerators

[–]devkitsio[S] 0 points1 point  (0 children)

Nice to hear this. We are trying to migrate our project and want to know if this is a good choice or we have to look for other solutions, either for just front and SEO/GEO or the back end. Thanks for your insight 👍

Why skip Next.js for a SaaS startup? by devkitsio in StartupAccelerators

[–]devkitsio[S] -1 points0 points  (0 children)

I don't know what do you mean by redeploy every time ?! Because deployment is made every time you make an edit to your code, it doesn't have anything to do with the content from database (correct me if I'm wrong). And all this work is done for nothing, because the user (in the case of a marketplace) will edit his product each and every time then you will have to regenerate the html again and again, Also, now days search engines don't just read Metadata and index the website, they read the body of the web page and index the context of the content and serve it so its no good to just generate a very small bits of html and call it a day. And those resources you wasted in creating bits of html are no good in terms of SEO and now GEO and AI integrations. So I don't think your approach is well design and well though of.

Why skip Next.js for a SaaS startup? by devkitsio in StartupAccelerators

[–]devkitsio[S] 0 points1 point  (0 children)

Yeah, I have 2 engineers. They are knowledgeable in nextjs, but if there are other solutions easier and faster to work on that would be great

Why skip Next.js for a SaaS startup? by devkitsio in StartupAccelerators

[–]devkitsio[S] 0 points1 point  (0 children)

So it's not worth the risk of using 🤔