Skip to content

feat: add /integrations marketing page (#integrations-404)#159

Open
MJ-RWA wants to merge 1 commit into
0xdevcollins:mainfrom
MJ-RWA:feat/integrations-page
Open

feat: add /integrations marketing page (#integrations-404)#159
MJ-RWA wants to merge 1 commit into
0xdevcollins:mainfrom
MJ-RWA:feat/integrations-page

Conversation

@MJ-RWA
Copy link
Copy Markdown

@MJ-RWA MJ-RWA commented May 31, 2026

Summary

Fixes the 404 on /integrations — the route was referenced across v2 nav
components but never existed.

Changes

  • apps/web/app/(marketing)/integrations/page.tsx — new page with full
    tile grid, category sections, status badges, and CTAs
  • apps/web/lib/integrations.ts — typed data file for all 22 integrations
  • public/integrations/*.svg — placeholder logos (real brand assets to follow)
  • apps/web/app/sitemap.ts — added /integrations entry

How to test

  1. npm run dev inside apps/web
  2. Visit http://localhost:3000/integrations — should return 200
  3. Confirm all 6 category sections render with correct tiles
  4. Check badge colors: Live → green, Coming soon → amber, On request → gray
  5. Click "Request an integration →" — should open mailto:integrations@useroutr.com
  6. Visit /sitemap.xml and confirm /integrations is listed

Out of scope / follow-up

  • Replace placeholder SVGs with real brand logos
  • Wire "and 50+ more" on homepage logo strip to this page
  • Hook "Request an integration" to Typeform if preferred over mailto

Closes: #138

@vercel
Copy link
Copy Markdown

vercel Bot commented May 31, 2026

@MJ-RWA is attempting to deploy a commit to the Threadflow Team on Vercel.

A member of the Team first needs to authorize it.

@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented May 31, 2026

@MJ-RWA Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

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

1 participant