llmx.txt hub
A comprehensive collection of llms.txt implementations and resources for LLM-powered tools and services.

About
The llms.txt file is a standardized way to provide information about how LLM-powered tools and services should interact with your documentation and codebase. This repository serves as a central hub for discovering and sharing llms.txt implementations across different projects and platforms.
Why llms.txt?
The llms.txt standard helps:
- 🤖 Guide AI models on how to interpret and use your documentation
- 📚 Standardize documentation access for LLM-powered tools
- 🔍 Improve accuracy of AI responses about your project
- 🛠 Enhance developer experience with AI-powered tools
- 🔒 Set clear boundaries for AI interaction with your content
Categories
Our list is organized into the following categories:
- undefined🤖 ai ml: AI and machine learning platforms, tools, and services
- undefined📊 data analytics: Data processing, analytics, and visualization tools
- undefined💻 developer tools: Development environments, utilities, and productivity tools
- undefined☁️ infrastructure cloud: Cloud platforms and infrastructure services
- undefined⚡ integration automation: Automation, integration, and workflow platforms
- undefined🔒 security identity: Security, authentication, and identity management solutions
- undefined🔍 other: Other innovative tools and platforms
A curated list of LLM-powered tools and resources with llms.txt implementation.
🤖 ai ml
📊 data analytics
Better Auth - The most comprehensive authentication library for TypeScript. llms.txt
Bucket - Welcome to Bucket, a feature flag management tool purpose-built for B2B SaaS. llms.txt
Bun - Bun is a new JavaScript runtime with a native bundler, transpiler, task runner, and npm client built-in. llms.txt
Chakra UI - Chakra UI is a component system for building products with speed llms.txt • llms-full.txt
Cursor - AI-powered code editor and development environment llms.txt • llms-full.txt
Demo Time - Script your coding demos to perfection with this VS Code extension - no typos, no missteps, just flawless, stress-free presentations every time. llms.txt
DevHub - ‘DevHub’s location-focused enterprise marketing platform is easy to use and configured specifically for your brand’s unique needs.’ llms.txt
dotenvx - Environment variable management tool llms.txt • llms-full.txt
Drizzle ORM - “Headless TypeScript ORM with a head. Runs on Node, Bun and Deno. Lives on the Edge and yes, it’s a JavaScript ORM too” llms.txt • llms-full.txt
Dub - Link management and URL shortening platform llms.txt • llms-full.txt
Evan Boehs - Personal website and development portfolio llms.txt
FastHTML - High-performance HTML templating engine llms.txt
Frigade - User onboarding and product adoption platform llms.txt
Front Matter CMS - a CMS in your VS Code editor - Front Matter CMS - a CMS running in Visual Studio Code that helps managing your static sites. Supports Hugo, Jekyll, Docusaurus, NextJs, Gatsby, and more. llms.txt
Hypermode - High-performance application development platform llms.txt
Mintlify - Modern documentation platform and tools llms.txt • llms-full.txt
Model Context Protocol (MCP) - MCP is an open protocol that standardizes how applications provide context to LLMs. llms.txt • llms-full.txt
OpenRouter - A unified interface for LLMs. Find the best models & prices for your prompts. llms.txt • llms-full.txt
Prisma - TypeScript ORM and hosted PostgreSQL database platform llms.txt • llms-full.txt
RainbowKit - Web3 wallet integration toolkit llms.txt • llms-full.txt
raincamp - AI-powered development and deployment platform llms.txt
Raycast - A collection of powerful productivity tools all within an extendable launcher. llms.txt
Roc - Fast and safe programming language llms.txt
ScreenshotOne - Simple API for automated website screenshots without browser management complexity llms.txt • llms-full.txt
Sourcegraph - Code intelligence and search platform llms.txt
Supabase - Build production-grade applications with a Postgres database, Authentication, instant APIs, Realtime, Functions, Storage and Vector embeddings. Start for free. llms.txt
Svelte - Modern web application framework llms.txt • llms-full.txt
Turbo - Turbo is an incremental bundler and build system optimized for JavaScript and TypeScript, written in Rust. llms.txt
UX Patterns for Devs - A collection of UX patterns for developers to build effective, accessible, and usable UI components. llms.txt • llms-full.txt
viem - Build reliable Ethereum apps & libraries with lightweight, composable, & type-safe modules from viem - a modern, efficient alternative to ethers.js. llms.txt • llms-full.txt
Warp - Modern terminal and development environment llms.txt • llms-full.txt
ZAPHYR PHP Framework - ZAPHYR is a breath of fresh air in the PHP ecosystem, providing a flexible, modular, and lightweight open source framework for web development. llms.txt
☁️ infrastructure cloud
⚡ integration automation
🔒 security identity
Getting Started
Prerequisites
Development
- Install dependencies:
# Install pnpm if you haven't already
npm install -g pnpm
# Install project dependencies
pnpm install
- Set up your environment variables:
cp .env.example .env.local
- Start the development server:
# Start the development server
pnpm dev
The app should now be running at http://localhost:3000
Building for Production
# Build the project
pnpm build
# Start the production server
pnpm start
Useful Commands
# Type checking
pnpm typecheck
# Linting
pnpm lint
# Format code
pnpm format
# Run tests
pnpm test
# Clean up all dependencies and build artifacts
pnpm clean
Adding Your Project
There are three ways to add your project to the list:
Option 1: Web Interface (Recommended)
- Visit our website
- Log in with your GitHub account (the scope is
public_repo, which is required to submit a pull request)
- Submit your website through our user-friendly form
- Your submission will automatically submit a pull request to this repository and you will get the direct link to your pull request.
Option 2: Using the Generator
- Run the generator command:
pnpm generate:website
- Follow the prompts to enter your website information:
- Name of the website/tool
- Brief description
- Website URL
- llms.txt URL
- Full llms.txt URL (optional)
- Category (select from available options)
- The generator will create an MDX file in the correct location
- Submit a pull request with your changes
Option 3: Manual Pull Request
- Fork this repository
- Create a new MDX file in the /content/websites directory
- Ensure your entry includes:
- Project name, description, website URL, llms.txt URL, and category
- Submit a pull request
Both methods will go through our validation process to ensure:
- Working links to llms.txt files
- Accurate project descriptions
- Proper categorization
- Consistent formatting
Support
License
This project is licensed under the MIT License - see the LICENSE file for details.
Contributors
You are welcome to contribute to this project!
Please read our Contributing Guide before submitting a pull request.
If you find this project useful, please consider giving it a ⭐️