feat: add rainbow cursor component - #1014
Open
Kshitijasharma wants to merge 16 commits into
Open
Kshitijasharma wants to merge 16 commits into
Kshitijasharma wants to merge 16 commits into
Conversation
|
@Kshitijasharma is attempting to deploy a commit to the product-studio Team on Vercel. A member of the Team first needs to authorize it. |
Yeom-JinHo
self-requested a review
September 19, 2026 03:12
This branch has not been deployed
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.
Description
Adds Rainbow Cursor, a cursor ribbon with a yellow-to-blue-to-purple gradient, smooth tracking, a tapered tail, and subtle glow.
Changes
RainbowCursorcomponent using OGL.Motivation
Adds a glowing cursor ribbon for interactive sections, with three-color transitions, smooth tracking, and a tapered tail. I have always been fascinated by different cursor styles, as they can make the website experience more engaging!
Breaking Changes
None. This adds a new component.
Screenshots
Port: localhost:3000
Browser: Chrome
rainbow-cursor-demo.mp4
Testing
pnpm --filter=www checkcompleted successfully.pnpm --filter=www buildcompleted successfully.pnpm build:registrycompleted successfully.ESLint reports two existing warnings in
dia-text-reveal.tsx, which is unchanged by this contribution.The root Turbo commands encountered a local cache-writing issue on Windows. The direct package checks and production build completed successfully.
Checklist
pnpm --filter=www check.pnpm --filter=www build.pnpm build:registrywas run.feat: add rainbow cursor component.