-
Notifications
You must be signed in to change notification settings - Fork 2.8k
feat(web): add Slack integration marketing page #10853
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Review complete. All issues have been resolved.
Mention @roomote in a comment to request specific changes to this pull request or fix all unresolved issues. |
| <a | ||
| href="https://docs.roocode.com/roo-code-cloud/slack-integration" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This hardcodes the Slack docs URL, but EXTERNAL_LINKS.SLACK_DOCS was added to constants.ts with the same value. Using the constant improves maintainability if the URL changes.
| <a | |
| href="https://docs.roocode.com/roo-code-cloud/slack-integration" | |
| <a | |
| href={EXTERNAL_LINKS.SLACK_DOCS} |
Fix it with Roo Code or mention @roomote and request a fix.
|
🚀 Preview deployed! Your changes have been deployed to Vercel: Preview URL: https://roo-code-website-59xy0l81n-roo-code.vercel.app This preview will be updated automatically when you push new commits to this PR. |
- Create new /slack marketing page with SEO metadata - Add SlackHeroSection with @roomote branding and dual CTAs - Add SlackValuePropsSection with 7 key value propositions - Add ThreadToFeatureWorkflow demonstrating the flagship workflow - Add SlackOnboardingSteps with 3-step setup guide - Add SlackCTASection for conversion - Update navigation to include Slack in Product dropdown (desktop + mobile) - Add SLACK_INTEGRATION_DOCS constant for documentation link Page follows existing patterns from /extension and /cloud pages.
1b246f0 to
973cbc2
Compare
Related GitHub Issue
This PR implements the Slack integration marketing page as discussed in the team Slack thread. No existing GitHub issue.
Roo Code Task Context (Optional)
This PR was created using Roo Code Cloud agents.
Description
This PR adds a new marketing page at
/slackto highlight using Roo Code from Slack. The page positions Slack as a first-class product surface alongside the Extension and Cloud offerings.Changes:
/slackpage with comprehensive marketing contentEXTERNAL_LINKSconstantsPage Sections:
Key Implementation Details:
/cloudand/extensionpagesAnimatedBackground,ButtonTest Procedure
pnpm installandpnpm devin theapps/web-roo-codedirectoryhttp://localhost:3000/slackPre-Submission Checklist
Screenshots / Videos
Screenshots to be added after visual review.
Documentation Updates
Additional Notes
The page content is based on the comprehensive marketing brief provided in the Slack thread, including:
Get in Touch
Available via Roo Code Cloud for any questions.
Important
Adds a new marketing page for Slack integration with multiple sections and updates navigation to include Slack in the Product dropdown.
/slackpage with sections:SlackHeroSection,SlackValuePropsSection,ThreadToFeatureWorkflow,SlackOnboardingSteps,SlackCTASection.page.tsx.SlackHeroSection: Hero section with CTAs for signup and docs.SlackValuePropsSection: Highlights 7 key value propositions.ThreadToFeatureWorkflow: Demonstrates a 4-step workflow.SlackOnboardingSteps: 3-step quick start guide.SlackCTASection: Final call to action for sign up.nav-bar.tsxto include Slack in the Product dropdown for both desktop and mobile.SLACK_INTEGRATION_DOCStoEXTERNAL_LINKSinconstants.ts.This description was created by
for 7e92759. You can customize this summary. It will automatically update as commits are pushed.