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

# Introduction

> In-app support for iOS apps and websites. Users write in from inside your product; replies land back where they asked.

Feddy is in-app support for iOS apps and websites. Your users write to you from inside the product, without leaving for a website or looking up an email address. Everything they send lands in one inbox. When you reply, the answer shows up right where they asked, and by email too once you've connected your own email domain.

Here's how it works:

1. **A user writes in.** They tap Support in your app, or the chat button on your site, and send a message.
2. **You see it in your inbox.** The message arrives with the user's device details and anything you've told Feddy about them, so you can answer without asking follow-up questions.
3. **Your reply reaches them.** It appears in the app or on the site, with a badge so they notice it. If you've connected an email domain, they get it by email as well.

An assistant can handle the questions you've already answered once. It only ever uses answers you wrote or approved, and passes everything else to you.

## Before you start

You'll need a Feddy project and its project ID. Both take a minute, and the free plan covers everything in these docs.

<CardGroup cols={2}>
  <Card title="Create a project" href="/docs/getting-started/create-a-project">
    Sign up, create a project for your app or site, and copy its project ID.
  </Card>

  <Card title="Set up with an AI agent" href="/docs/getting-started/ai-agent">
    Prefer to let Claude Code, Cursor, or another coding agent do the install? Start here.
  </Card>
</CardGroup>

## Add Feddy to your product

Pick your platform. Each page takes about five minutes and ends with a real message in your inbox.

### iOS

<CardGroup cols={3}>
  <Card title="SwiftUI" href="/docs/quickstart/ios/swiftui">
    A Swift package and a Support row.
  </Card>

  <Card title="UIKit" href="/docs/quickstart/ios/uikit">
    The same package, from your app delegate.
  </Card>
</CardGroup>

### Web

<CardGroup cols={3}>
  <Card title="JavaScript" href="/docs/quickstart/web/javascript">
    One script tag, nothing to build.
  </Card>

  <Card title="React" href="/docs/quickstart/web/react">
    A small component and your own button.
  </Card>

  <Card title="Vue" href="/docs/quickstart/web/vue">
    Load on mount, open from a button.
  </Card>

  <Card title="Svelte" href="/docs/quickstart/web/svelte">
    Load on mount, open from a button.
  </Card>

  <Card title="Next.js" href="/docs/quickstart/web/nextjs">
    Once in the root layout.
  </Card>

  <Card title="Astro" href="/docs/quickstart/web/astro">
    Two lines in your shared layout.
  </Card>

  <Card title="WordPress" href="/docs/quickstart/web/wordpress">
    From your theme or a small plugin.
  </Card>

  <Card title="Webflow" href="/docs/quickstart/web/webflow">
    Paste into Site settings and publish.
  </Card>
</CardGroup>

## Learn how it works

Once messages are coming in, these pages explain what you're looking at in the dashboard and what you can do with it.

<CardGroup cols={2}>
  <Card title="Projects" href="/docs/concepts/projects">
    What a project holds, and why its ID is safe to share.
  </Card>

  <Card title="Conversations" href="/docs/concepts/conversations">
    What a thread contains, what its status means, and what happens on its own.
  </Card>

  <Card title="Contacts" href="/docs/concepts/contacts">
    Who's writing in, from an anonymous visitor to a user you've identified.
  </Card>

  <Card title="Assistant" href="/docs/concepts/assistant">
    Automatic answers to repeat questions, and a Copilot that drafts replies for you.
  </Card>

  <Card title="Team" href="/docs/concepts/team">
    Inviting teammates, getting notified, and sending replies by email.
  </Card>
</CardGroup>

## Go further

<CardGroup cols={2}>
  <Card title="Identify users" href="/docs/guides/identify-users">
    Tell Feddy who's logged in, so you see their name in the inbox and replies can reach them by email.
  </Card>

  <Card title="Unread badge" href="/docs/guides/unread-badge">
    Show a count on your Support button so users notice when you've answered.
  </Card>

  <Card title="iOS SDK reference" href="/docs/reference/ios">
    Every call in the Swift package, with its signature and what it does.
  </Card>

  <Card title="Web SDK reference" href="/docs/reference/web">
    Every option and call in the web widget.
  </Card>

  <Card title="Troubleshooting" href="/docs/troubleshooting">
    What to check when something doesn't behave as expected.
  </Card>
</CardGroup>
