Skillnest is a proof-of-concept (PoC) of a COPPA-compliant, responsible AI-driven platform that helps students discover personalized extracurricular opportunities. This PoC demonstrates the core AI-driven matching logic and interface but does not include live AWS S3 storage or Browserbase Stagehand automation due to token limits and usage costs.
The PoC version runs locally and demonstrates:
- AI-driven opportunity matching
- Dual-stage recommendation engine (local Pinecone & Supabase)
Note: The local version does not demonstrate AWS S3 storage or Stagehand-powered web scraping. These features are only active in the deployed version.
- Personalized Recommendations: Students receive tailored extracurricular opportunities based on their interests.
- Automated Program Discovery (Simulated): Demonstrates program discovery and matching without live scraping.
- Intelligent Matching: Uses a dual-stage engine leveraging Pinecone and Supabase locally.
- Frontend: Next.js
- Backend / AI: Python, Gen AI
- Vector Search: Pinecone
- Database: Supabase
- Infrastructure: AWS S3, Terraform (for deployed version only)
- Clone the repository:
git clone https://github.com/your-username/skillnest-poc.git cd skillnest-poc