llms.txt Content
# UX Patterns for Developers
- [llms-full.txt](https://uxpatterns.dev/llms-full.txt): Expanded AI-friendly index with per-pattern skills, install commands, and reference links.
## pattern-guide
- [Text vs Number vs Email Input: When to Use Each HTML5 Type](/pattern-guide/choosing-input-types): Select the most appropriate HTML input type based on your data collection needs and user experience requirements
- [Choose the Right Pattern](/pattern-guide): Comparison guides for common product decisions, from overlays and search to loading and data display.
- [Dropdown vs Radio vs Checkbox: Choosing the Right Form Input](/pattern-guide/input-selection-guide): Learn how to select the most appropriate input types for your web forms. Get guidance on when to use text fields, dropdowns, checkboxes, and other form controls.
- [Modal vs Popover vs Tooltip: Which Overlay Pattern Should You Use?](/pattern-guide/modal-vs-popover-guide): Choose the overlay pattern that matches attention level, interaction complexity, and contextual relevance.
- [Pagination vs Infinite Scroll vs Load More: Which Pattern Should You Use?](/pattern-guide/pagination-vs-infinite-scroll-vs-load-more): Choose the right content loading pattern based on user intent, navigation needs, SEO, and implementation trade-offs.
- [Pagination vs Infinite Scroll: When to Use Each Pattern](/pattern-guide/pagination-vs-infinite-scroll): Choose the right content loading pattern based on your user needs and content type
- [Search Field vs Command Palette: Which Pattern Should You Use?](/pattern-guide/search-field-vs-command-palette): Choose between visible search and a keyboard-first command surface based on user intent, product complexity, and discoverability.
- [Table vs List View vs Card Grid: Which Data Display Pattern Should You Use?](/pattern-guide/table-vs-list-vs-cards): Choose the right data display pattern based on comparison needs, scanability, visual density, and device constraints.
## patterns
- [UX Books for