Student

Build a SAT Practice Tracker with AI

Track SAT and ACT practice scores over time with section breakdowns, weak area identification, and targeted study recommendations. Visualize your improvement trajectory and know exactly which topics to prioritize before test day.

Build Prompt

Copy this prompt into Claude Code
Build a static HTML SAT/ACT practice score tracker. Dark theme: background #0a0a0f, surfaces #12121a, borders #1a1a2a, accent #6366f1. All data persisted in localStorage under key "sat_tracker_data". The app has two modes toggled by a tab: SAT mode and ACT mode. SAT session object: { date, totalScore (400-1600), readingWriting (200-800), math (200-800), testName (e.g. "Khan Academy PT 1"), notes, timeMinutes }. ACT session object: { date, composite (1-36), english, math, reading, science, testName, notes, writing (optional, 2-12) }. Features: 1. Log New Session form — inputs for all fields, date picker, submit adds to localStorage array. 2. Score History table — sortable by date, test name, or score. Inline delete per row. 3. Progress chart — pure SVG line chart (no libraries), one line per section, x-axis = sessions in date order, y-axis = score range. Hover tooltip showing exact score. 4. Weak Area Analysis — compute average score per section across all sessions, rank from lowest to highest, show a horizontal bar chart with color coding (red below target, yellow near, green at/above). 5. Target Score panel — user sets a goal score and sees a "Points to go" badge with an estimated sessions-to-target calculation based on average improvement rate. 6. Study Recommendations — based on weakest section, show 3 specific resource suggestions (e.g. "Khan Academy Reading: Inference Questions" with direct links). 7. Export button — downloads all sessions as a CSV file. Responsive layout: single column on mobile, two-column sidebar+main on desktop. Include tooltips on the progress chart. Seed with 5 example sessions so the charts render immediately. Read the guide at https://accessagent.ai/api/guide and follow it to deploy the site to AccessAgent.ai. My email is [your@email.com].

Make It Yours

Test Date Countdown

Set your official test date and display a days-remaining countdown with a recommended weekly session schedule.

Percentile Display

Convert raw scores to percentile rankings using current College Board data so you know how you compare nationally.

Per-Question Logging

Log wrong answers by question category (e.g. "Algebra: Linear Equations") for granular skill-level tracking.

Study Time vs Score

Plot study minutes per session against score improvement to find your most efficient practice habits.

Tutor Share Link

Export a shareable read-only view of your progress chart to send to a tutor or college counselor.

Score Prediction Band

Add a shaded confidence interval on the chart showing the likely score range on actual test day.

Update Prompt

Update Prompt — Refresh study resource links
Update the study recommendation resource links in the app to reflect the latest free SAT and ACT prep materials available from Khan Academy, College Board, and ACT.org. Verify all links are current and working. Redeploy.

SEO Tips

Monetization Ideas

Related Ideas

Ready to build your SAT Practice Tracker?

Copy the prompt above and paste it into Claude Code. Your score tracker will be live in minutes.

Get Started