For AI agents: the complete documentation index is at [llms.txt](/content/docs/llms.txt). Markdown versions are available by appending .md or sending Accept: text/markdown.

## Recipes

Recipes are a collection of common patterns and components that can be used to build Reflex applications. Each recipe is a self-contained component that can be easily copied and pasted into your project.

### Portable

Easy to copy and integrate into your next Reflex project.

### Themed

Automatically adapts to the theme of your Reflex project.

### Customizable

Every aspect of the components can be customized to fit your needs.

## Categories

### Auth

[Login-Form](/content/docs/recipes/auth/login-form/index.html) [Signup-Form](/content/docs/recipes/auth/signup-form/index.html)

### Content

[Forms](/content/docs/recipes/content/forms/index.html) [Grid](/content/docs/recipes/content/grid/index.html) [Multi-Column-Row](/content/docs/recipes/content/multi-column-row/index.html) [Stats](/content/docs/recipes/content/stats/index.html) [Top-Banner](/content/docs/recipes/content/top-banner/index.html)

### Layout

[Footer](/content/docs/recipes/layout/footer/index.html) [Navbar](/content/docs/recipes/layout/navbar/index.html) [Sidebar](/content/docs/recipes/layout/sidebar/index.html)

### Others

[Chat](/content/docs/recipes/others/chat/index.html) [Checkboxes](/content/docs/recipes/others/checkboxes/index.html) [Chips](/content/docs/recipes/others/chips/index.html) [Dark-Mode-Toggle](/content/docs/recipes/others/dark-mode-toggle/index.html) [Pricing-Cards](/content/docs/recipes/others/pricing-cards/index.html) [Speed-Dial](/content/docs/recipes/others/speed-dial/index.html)

[Built with Reflex](/content/site-root.html)
