aicrawlable

llms.txt examples

Three annotated examples — from the bare minimum to a full SaaS site — plus a template you can copy. Every one follows the same spec rules: an H1, an optional > summary, and H2 sections of curated links.

Minimal (the only required line)

An H1 is the single required element. This alone is valid llms.txt.

# Acme Docs

Typical — summary + sections

A blockquote summary, then H2 sections grouping curated links with one-line descriptions.

# Acme

> Open-source feature flags for small teams.

## Documentation
- [Quickstart](https://acme.dev/docs/start): install and ship your first flag
- [SDKs](https://acme.dev/docs/sdks): JavaScript, Python, Go
- [API reference](https://acme.dev/docs/api): REST + webhooks

## Guides
- [Gradual rollouts](https://acme.dev/guides/rollouts)
- [A/B testing](https://acme.dev/guides/ab-testing)

## Optional
- [Changelog](https://acme.dev/changelog)
- [Status](https://status.acme.dev)

SaaS product site

Marketing + product pages prioritized; legal/utility pages pushed to ## Optional so AI can skip them under tight context.

# Pixelpost

> Schedule and publish to every social network from one inbox.

Pixelpost is a social media scheduler for creators and small brands.

## Product
- [Features](https://pixelpost.io/features): scheduling, analytics, AI captions
- [Pricing](https://pixelpost.io/pricing): plans from $0
- [Integrations](https://pixelpost.io/integrations): 12 networks

## Resources
- [Blog](https://pixelpost.io/blog): growth playbooks
- [Help center](https://pixelpost.io/help)

## Optional
- [Terms](https://pixelpost.io/terms)
- [Privacy](https://pixelpost.io/privacy)

Things every good example gets right

Don't write it by hand — point the generator at your site and get an example built from your own pages.

Generate llms.txt from your URL →

Related: How to create llms.txt · What is llms.txt?