Skip to content

Marketing: /integrations page (currently 404s from nav) #138

@0xdevcollins

Description

@0xdevcollins

Why

`/integrations` is referenced from the v2 nav/components but the route doesn't exist on main → 404. Integrations are a credibility signal — empty here looks like we have none.

Where it's linked from

  • Multiple v2 marketing components reference `href="/integrations"`
  • Homepage logo strip (we should link "and 50+ more" to this page)

Design

Match `/customers` page structure. Grid of integration tiles, grouped by category. Each tile = logo + name + 1-line description + status badge (live / coming-soon / on-request).

Copy

H1 + lead

Plugged into the rails you already use.

One integration to Useroutr, fifty integrations to the rest of your stack.

Connect Useroutr to your accounting, treasury, billing, support, and dev tools. Most integrations are read-only sync; some support write-back for refunds, reconciliation, and payouts.

Categories + tiles

Accounting & ERP

  • QuickBooks Online — Sync payments → revenue, fees → expense. Live.
  • Xero — Same. Live.
  • NetSuite — Full GL sync, multi-entity, multi-currency. Coming soon.
  • Sage Intacct — Coming soon.

Treasury & finance

  • Modern Treasury — Payouts orchestration + bank rail abstraction. Live.
  • Mercury — Settlement balance sync. Coming soon.
  • Brex — Card spend sync. Coming soon.

Billing & subscriptions

  • Stripe Billing — Useroutr handles settlement, Stripe handles subscriptions. Live.
  • Chargebee — Webhook bridge for renewal events. Live.
  • Recurly — On request.
  • Maxio (formerly SaaSOptics) — On request.

Customer data & analytics

  • Segment — Stream payment events to anywhere. Live.
  • Mixpanel / Amplitude — Pre-built event mappings. Live.
  • PostHog — Open-source bridge. Live.

Support & success

  • Intercom — Pull payment + dispute context into customer conversations. Live.
  • Zendesk — Same. Live.
  • Front — Same. Live.

Dev tools

  • Linear — Open issues from failed webhooks. Live.
  • PagerDuty — Pager on `/readyz` alerts. Live.
  • Sentry — Auto-attach Useroutr request IDs. Live.
  • Datadog — Metrics + trace correlation. Live.

Crypto rails (built-in, not "integrations")

  • Circle CCTP V2 (Stellar + 4 EVM chains)
  • Stellar Soroban
  • MoneyGram anchor (fiat ramp)

Don't see yours?

Most of the integrations we ship started as a request from a customer. Tell us what you'd connect us to next.
[Request an integration →]

Build your own

Webhooks + a typed SDK + a sandbox that mirrors prod. Most integrations take 1–2 days. The same primitives our internal team uses.
[Read the API docs →]

Acceptance criteria

  • `/integrations` returns HTTP 200
  • Tile grid renders with logos pulled from `public/integrations/` (issue: collect missing logos first)
  • Each tile has a status badge (live, soon, on-request)
  • "Request an integration" CTA hits `mailto:integrations@useroutr.com` or a typeform
  • Added to `sitemap.ts`

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions