Skip to content

feat(about): compose about page#340

Open
chigozzdevv wants to merge 1 commit into
boundlessfi:mainfrom
chigozzdevv:codex/feat/about-page
Open

feat(about): compose about page#340
chigozzdevv wants to merge 1 commit into
boundlessfi:mainfrom
chigozzdevv:codex/feat/about-page

Conversation

@chigozzdevv

@chigozzdevv chigozzdevv commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

Summary

  • compose the /about route from the existing About sections
  • add the reusable CTA band with the configured Boundless app URL

Testing

  • npm run lint
  • npm run build

Screenshot

issue-333-about-page

Closes #333

Summary by CodeRabbit

  • New Features
    • Expanded the About page with sections explaining why Boundless was built and what visitors can find.
    • Added a call-to-action linking visitors to the main Boundless app.
  • Configuration
    • Added an environment setting to configure the main Boundless app URL, with a default link available when no custom value is provided.

@vercel

vercel Bot commented Jul 27, 2026

Copy link
Copy Markdown

@chigozzdevv is attempting to deploy a commit to the Threadflow Team on Vercel.

A member of the Team first needs to authorize it.

@drips-wave

drips-wave Bot commented Jul 27, 2026

Copy link
Copy Markdown

@chigozzdevv 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

@coderabbitai

coderabbitai Bot commented Jul 27, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 3215ef65-34c9-46ab-b9b0-7ef36e1e41d1

📥 Commits

Reviewing files that changed from the base of the PR and between 954374b and 3b93028.

📒 Files selected for processing (2)
  • .env.example
  • app/about/page.tsx

📝 Walkthrough

Walkthrough

The /about page now renders two additional content sections and a CTA band. The CTA links externally to the configured Boundless app URL, with a default fallback, and .env.example documents the new variable.

Changes

About page composition

Layer / File(s) Summary
About sections and CTA composition
.env.example, app/about/page.tsx
The About route renders WhyWeBuiltThis, WhatYoullFind, and CtaBand; the CTA uses NEXT_PUBLIC_BOUNDLESS_APP_URL with a fallback and external: true.

Estimated code review effort: 2 (Simple) | ~10 minutes

Possibly related issues

Possibly related PRs

Suggested reviewers: benjtalkshow

Poem

A rabbit hops where About blooms,
Two sections brighten its rooms.
A CTA points beyond the gate,
With env vars guiding its fate.
“Build on!” I nibble and cheer,
Boundless grows clearer here.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title is concise and accurately describes the main change: composing the about page.
Linked Issues check ✅ Passed The changes match the requested about-page composition and add the required env var for the CTA link.
Out of Scope Changes check ✅ Passed The changes stay within the about-page composition and env var scope, with no obvious unrelated additions.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

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.

[about-page][Page] Compose /about route with CTA band

1 participant