> ## Documentation Index
> Fetch the complete documentation index at: https://www.vibecodeapp.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Haptic Feedback

> Tactile feedback for mobile applications

Haptic feedback provides tactile vibration responses to user interactions in mobile applications, enhancing user experience with physical feedback.

## Available Haptic Types

### Light Impact

Light haptic feedback for subtle user interactions.

### Medium Impact

Standard haptic feedback for regular user interactions.

### Heavy Impact

Strong haptic feedback for important actions.

### Rigid Impact

Sharp, rigid haptic response for precise interactions.

### Soft Impact

Gentle haptic feedback for delicate interactions.

### Selection Change

Haptic feedback for selection or scrolling changes.

### Success Notification

Positive haptic feedback for successful operations.

### Warning Notification

Alert haptic feedback for warnings.

### Error Notification

Strong alert feedback for error states.

## Use Cases

* User interaction feedback
* Form validation
* Button presses
* Navigation changes
* Alert notifications
* Game interactions
* Interactive experiences

## How to Use in Vibecode

Tell the AI agent:

> "Add haptic feedback to my app — a light tap when buttons are pressed and a success vibration when tasks complete"

The AI will set up the integration automatically. Usage is billed to your Vibecode credits at no markup.

For a detailed guide on haptic patterns, see the [Haptics feature page](/docs/features/haptics).

<CardGroup cols={2}>
  <Card title="Browse All Integrations" icon="grid-2" href="/docs/integrations/index">
    See all available integrations
  </Card>

  <Card title="Haptics Guide" icon="hand-pointer" href="/docs/features/haptics">
    Full haptics guide with best practices
  </Card>
</CardGroup>
