Перейти к содержимому

Базовые примеры

Простые примеры llms.txt для разных типов сайтов

Минимальный пример для open-source проекта:

# FastHTML
> Python library for building fast, interactive web applications with HTMX.
## Documentation
- [Getting Started](https://fastht.ml/docs/): Quick start guide for new users
- [Tutorial](https://fastht.ml/docs/tutorial): Step-by-step walkthrough
- [API Reference](https://fastht.ml/docs/api): Complete API documentation
## Examples
- [Todo App](https://github.com/fasthtml/examples/todo): Basic todo application
- [Blog](https://github.com/fasthtml/examples/blog): Blog with comments
## Optional
- [Changelog](https://fastht.ml/changelog): Version history
- [Contributing](https://github.com/fasthtml/CONTRIBUTING.md): How to contribute

Для SaaS продукта с REST API:

# Stripe API
> Payment processing platform for internet businesses.
Stripe API uses REST with predictable resource-oriented URLs.
All requests must be authenticated with API key.
## API Reference
- [Authentication](https://stripe.com/docs/api/authentication): API key usage
- [Errors](https://stripe.com/docs/api/errors): Error codes and handling
- [Pagination](https://stripe.com/docs/api/pagination): List pagination
## Core Resources
- [Customers](https://stripe.com/docs/api/customers): Customer management
- [Payments](https://stripe.com/docs/api/payment_intents): Payment processing
- [Subscriptions](https://stripe.com/docs/api/subscriptions): Recurring billing
## SDKs
- [Node.js](https://github.com/stripe/stripe-node): Official Node.js library
- [Python](https://github.com/stripe/stripe-python): Official Python library
- [Ruby](https://github.com/stripe/stripe-ruby): Official Ruby library
## Optional
- [Webhooks](https://stripe.com/docs/webhooks): Event notifications
- [Testing](https://stripe.com/docs/testing): Test mode and fixtures

Для портфолио или CV:

# John Developer
> Full-stack developer specializing in React and Node.js.
Based in San Francisco. Open to remote work.
## Portfolio
- [Projects](https://johndeveloper.com/projects): Featured work samples
- [Blog](https://johndeveloper.com/blog): Technical articles
## Contact
- [About](https://johndeveloper.com/about): Background and skills
- [Resume](https://johndeveloper.com/resume.pdf): Downloadable CV
## Optional
- [GitHub](https://github.com/johndeveloper): Open source contributions
- [LinkedIn](https://linkedin.com/in/johndeveloper): Professional network
# Learn Python
> Complete Python programming course from basics to advanced topics.
Self-paced course with hands-on exercises and projects.
## Fundamentals
- [Introduction](https://learnpython.org/intro): What is Python
- [Installation](https://learnpython.org/install): Setting up Python
- [Variables](https://learnpython.org/variables): Data types and variables
- [Control Flow](https://learnpython.org/control): If/else, loops
## Intermediate
- [Functions](https://learnpython.org/functions): Defining and calling functions
- [Classes](https://learnpython.org/oop): Object-oriented programming
- [Modules](https://learnpython.org/modules): Importing and creating modules
## Projects
- [Calculator](https://learnpython.org/projects/calc): Build a calculator
- [Web Scraper](https://learnpython.org/projects/scraper): Scrape websites
- [API Client](https://learnpython.org/projects/api): Consume REST APIs
## Optional
- [Exercises](https://learnpython.org/exercises): Practice problems
- [Solutions](https://learnpython.org/solutions): Exercise solutions
# TechShop
> Online electronics store with fast shipping.
Free shipping on orders over $50. 30-day returns.
## Products
- [Catalog](https://techshop.com/products): All products
- [New Arrivals](https://techshop.com/new): Latest products
- [Best Sellers](https://techshop.com/best): Top selling items
- [Deals](https://techshop.com/deals): Current promotions
## Customer Service
- [Shipping](https://techshop.com/shipping): Shipping options and times
- [Returns](https://techshop.com/returns): Return policy
- [FAQ](https://techshop.com/faq): Frequently asked questions
- [Contact](https://techshop.com/contact): Get in touch
## Optional
- [About](https://techshop.com/about): Company information
- [Reviews](https://techshop.com/reviews): Customer testimonials
# Tech Blog
> Articles about web development, DevOps, and software architecture.
Published weekly. Subscribe for updates.
## Categories
- [Frontend](https://techblog.dev/frontend): React, Vue, CSS
- [Backend](https://techblog.dev/backend): Node.js, Python, Go
- [DevOps](https://techblog.dev/devops): Docker, Kubernetes, CI/CD
- [Architecture](https://techblog.dev/architecture): Design patterns, scaling
## Popular
- [React Hooks Guide](https://techblog.dev/react-hooks): Complete hooks tutorial
- [Docker for Beginners](https://techblog.dev/docker-intro): Getting started with Docker
- [API Design](https://techblog.dev/api-design): REST API best practices
## Optional
- [Archive](https://techblog.dev/archive): All posts by date
- [Authors](https://techblog.dev/authors): Meet the writers

Абсолютный минимум — только заголовок:

# My Project

Но рекомендуется добавить хотя бы описание и одну ссылку:

# My Project
> Brief description of what this project does.
## Documentation
- [Docs](https://example.com/docs): Main documentation