In-App Surveys built for your product.

Built by designers for designers, Arch helps you create in-app surveys that fit your brand and product while maintaining great user experience.

Customization

Built for your Product.

Survey tools aren't doing enough to really fit into your product, offering a marginal amount of customization that barely scratches the surface.

Font Styles

Every single font style within Arch is customizable to fully match your products typographic choices.

Colors

Every single color value within Arch is customizable as well to assimilate to your product even more.

Iconography

Even the iconography used within Arch is customizable to make them feel even more like your product.

Corner Radius

Fine tune even the corner radius of every aspect of Arch if you want to add that final polish.

Light & Dark Mode

Arch also automatically detects Light and Dark mode and will switch based on user settings.

Design System Support

If that wasn't enough, every single piece of customization can be linked back to your internal design system.

Understand

Built for Conversations, not for Metrics.

We believe that your surveys should be built around conversation rather than metrics and numbers.

Engaging and Quick Interactions

Question Types that don't feel like a computer is talking to you.

Engaging and Quick Interactions

Question Types that don't feel like a computer is talking to you.

Engaging and Quick Interactions

Question Types that don't feel like a computer is talking to you.

Analyze

Save your results absolutely anywhere

People and Organizations have their own workflows. We don't want to teach you a new tool. You have complete control over where you save your results.

We have code snippets to help out

Save to Notion, Google Sheets, Airtable or Zapier if you want to!

We have code snippets to help out

Save to Notion, Google Sheets, Airtable or Zapier if you want to!

We have code snippets to help out

Save to Notion, Google Sheets, Airtable or Zapier if you want to!

Survey Complete

Survey Complete

Survey Complete

Pricing

Get started with Arch for free

Pay only for what you use. Or pay monthly and avoid fluctuating charges.

Pay as you go

Perfect if you want to get started right away and start using Arch

0.05€
0.05€
0.05€

per survey submission

What's included:

Full Customization

Full Customization

Unlimited Surveys

Unlimited Surveys

Instant SDK Access

Instant SDK Access

Implementation Call

Implementation Call

Quick Customer Support

Quick Customer Support

Monthly

Great for large enterprises who want to commit for a longer term and receive discounts

29€
29€
29€

per month

What's included:

Everyting in Pay-as-you-go

Everyting in Pay-as-you-go

Unlimited Survey Results

Unlimited Survey Results

500+ AI voices

500+ AI voices

Implementation help

Implementation help

Premium support

Premium support

Implementation

Get started with 3 short code snippets

Set up your theme, set up your questions, trigger your survey.

@Environment(\.colorScheme) var colorScheme

    var customTheme: Theme {
        return Theme(
            background: colorScheme == .dark ? Color(.secondarySystemBackground) : Color(.secondarySystemBackground),
            
            surface: colorScheme == .dark ? Color(.systemBackground) : Color(.systemBackground),

            outline: colorScheme == .dark ? Color(.opaqueSeparator) : Color(.opaqueSeparator),

            primary: colorScheme == .dark ? Color(.systemBlue) : Color(.systemBlue),

            onPrimary: colorScheme == .dark ? Color.white : Color.white,

            onBackground: colorScheme == .dark ? Color(.label) : Color(.label),

            onSurface: colorScheme == .dark ? Color(.label) : Color(.label),

            placeholder: colorScheme == .dark ? Color(.systemGray) : Color(.systemGray3),

            cardCornerRadius: 24,   // iOS-style rounded corners
            surfaceCornerRadius: 12,
            buttonCornerRadius: 16,
            checkboxCornerRadius: 8,

            titleFont: Font.system(size: 22, weight: .bold),
            bodyFont: Font.system(size: 16, weight: .regular),
            buttonFont: Font.system(size: 17, weight: .medium),
            captionFont: Font.system(size: 14, weight: .regular),

            checkmark: Image(systemName: "checkmark"),
            success: Image(systemName: "checkmark.seal.fill"),
            close: Image(systemName: "multiply")
        )
    }

Copy code snippet

@Environment(\.colorScheme) var colorScheme

    var customTheme: Theme {
        return Theme(
            background: colorScheme == .dark ? Color(.secondarySystemBackground) : Color(.secondarySystemBackground),
            
            surface: colorScheme == .dark ? Color(.systemBackground) : Color(.systemBackground),

            outline: colorScheme == .dark ? Color(.opaqueSeparator) : Color(.opaqueSeparator),

            primary: colorScheme == .dark ? Color(.systemBlue) : Color(.systemBlue),

            onPrimary: colorScheme == .dark ? Color.white : Color.white,

            onBackground: colorScheme == .dark ? Color(.label) : Color(.label),

            onSurface: colorScheme == .dark ? Color(.label) : Color(.label),

            placeholder: colorScheme == .dark ? Color(.systemGray) : Color(.systemGray3),

            cardCornerRadius: 24,   // iOS-style rounded corners
            surfaceCornerRadius: 12,
            buttonCornerRadius: 16,
            checkboxCornerRadius: 8,

            titleFont: Font.system(size: 22, weight: .bold),
            bodyFont: Font.system(size: 16, weight: .regular),
            buttonFont: Font.system(size: 17, weight: .medium),
            captionFont: Font.system(size: 14, weight: .regular),

            checkmark: Image(systemName: "checkmark"),
            success: Image(systemName: "checkmark.seal.fill"),
            close: Image(systemName: "multiply")
        )
    }

Copy code snippet

Start listening to your users today.

Get started with Arch for free today.

FAQs

Questions? We got answers

Check out the answers to most frequently asked questions.

Can I get a refund on my purchase?

Can you theme my Arch Survey for me?

I have improvements I'd like to share!

Can I get a refund on my purchase?

Can you theme my Arch Survey for me?

I have improvements I'd like to share!