Right now I am hosting my NextJS application using Vercel, and am attempting to add a blog via Netlify CMS. It seems like all the documentation I find online points to having to use Netlify. Is there any reason not to use Netlify instead of Vercel?
Asked
Active
Viewed 754 times
1 Answers
0
If you are thinking of using Netlify CMS, regardless of the frontend you are using, it would be smoother process to deploy it to Netlify, compared to Vercel. I've heard some people had some issues and encountered more steps todo deploying such app to Vercel.

Will Kim
- 145
- 2
- 12
-
1I see what you're saying. I've really enjoyed Vercel so far. I'm sure the experience is similar on Netlify. I ended up making an MDX blog for my site instead of using Netlify CMS – drewkiimon Mar 18 '21 at 14:33
-
1@drewkiimon I totally feel you - using vercel was (and still is) a great experience for me as well. Funny enough, I switched my personal site to MDX blog with vercel too! – Will Kim Mar 18 '21 at 15:20
-
1Good choice my friend! Especially if it's just you or other coders writing posts, it's perfect to use MDX. If you want to see my code let me know! Or you can look at my personal website (I think it's on my profile). – drewkiimon Mar 19 '21 at 14:27
-
1Thank you for your kind words, saw your site and I very like it! (Also saw your github repository for your site: https://github.com/drewkiimon/andrewpagan.com :) I see that you've recently started a new venture - wish you best of luck! – Will Kim Mar 22 '21 at 05:25
-
1thank you so much! Very excited to have started my new adventure. :) Have a good one! – drewkiimon Mar 22 '21 at 15:02