DEV Community

Eztosin
Eztosin Subscriber

Posted on

πŸŽ“ ScholarTrack β€” An AI-Powered Scholarship Management Dashboard

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:

ScholarTrack Login page

  • πŸ“Š Real-time dashboard with status summaries
  • πŸ“ Application cards with full CRUD support
  • πŸ”„ "Claim Demo Data" feature for new users
  • πŸ€– API connection with Runner H

Profile Dashboard

How I Used Runner H

Runner H acts as the autonomous AI agent that:

  1. Finds fully-funded scholarships tailored to a student's background
  2. Fills in application details like title, link, deadline, and notes
  3. Sends the data via a POST request to the backend API: https://<SUPABASE_URL>/functions/v1/applications
  4. 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)