Add A Sitemap To Your Svelte App on Autopilot
Adding a sitemap to your Svelte app will help you rank higher and faster. In this article we walk through the process of adding an automatically generated sitemap.
Learn how to better use Sveltekit by reading articles and working through some of the tutorials using Sveltekit.
Adding a sitemap to your Svelte app will help you rank higher and faster. In this article we walk through the process of adding an automatically generated sitemap.
Strutured data helps you get rich search results and improve your SEO. This article will show you how to add structured data to your Svelte app, and how to automate the process.
Drizzle is the best ORM going around at the moment. So let's integrate it with the best framework - SvelteKit. In this article we'll walk through the process of getting your SvelteKit app from 0 to fully integrated with Drizzle.
Svelte 5 is cutting out the slot tag in favor of snippets. Learn why the Svelte team are doing this and how to use snippets in your components.
It's time to upgrade your SvelteKit app to version 2! This comprehensive guide will walk you through everything you need to do to migrate.
Don't understand why your app is so slow to get page data? If this is happening to you, it's always import to check your database and server regions and make sure they're as close as possible!
Did you know you can build a stand-alone API with SvelteKit? This article will walk you through the things to know about SvelteKit API's, and walk you through building one.