A blog website was created using SvelteKit and Strapi as a CMS. A Content Management System (CMS) is a popular tool for creating web pages, blogs, and online stores that store website data, images, pictures, and other hosted content. Strapi is a headless CMS coded in JavaScript with no frontend, ideal for developers. The blog website was created by using Strapi to manage content and the basics of SvelteKit, including filesystem-based routing, dynamic routes, and authentication. The website allows users to create, edit, and delete posts while ensuring that only authorized users can access and modify content. A custom error page was also created for when a user tries to access a non-existent post.