This is a submission for the Runner H "AI Agent Prompting" Challenge
What I Built
ScholarTrack is an end-to-end AI-integrated platform that allows students to discover, apply for, and manage scholarship opportunities automatically. It leverages Runner H as an autonomous agent that finds scholarships and submits them directly into a fully functional web dashboard built with Bolt and Supabase.
This project streamlines the time-consuming and often overwhelming process of scholarship searching and tracking by delegating it to an AI agent, while providing students with a modern, mobile-friendly dashboard to manage their applications.
π Live Demo: scholartrack-production.app
π Demo Login:
Email:
[email protected]
Password:
demo123456
GitHub Repo: ScholarTrack.git
Here are screenshots from the live platform:
- π Real-time dashboard with status summaries
- π Application cards with full CRUD support
- π "Claim Demo Data" feature for new users
- π€ API connection with Runner H
How I Used Runner H
Runner H acts as the autonomous AI agent that:
- Finds fully-funded scholarships tailored to a student's background
- Fills in application details like title, link, deadline, and notes
- Sends the data via a
POST
request to the backend API:https://<SUPABASE_URL>/functions/v1/applications
- Can call
/applications/summary
to generate weekly reports
Example prompt to Runner H:
βUse this student profile to find 3 international scholarships. Apply on their behalf and submit the application details (title, link, deadline, status) to the provided API endpoint.β
The Supabase function is protected with an Authorization
header and properly structured to accept Runner Hβs submission.
Use Case & Impact
π― Use Case
- Target Audience: University students, especially in Africa and emerging markets
- Problem Solved: Discovering and organizing scholarship applications is hard and tedious
- Solution: Delegate it to an AI agent and manage it from a single unified dashboard
π₯ Impact
- Empowers students with limited time and resources to access funding opportunities
- Reduces stress and increases the chances of submitting more applications
- Introduces automation into a space that desperately needs it
Social Love β€οΈ
π’ Shared on:
Letβs make education more accessible with automation! π
Team Submission
Created by:
@eztosin
π§ Powered by:
- Runner H (agent automation)
- Bolt (code generation and deployment)
- Supabase (auth, DB, API)
- Netlify (frontend hosting)
Thanks for reading, and happy prompting! β‘
Top comments (0)