Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add vite-plugin-llms to integrations section #28

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

saschaseniuk
Copy link

Overview

This PR adds vite-plugin-llms to the integrations section, providing an easy way for Vite-based projects to implement the llms.txt specification.

Why this integration matters

The plugin solves several key challenges for web applications:

  • Automatically serves markdown files alongside routes with .md extension
  • Handles the /llms.txt file in development and production
  • Works with any Vite-based framework (Vue, React, Svelte, etc.)
  • Zero configuration needed to follow the specification

Change

## Integrations

Various tools and plugins are available to help integrate the llms.txt specification into your workflow:

- [`llms_txt2ctx`](https://llmstxt.org/intro.html#cli) - CLI and Python module for parsing llms.txt files and generating LLM context
- [JavaScript Implementation](./llmstxt-js.html) - Sample JavaScript implementation
- [vite-plugin-llms](https://github.com/saschaseniuk/vite-plugin-llms) - Vite plugin that serves markdown files alongside your routes following the llms.txt specification

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant