Build a poll-making website using SvelteKit, Turso, Drizzle, and deploy it to Vercel.

<p>According to&nbsp;<a href="https://survey.stackoverflow.co/2023/" rel="noopener ugc nofollow" target="_blank">StackOverflow&rsquo;s 2023 Developer Survey</a>,&nbsp;<a href="https://svelte.dev/" rel="noopener ugc nofollow" target="_blank">Svelte</a>&nbsp;is&nbsp;<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,&nbsp;<a href="https://kit.svelte.dev/" rel="noopener ugc nofollow" target="_blank">SvelteKit</a>, together with&nbsp;<a href="https://turso.tech/" rel="noopener ugc nofollow" target="_blank">Turso</a>, the edge database, and my favorite ORM,&nbsp;<a href="https://orm.drizzle.team/" rel="noopener ugc nofollow" target="_blank">Drizzle</a>.</p> <p>The website we&rsquo;re building in this tutorial &ldquo;Turso at the Polls&rdquo;, 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&nbsp;<a href="https://vercel.com/" rel="noopener ugc nofollow" target="_blank">Vercel</a>, specifically, on&nbsp;<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&rsquo;s Edge Functions complements Turso, which is an edge database since we&rsquo;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>