Pulling an entire framework's documentation into context is a real option here and occasionally the right one — the search tools exist because usually it is not. Both are backed by the same local copies, so search results and full reads never disagree. The component snippets are a separate, smaller library of curated Svelte examples rather than generated ones.
A documentation server carrying full local copies of the Svelte and SvelteKit documentation and the Tailwind CSS documentation. It returns either corpus whole, searches within them for matching sections with their surrounding context, and serves curated Svelte component snippets by category.
- The complete Svelte and SvelteKit documentation in one call, in the format the Svelte team publishes for models
- The complete Tailwind CSS documentation in one call, covering every utility class
- Search within either corpus, returning matching sections with context and a result limit you set
- Svelte component snippets fetched by category and name, with the categories and their contents listable
- Older topic-by-topic lookups for both frameworks, kept for compatibility
- Content cached and file access bounded, with paths validated before anything is read
Node to run it locally from a build of the repository, or a hosted URL if you would rather not build anything. No account, no key. The documentation is refreshed by a script in the repository that pulls from the upstream sources.
One command — npx -y @smithery/cli install @CaullenOmdahl/tailwind-svelte-assistant --client claude
