Build a poll-making website using SvelteKit, Turso, Drizzle, and deploy it to Vercel.
<p>According to <a href="https://survey.stackoverflow.co/2023/" rel="noopener ugc nofollow" target="_blank">StackOverflow’s 2023 Developer Survey</a>, <a href="https://svelte.dev/" rel="noopener ugc nofollow" target="_blank">Svelte</a> is <a href="https://survey.stackoverflow.co/2023/#section-admired-and-desired-web-frameworks-and-technologies" rel="noopener ugc nofollow" target="_blank">the most admired JavaScript web framework</a>. To understand why many developers seem to admire this framework, we are going to examine how easy it is to deliver a regular web application experience using its streamlined framework, <a href="https://kit.svelte.dev/" rel="noopener ugc nofollow" target="_blank">SvelteKit</a>, together with <a href="https://turso.tech/" rel="noopener ugc nofollow" target="_blank">Turso</a>, the edge database, and my favorite ORM, <a href="https://orm.drizzle.team/" rel="noopener ugc nofollow" target="_blank">Drizzle</a>.</p>
<p>The website we’re building in this tutorial “Turso at the Polls”, is a poll making website that simply lets you create and run polls online.</p>
<p>Each poll has a limit of 10 choices and a maximum running time of 10 days, 23 hours, and 59 minutes.</p>
<p>On completion, we are going to deploy the website to <a href="https://vercel.com/" rel="noopener ugc nofollow" target="_blank">Vercel</a>, specifically, on <a href="https://vercel.com/docs/functions/edge-functions" rel="noopener ugc nofollow" target="_blank">Vercel Edge Functions</a>. Deploying the website to the Vercel’s Edge Functions complements Turso, which is an edge database since we’ll be placing both the compute and data close to users.</p>
<p><a href="https://blog.turso.tech/build-a-poll-making-website-using-sveltekit-turso-drizzle-and-deploy-it-to-vercel-eceb37018a2a">Visit Now</a></p>