SvelteKit file structure becomes unwieldy in large applications
4/10 LowEven in small SPA-mode projects, the nested folder structure with multiple `+page`, `+layout`, and server-side files creates navigation and discoverability nightmares. Routing files strewn across a million folders makes codebase navigation difficult.
Collection History
Query: “What are the most common pain points with Svelte for developers in 2025?”4/5/2026
For my super tiny hobby project that I tried Kit with, the routing ended up being strewn across a million folders and files that are called +page nested in (page) folders, and a super tiny app turned into a nightmare to navigate and find things in.
Created: 4/5/2026Updated: 4/5/2026