illustration for Build a Sanity CMS Powered SvelteKit Blog

Build a Sanity CMS Powered SvelteKit Blog

Instructor

Ben Patton
44m
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
4.5
24
people completed
Bookmark
Download
RSS

SvelteKit is an application framework that builds on top of Svelte that provides you the app level functionality you need. It does the boring stuff that you don't want to so you can execute on the projects you want.

As you build with SvelteKit, you'll find it continues the philosphy of Svelte by adhering to Web Standards and APIs. It builds on top of Web APIs so when you're develop SvelteKit sites you are also learning skills that will transfer to any web-based project

In this course, you will build a modern SvelteKit blog powered by Sanity CMS. You'll start from scratch and build out a site that dynamically generates pages that you create inside Sanity.

As you build your blog, you will learn how to:

  • Style Svelte components with TailwindCSS
  • Add error pages to different routes
  • Query your CMS in the front end
  • Parse and validate your data with Zod and JSDoc
  • Deploy both Sanity and your app to the web