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

# Comparison guide

> Compare forms and scheduling integrations in Rocket.new: Typeform, Tally, and Calendly for lead capture, surveys, and booking.

export const LlmsDirective = () => <blockquote className="llms-directive">
    For the complete documentation index, see <a href="/llms.txt">llms.txt</a>.
    For a lightweight markdown version of this page, append .md to the URL.
  </blockquote>;

<LlmsDirective />

Rocket supports three forms and scheduling integrations. This page helps you pick the right one.

## Quick answer

* For conversational, branded forms (lead capture, quizzes, surveys), use **Typeform**.
* For simple, free forms (contact forms, signups, feedback), use **Tally**.
* For scheduling with minimal setup, use **Calendly**.

## Forms

| Feature                | Typeform                                       | Tally                                    |
| ---------------------- | ---------------------------------------------- | ---------------------------------------- |
| **Best for**           | Branded conversational forms, quizzes, surveys | Simple forms, signups, feedback          |
| **Style**              | One question at a time (conversational)        | Traditional multi-field forms            |
| **Logic branching**    | Yes (advanced)                                 | Yes (basic)                              |
| **File uploads**       | Yes                                            | Yes                                      |
| **Payment collection** | Yes (Stripe integration)                       | Yes (Stripe integration)                 |
| **Free tier**          | 10 responses per month                         | Unlimited responses                      |
| **Branding**           | Remove Typeform branding (paid)                | Tally badge on free tier (remove on Pro) |
| **Connection method**  | OAuth                                          | API key                                  |

**Recommendation:**

* Use **Typeform** when the form experience is part of your brand and you need advanced logic, scoring, or a polished one-question-at-a-time flow.
* Use **Tally** for everything else. Its free tier is extremely generous (unlimited responses, unlimited forms) and works great for contact forms, feedback, and waitlists.

## Scheduling

Use **Calendly** if you want the fastest setup and your team is already using it. Minimal configuration needed, with calendar sync across Google, Outlook, and iCloud, embeddable widgets, and OAuth connection.

<Divider />

## Detailed recommendations

### Lead capture for a landing page

**Use Typeform or Tally + Mailchimp or Brevo.** Embed a form on your page, then automatically add submissions to an email list for nurture sequences.

```plaintext wrap theme={null}
Add a Typeform lead capture form to the hero section. When someone submits, add them to my Mailchimp audience and send a welcome email.
```

### Contact form for a business website

**Use Tally + Resend.** Tally's free tier covers unlimited forms and responses. Pair with Resend to send yourself a notification email for each submission.

```plaintext wrap theme={null}
Add a Tally contact form with name, email, and message fields. Send me a notification email via Resend when someone submits.
```

### Booking page for consultations or services

**Use Calendly + Supabase.** Add a scheduling widget to your site and store booking history in Supabase for your dashboard.

```plaintext wrap theme={null}
Add a Calendly booking widget to my services page with 30-minute and 60-minute consultation options.
```

### Survey or quiz with scoring

**Use Typeform.** Typeform's logic branching and scoring features make it the best choice for quizzes, assessments, and scored surveys.

```plaintext wrap theme={null}
Embed a Typeform quiz that recommends a product based on the user's answers. Show the recommended product on a results page after they finish.
```

<Divider />

## Browse forms and scheduling integrations

<CardGroup cols={2}>
  <Card title="Typeform" icon="pen-to-square" href="./typeform">
    Conversational forms for lead capture, surveys, and quizzes.
  </Card>

  <Card title="Tally" icon="list-check" href="./tally">
    Simple, free forms for signups, feedback, and contact pages.
  </Card>

  <Card title="Calendly" icon="calendar-check" href="./calendly">
    Scheduling and appointment booking with calendar sync.
  </Card>
</CardGroup>
