Skip to content

Add TestFlight information page at /testflight#50

Draft
Copilot wants to merge 2 commits intomasterfrom
copilot/implement-testflight-information-page
Draft

Add TestFlight information page at /testflight#50
Copilot wants to merge 2 commits intomasterfrom
copilot/implement-testflight-information-page

Conversation

Copy link
Copy Markdown

Copilot AI commented Mar 2, 2026

Adds a public /testflight page for the Damus iOS beta program, and surfaces a link to it on the home page for iOS visitors.

New page: /testflight

  • Hero – Damus branding + "TestFlight" heading, subheadline, primary "Join the Beta" CTA (→ https://testflight.apple.com/join/CLwjLxWl), secondary App Store link, "Join Beta" button injected into the top nav via customCTA
  • Benefits – Three cards: Early Access, Shape the App, Free & Open Source
  • How to Join – Numbered steps with inline bold highlights via a BoldText helper component; repeated CTA at the bottom
  • Follows existing page structure (Notedeck/Android pattern): src/pages/testflight/index.tsx wires up IntlProvider, src/components/pages/testflight.tsx holds the component tree

Home page

Added a "Try the beta on TestFlight" secondary link below the App Store CTA in Hero.tsx, conditional on platform === 'ios':

{platform === 'ios' && (
  <Link href="/testflight">
    <Button variant="link" className="w-full md:w-auto text-sm">
      {intl.formatMessage({ id: "home.hero.testflight_beta", defaultMessage: "Try the beta on TestFlight" })}
      <ChevronRight className="ml-1 h-4 w-4" />
    </Button>
  </Link>
)}

Constants

DAMUS_TESTFLIGHT_URL added to src/lib/constants.ts.

Screenshot

TestFlight page

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • fonts.googleapis.com
    • Triggering command: /opt/hostedtoolcache/node/24.13.1/x64/bin/node /opt/hostedtoolcache/node/24.13.1/x64/bin/node /home/REDACTED/work/website/website/node_modules/next/dist/server/lib/start-server.js (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

This section details on the original issue you should resolve

<issue_title>Implement simple TestFlight information page</issue_title>
<issue_description>Implement and integrate simple TestFlight information page:

  • Make a simple testflight information page under /testflight. Please try to roughly follow either the notedeck download page or the purple account page.
  • If possible, add a small mention or link to this page on the home page, wherever you find appropriate.</issue_description>

Comments on the Issue (you are @copilot in this section)


🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

Co-authored-by: danieldaquino <24692108+danieldaquino@users.noreply.github.com>
Copilot AI changed the title [WIP] Add simple TestFlight information page Add TestFlight information page at /testflight Mar 3, 2026
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.

Implement simple TestFlight information page

2 participants