SvelteKit
GitHub

About this app

This is a SvelteKit app. I wanted to try out SvelteKit since it's release of 1.0. You too can experiment with SK using the following installation line:

npm create svelte@latest

This app is purely a mix of static HTML and some Javascript shipped to the client. I took inspiration from Camille Mormal. The images are served by an API I made from Unsplash. Rendering of the page is so fast due to the infrastructure, code base and architecture. I am serving this page from Cloudflare. I love how well SK is at rendering on the server side as well a shipping only the necessary code to the client. Combine that model with Cloudflare's edge infrastructure and you have an amazing user experience. Serverless Edge with SK I think is THE future of page and app development.

The Sverdle page illustrates SvelteKit's data loading and form handling. Try using it with JavaScript disabled! Shoutout to the SK team on making this game even better!