What are the easiest to deploy frameworks in 2022?<p>We talk about easy during development. What about during deployment. Which stack is easiest to get running in less than a day ?
Vercel. Git push and you're done. Nothing to manage. It just works.<p>It takes me about 2 minutes to spin up a new website these days, maybe 15 to make it a functional prototype to test some new SDK.
<I work at Firebase><p>Hey I recommend checking Firebase and our support for Web Frameworks.<p>"Firebase Hosting integrates with popular modern web frameworks including Angular and Next.js. Using Firebase Hosting and Cloud Functions for Firebase with these frameworks, you can develop apps and microservices in your preferred framework environment, and then deploy them in a managed, secure server environment. "<p><a href="https://firebase.google.com/docs/hosting/frameworks-overview" rel="nofollow">https://firebase.google.com/docs/hosting/frameworks-overview</a>
Cloudflare Pages is pretty good, it's for server-side rendering as well, and have things like Durable Objects that no one else have, and D1, which is built on SQLite. Sending emails is also free with Cloudflare Workers. No egress fees. Best of all fully-local development and testing is supported with an open-source runtime you can also deploy on your own, albeit without Cloudflare's edge-first infrastructure.<p>Not affiliated with them, just my 2 cents.