Which Hosting Platform Should I Choose for My Nuxt.js Blog: Cloudflare Pages, Vercel, or Netlify?

0
7
Asked By CuriousCoder92 On

Hey folks! I recently built a blog using Nuxt.js and I've come across a few hosting options like Cloudflare Pages. I hear it's free and includes DDoS protection, but I'm not sure if it's the best choice for my project. Here are some specific questions I have:

1. I plan to use backend features (Nitro) for my blog. Will these work on Cloudflare Pages since it's mainly a static hosting service? If not, how can I still utilize Cloudflare?
2. Will hosting on Cloudflare affect my ability to monetize through ads?
3. Are there any other considerations or potential issues I should be aware of before I choose my hosting provider?

I'm really new to this whole hosting thing, so any insights would be appreciated!

4 Answers

Answered By SimpleSiteSeeker On

Ads should be fine no matter where you host your blog as long as you're using HTTPS and not blocking ad scripts. Cloudflare has made Pages more versatile lately, but for a simpler setup, I think Vercel could be a better option for just a blog.

VercelFan23 -

Totally agree! Vercel makes deployment so effortless, especially for static sites.

Answered By CodeExplorer77 On

For your backend needs with Nitro, you might run into some limitations on Cloudflare Pages. I prefer using a VPS that supports Node.js since it handles backend tasks way better. Anyone else here managed to deploy a Nuxt + Nitro app successfully on a VPS?

NodeNinja45 -

Absolutely! I hosted my Nuxt app on a VPS and it works like a charm. Way more control!

Answered By BackEndBeast On

Cloudflare is still reliable for static and even dynamic sites if you leverage Workers. They do have a preset for Nitro, and you can prerender most content which keeps it fast. But if it seems too complex, consider Vercel; it’s much easier for straightforward blogs!

CloudChaser19 -

Yeah, while Cloudflare is powerful, sometimes simplicity wins, especially for newcomers.

Answered By TechSavvyDude On

Cloudflare is definitely an option. While Pages started as a static hosting service, you can combine it with Cloudflare Workers for dynamic capabilities. I personally use two Workers—one for handling my Nitro API and another for SSR with Astro, which works like a gateway to my main app. This setup gives great flexibility!

WebWizard89 -

Yeah, combining Workers with Pages can really enhance functionality without breaking the bank!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.