소개
This skill provides a comprehensive framework for developing SvelteKit applications that operate entirely in the browser, specifically optimized for integration with separate backend APIs like Golang or Echo. It streamlines the transition from traditional SSR-heavy setups to a pure CSR architecture by providing standardized configurations for adapter-static, routing patterns, and secure data loading without server-side dependencies. It is ideal for developers building decoupled frontends that require the full power of SvelteKit's routing without the complexity of a Node.js server environment.