Vibecode OpenPTE

track this build5 steps, step by step
KINDA · weekend project
price $17.99/moyou'd save $215.88/yrbuild time a weekendcategory 🎓 educationreplaced by 0 people

The mechanics of a PTE trainer are not hard: record audio, transcribe it, time the task, score against a rubric, keep a history. An agent can build that in a weekend using Whisper for transcription and an LLM for rubric feedback, and you will genuinely practice more because the loop is yours. What you cannot build is the part people actually pay for: a question bank that tracks what is currently showing up in the real exam, and a scoring model calibrated against Pearson's automated marker so the number you see means something. Your DIY grader will be directionally useful and numerically fictional. Good enough for drilling fluency and essay structure, not good enough to decide whether you are ready to book the test.

the project pack4 files · fastest path to a working personal build
README.md
# OpenPTE indie build

## Goal

Build the smallest trustworthy replacement for the core OpenPTE workflow for one developer or a tiny team.

## Scope

A local web app that runs timed PTE-style tasks, records your speaking or captures your typing, transcribes it, and returns rubric feedback plus a trend chart across attempts.

## Quick start

1. Install the documented dependencies.
2. Copy `.env.example` to `.env`.
3. Run the development command chosen during implementation.
4. Complete the acceptance checks in `BUILD_PLAN.md`.

## Honest limits

This build deliberately does not replace:
- Scores calibrated to the real automated marker, so your numbers are vibes, not predictions
- A question bank that is maintained and rotated as the exam changes
- Full mock tests with official section timing, weighting and score report layout
- Model answers, templates and community discussion around each item
- Mobile apps, cross-device sync, and anyone to blame when the grader is wrong

If those capabilities are essential, use OpenPTE instead of pretending the gap is solved.

$ choose a build depth, inspect the files, then open the complete pack in your agent · this prompt is generated from the build plan · improve it via PR

why people still pay

Because a test taker is not buying software, they are buying a number they can trust before they pay the exam fee. A prep platform's value is the item bank that mirrors what is currently in circulation and a grader tuned so a 79 on the practice test means roughly a 79 on the day. Both of those are accumulated data work, not code. A self-built trainer is great for volume practice and terrible for readiness signals, which is exactly the wrong half to have if you only get one shot at the visa cutoff.

what you lose

xScores calibrated to the real automated marker, so your numbers are vibes, not predictions

xA question bank that is maintained and rotated as the exam changes

xFull mock tests with official section timing, weighting and score report layout

xModel answers, templates and community discussion around each item

xMobile apps, cross-device sync, and anyone to blame when the grader is wrong

prior art · use these instead of building, if you'd rather

Nothing worth pointing at. That's why the prompt exists.

share on X ↗"I just replaced OpenPTE ($17.99/mo) with one prompt"
questions
Vibecode OpenPTE

Kinda. The core of OpenPTE is buildable in a weekend with the prompt on this page, but there are real gaps: Scores calibrated to the real automated marker, so your numbers are vibes, not predictions, A question bank that is maintained and rotated as the exam changes. Read the honest list above before committing.

How much does OpenPTE cost?

OpenPTE costs about $17.99/month (Premium 30-day pass, checked 2026-08-18), which is $215.88 per year.

What do I lose by replacing OpenPTE?

Honestly: Scores calibrated to the real automated marker, so your numbers are vibes, not predictions; A question bank that is maintained and rotated as the exam changes; Full mock tests with official section timing, weighting and score report layout; Model answers, templates and community discussion around each item; Mobile apps, cross-device sync, and anyone to blame when the grader is wrong. If any of those are load-bearing for you, keep paying.

Is there an open-source alternative to OpenPTE?

No mature open-source alternative worth pointing at, which is exactly why the one-shot prompt on this page exists.