DEV Community

Discussion on: Web Project: development and deploy

Collapse
 
guidovizoso profile image
Guido Vizoso

Hi Angela!

If you're thinking about a static website with content that may change (not regularly) I'd recommend Next + MDX (github.com/zeit/next.js/tree/canar...). This would allow you to quickly change content directly on the code without too much hassle. Then you can deploy to Vercel's Now or Netlify from your repo very easily and just assign it a custom domain.

Does it make sense? Let me know if that suits you!