Command Palette
Search for a command to run
Command Palette
Search for a command to run

Routing

✓ Relevant

Filesystem-based routing with `src/routes` directory; route files use `+` prefix (+page.svelte, +page.js, +page.server.js, +layout.svelte, +layout.js, +layout.server.js, +error.svelte, +server.js); load functions provide data to components; +server.js exports HTTP handlers for APIs; $types provides auto-generated type safety.