Library Learn more
siSvelte

SvelteKit

Proficiency Intermediate

The official Svelte application framework providing routing, server-side rendering, and full-stack capabilities.

Related Projects

  • A SvelteKit landing page that cached and served the latest news from the Bing News API as an ad-free home page, the first project where SvelteKit was used end-to-end. Architecture pairs a SvelteKit frontend folder with an AWS services folder, both defined as infrastructure-as-code via SST (which compiles to AWS CDK under the hood) so the entire stack — Lambda functions, caches, and static hosting — deploys from a single sst.config.ts. Vitest covers the services. No longer running due to news API costs. Key tech: SvelteKit, TypeScript, SST, AWS CDK, AWS Lambda, Vitest.

    • January 2023
    • github