Skip to content

feat: Add LLMs.txt Generator #144

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,13 @@ Our list is organized into the following categories:

Explore these tools to help you work with llms.txt files:

| Tool | Description | Link |
| ----------------------- | -------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- |
| 🔍 **LLMs.txt Checker** | Chrome extension to check if websites implement llms.txt and llms-full.txt files | [Chrome Web Store](https://chromewebstore.google.com/detail/llmstxt-checker/klcihkijejcgnaiinaehcjbggamippej) |
| 💻 **VS Code Extension** | Search and explore llms.txt files directly in VS Code | [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=TheDavidDias.vscode-llms-txt) |
| 🧠 **MCP Explorer** | Explore and analyze llms.txt files using Model Context Protocol | [GitHub](https://github.com/thedaviddias/mcp-llms-txt-explorer) |
| ⚡ **Raycast Extension** | Search and explore llms.txt files directly in Raycast | [Raycast Store](https://www.raycast.com/thedaviddias/llms-txt) |
| Tool | Description | Link |
| ------------------------ | -------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- |
| 🔍 **LLMs.txt Checker** | Chrome extension to check if websites implement llms.txt and llms-full.txt files | [Chrome Web Store](https://chromewebstore.google.com/detail/llmstxt-checker/klcihkijejcgnaiinaehcjbggamippej) |
| 💻 **VS Code Extension** | Search and explore llms.txt files directly in VS Code | [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=TheDavidDias.vscode-llms-txt) |
| 🧠 **MCP Explorer** | Explore and analyze llms.txt files using Model Context Protocol | [GitHub](https://github.com/thedaviddias/mcp-llms-txt-explorer) |
| ⚡ **Raycast Extension** | Search and explore llms.txt files directly in Raycast | [Raycast Store](https://www.raycast.com/thedaviddias/llms-txt) |
| ⚡ **LLMs.txt Generator** | Generate llms.txt from sitemap, crawled pages and AI, a pure frontend app | [LLMs.txt Generator](https://llmstxtgenerator.co/) |

<!-- LLMS-LIST:START - Do not remove or modify this section -->
## LLM Tools and Resources
Expand Down Expand Up @@ -156,7 +157,7 @@ A curated list of LLM-powered tools and resources with llms.txt implementation.
- ![UniWebView favicon](https://www.google.com/s2/favicons?domain=docs.uniwebview.com&size=128) **[UniWebView](https://docs.uniwebview.com)** - UniWebView is a modern web view component for mobile Unity 3D games for native iOS/Android. Integrating web content to your games was never easier. <sub>[llms.txt](https://docs.uniwebview.com/llms.txt) • [llms-full.txt](https://docs.uniwebview.com/llms-full.txt)</sub>
- ![UX Patterns for Devs favicon](https://www.google.com/s2/favicons?domain=uxpatterns.dev&size=128) **[UX Patterns for Devs](https://uxpatterns.dev/en)** - A collection of UX patterns for developers to build effective, accessible, and usable UI components. <sub>[llms.txt](https://uxpatterns.dev/en/llms.txt) • [llms-full.txt](https://uxpatterns.dev/en/llms-full.txt)</sub>
- ![viem favicon](https://www.google.com/s2/favicons?domain=viem.sh&size=128) **[viem](https://viem.sh/)** - Build reliable Ethereum apps & libraries with lightweight, composable, & type-safe modules from viem - a modern, efficient alternative to ethers.js. <sub>[llms.txt](https://viem.sh/llms.txt) • [llms-full.txt](https://viem.sh/llms-full.txt)</sub>
- ![Vue Macros favicon](https://www.google.com/s2/favicons?domain=vue-macros.dev&size=128) **[Vue Macros](https://vue-macros.dev/)** - Vue Macros
- ![Vue Macros favicon](https://www.google.com/s2/favicons?domain=vue-macros.dev&size=128) **[Vue Macros](https://vue-macros.dev/)** - Vue Macros
Modern Way to Writing Vue App - explore more macros and syntax sugar to Vue. <sub>[llms.txt](https://vue-macros.dev/llms.txt) • [llms-full.txt](https://vue-macros.dev/llms-full.txt)</sub>
- ![Warp favicon](https://www.google.com/s2/favicons?domain=www.warp.dev&size=128) **[Warp](https://www.warp.dev)** - Modern terminal and development environment <sub>[llms.txt](https://docs.warp.dev/llms.txt) • [llms-full.txt](https://docs.warp.dev/llms-full.txt)</sub>
- ![ZAPHYR PHP Framework favicon](https://www.google.com/s2/favicons?domain=zaphyr.org&size=128) **[ZAPHYR PHP Framework](https://zaphyr.org)** - ZAPHYR is a breath of fresh air in the PHP ecosystem, providing a flexible, modular, and lightweight open source framework for web development. <sub>[llms.txt](https://zaphyr.org/llms.txt)</sub>
Expand Down