I have built an app for my saas using flutter. Now I am thinking of Building a web platform for the app. So I can increase my reach but I am confused on what to use for frontend.
Please suggest what would work the best from a saas point of view.
Here is my app link for reference : https://play.google.com/store/apps/details?id=com.madhurtexttospeechtts.madhur
If you already know react, then Next JS will be pretty easy to learn. If is seo is important having SSR/SSG pages is definitely helpful so I feel like Next is the way to go.
I don't personally have experience with Flutter, but have also heard it's not the best for web.
One other thing to keep in mind: You could always build a few marketing/landing pages/blog with a different stack than what you use for your actual app. e.g. you can have your_domain.com point to all your SEO related content and then have app.your_domain.com for for actual app. That way you could use Next/[insert tech that's good for SEO here] for your marketing pages and then flutter/react as a SPA/[anything else] for your app. Probably not worth it initially though -- Next should be fine for everything.
Thankyou I think I'll go with react or next.
how is flutter web? It was a prototype when I first saw it. It would be pretty cool to just use one language to code for mobile AND web.
It's okay but I don't think it would be good for a saas.
I would recommend Nextjs. It is very similar to React and it is so much better for SEO. This way you will have the desired boost of traffic. Many companies use Nextjs for their landing pages. Netflix use it for the first page that is public facing.
And about flutter web, maybe you will be able to reuse some code but still has to do a lot of custom styling and web-only components. And again weaker for SEO.
Go with Nextjs.
Yeah thanks I'll be going with next
I would recommend NextJS if you already know react.
Sure thanks