svelte-llm

Developer documentation for Svelte in an LLM-ready format

This site provides Svelte 5 and SvelteKit documentation in an LLM-friendly format, also known as llms.txt. Pick a preset and get an AI-ready context text file. Perfect for coding with AI assistants like Cursor or Zed, or uploading to Claude Projects.

Documentation is automatically fetched from the official documentation source on GitHub and updated hourly.

Single preset:

https://svelte-llm.khromov.se/[preset] (Link)

Multiple presets:

https://svelte-llm.khromov.se/svelte,sveltekit,svelte-cli (Link)

Combined presets

Hand-picked combinations of the Svelte 5 + SvelteKit docs in a variety of sizes to fit different LLMs.

Svelte 5

  • Svelte (Full)

    Complete documentation including legacy and reference

  • Svelte (Medium)

    Complete documentation including legacy and reference

SvelteKit

Other

Legacy


Cursor

Cursor supports adding context via URL using the Paste Links feature.

@https://svelte-llm.khromov.se/[preset]
Zed

You can use this project directly in Zed using a /fetch command.

/fetch https://svelte-llm.khromov.se/[preset]
cURL

Let's be real—if you clicked this, you probably already know how to use cURL. But if you don't, here's a quick example:

curl https://svelte-llm.khromov.se/[preset] -o context.txt