Skip to content

Feature/ai interest suggestions#284

Open
kavin553 wants to merge 2 commits into
mayo-byte07:mainfrom
kavin553:feature/ai-interest-suggestions
Open

Feature/ai interest suggestions#284
kavin553 wants to merge 2 commits into
mayo-byte07:mainfrom
kavin553:feature/ai-interest-suggestions

Conversation

@kavin553

Copy link
Copy Markdown

Description

Fixes #200

This PR implements an AI-inspired interest recommendation system during onboarding to help users discover and select relevant interests based on their entered skills and profile information.

Changes Made

  • Added real-time interest suggestion generation based on user-entered skills and bio.
  • Implemented a lightweight keyword-matching recommendation engine without external AI APIs.
  • Added clickable suggestion chips/tags for quick interest selection.
  • Prevented duplicate interests from being added.
  • Added automatic suggestion updates during typing and paste actions.
  • Improved onboarding personalization and user experience.
  • Preserved existing UI design and styling.
  • Added reusable helper functions for recommendation generation and rendering.

Screenshots (if applicable)

  • Before: Users manually entered interests without recommendations.
  • After: Dynamic interest suggestions appear while typing and can be added with one click.

Checklist

  • I have linked the relevant issue above.
  • I have tested my changes locally.
  • My code follows the project's style guidelines.

@vercel

vercel Bot commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

@kavin553 is attempting to deploy a commit to the Mayo's projects Team on Vercel.

A member of the Team first needs to authorize it.

@kavin553

Copy link
Copy Markdown
Author

Hi @mayo-byte07 👋

I've completed the implementation for Issue #200 and submitted this PR for review.

Highlights

✅ Real-time interest recommendations
✅ Clickable suggestion tags
✅ Duplicate prevention
✅ Lightweight keyword-based recommendation engine
✅ Responsive onboarding experience
✅ No external AI dependencies required

The feature has been tested locally and integrates with the existing onboarding workflow while preserving current UI behavior.

Thank you for your review and feedback! 🚀

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.

[FEATURE] Add AI-based suggested interests during onboarding

1 participant