Merged
Conversation
…o 462-starterkit-green-section
There was a problem hiding this comment.
Pull request overview
Adds the full “Ideate” section to the Hacker Starter Kit, including new visuals and supporting components, and wires it into the StarterKit section list.
Changes:
- Replaces the placeholder Ideate component with a complete Ideate section (hero, principles, winning hacks, mentor callout).
- Adds new starter-kit illustration assets (SVGs) and winning-hack card UI.
- Adjusts Starter Kit introduction spacing and updates the StarterKit import path to the new Ideate module.
Reviewed changes
Copilot reviewed 11 out of 17 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| public/hackers/starter-kit/ideate/WinnableIdea.svg | Adds new “winnable idea” illustration asset used by Ideate hero. |
| public/hackers/starter-kit/ideate/Impact.svg | Adds new “impact” illustration asset used by Ideate principles. |
| app/(pages)/(hackers)/_components/StarterKit/StarterKit.tsx | Points StarterKit to the new Ideate implementation path. |
| app/(pages)/(hackers)/_components/StarterKit/Introduction.tsx | Updates Intro layout spacing to match new section padding approach. |
| app/(pages)/(hackers)/_components/StarterKit/Ideate/WinningHackCard.tsx | New card component for showcasing prior winning hacks. |
| app/(pages)/(hackers)/_components/StarterKit/Ideate/IdeateWinningHacks.tsx | New “previous winning hacks” section + Devpost CTA. |
| app/(pages)/(hackers)/_components/StarterKit/Ideate/IdeateSection.tsx | New shared section header/layout wrapper for Ideate subsections. |
| app/(pages)/(hackers)/_components/StarterKit/Ideate/IdeatePrinciples.tsx | New “keep these in mind” principles grid. |
| app/(pages)/(hackers)/_components/StarterKit/Ideate/IdeateMentorCallout.tsx | New mentor callout section with Discord link. |
| app/(pages)/(hackers)/_components/StarterKit/Ideate/IdeateInfoCard.tsx | New info-card component used by principles. |
| app/(pages)/(hackers)/_components/StarterKit/Ideate/IdeateHero.tsx | New Ideate hero section introducing “winnable ideas”. |
| app/(pages)/(hackers)/_components/StarterKit/Ideate/Ideate.tsx | New Ideate section composition + green background container. |
| app/(pages)/(hackers)/_components/StarterKit/Ideate.tsx | Removes the old placeholder Ideate component. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
app/(pages)/(hackers)/_components/StarterKit/Ideate/IdeateSection.tsx
Outdated
Show resolved
Hide resolved
app/(pages)/(hackers)/_components/StarterKit/Ideate/IdeateMentorCallout.tsx
Show resolved
Hide resolved
app/(pages)/(hackers)/_components/StarterKit/Ideate/IdeateWinningHacks.tsx
Show resolved
Hide resolved
app/(pages)/(hackers)/_components/StarterKit/Ideate/IdeateWinningHacks.tsx
Show resolved
Hide resolved
michelleyeoh
reviewed
Apr 5, 2026
Contributor
michelleyeoh
left a comment
There was a problem hiding this comment.
Make sure to use the correct font, font size & font colors next time
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.