Skip to main content

3 posts tagged with "launch"

View All Tags

IELTS Mastery Hub on Threads — free, open-source IELTS practice

· 2 min read

1/

Every IELTS prep app gives you two free tests and then asks for your credit card 💸

The test is already expensive. The practice shouldn't be.

So I built a free one and open-sourced it 👇

🎥 [attach demo video]


2/

IELTS Mastery Hub — a desktop app for Windows, Linux & macOS. Free, MIT licensed, no account, no ads.

📖 Reading — timed, split-screen, auto-scored 🎧 Listening — audio sections, progressive difficulty ✍️ Writing — AI feedback on the official scoring criteria 📊 Dashboard — see if you're actually improving


3/

The writing part is the one I'm most proud of.

Writing is the hardest skill to self-study because you need someone to read what you wrote. Getting structured feedback on why a paragraph is weak beats writing essays into the void.


4/

Built with Tauri — TypeScript + a Rust core. Mock exams run 3 hours, so it had to be a small, fast native app rather than a browser tab pretending to be one 🦀

github.com/open-lingua/ielts-mastery-hub


5/

Heads up: independent, non-commercial educational project. Not affiliated with or endorsed by the British Council, IDP or Cambridge — IELTS is a trademark of its owners. Practice content is AI-generated for study purposes and may not be 100% accurate.


6/

If you're prepping for IELTS I'd genuinely love to know whether the formats feel close to the real thing.

And if you know someone studying right now — send it their way 🍀

Try it, break it, tell me what's wrong.

IELTS Mastery Hub on X — free, open-source IELTS practice

· One min read

1/

IELTS prep tools: 2 free tests, then a paywall 💸

So I built a free one. Open source, MIT.

📖 Reading (auto-scored) 🎧 Listening ✍️ Writing w/ AI feedback 📊 Progress dashboard

Desktop app — Win/Linux/macOS 🦀

github.com/open-lingua/ielts-mastery-hub

🎥👇


2/

Built with Tauri: TypeScript frontend + Rust core.

Mock exams run 3 hrs — shipping a whole Chromium for that felt wrong. Small native binary instead.

Timers + scoring live in Rust, so no drift, no devtools cheating.

#RustLang #Tauri #BuildInPublic


3/

One line to install:

macOS/Linux curl -fsSL https://open-lingua.github.io/ielts-mastery-hub/install/install.sh | sh

Windows irm https://open-lingua.github.io/ielts-mastery-hub/install/install.ps1 | iex

Docs: open-lingua.github.io/ielts-mastery-hub/docs/intro/


4/

Independent, non-commercial educational project. Not affiliated with or endorsed by the British Council, IDP or Cambridge. IELTS is a trademark of its owners. Practice content is AI-generated — may not be 100% accurate.


5/

If you're prepping for IELTS, I'd love to know if the formats feel realistic.

If you're a dev, the Tauri/Rust side is open to poke at.

Try it, break it, tell me what's wrong 🙏 ⭐ if it's useful

#IELTS #OpenSource #LearnEnglish

IELTS Mastery Hub — Free, open-source IELTS practice on your desktop

· 2 min read

IELTS Mastery Hub

Free, open-source IELTS practice — reading, listening & AI-graded writing


👋 Hey Product Hunt!

I built IELTS Mastery Hub because IELTS preparation has a frustrating pattern: two free mock tests, then a paywall — and half the tools don't even match the real exam format. For a test that's already expensive to sit, that felt like the wrong place to put a subscription.

So this is the opposite of that. A native desktop app, completely free, open source under MIT, and running on Windows, Linux, and macOS. No account, no trial, no upsell.

Quick demo video:

What's inside:

📖 Reading — split-screen timed practice covering the official question types, auto-scored instantly

🎧 Listening — audio-driven sections with progressive difficulty

✍️ Writing — a dual-pane editor with AI evaluation across the official IELTS scoring criteria, so you get structured feedback instead of writing essays into the void

📊 Dashboard — track your scores and see whether you're actually improving over time

Under the hood: TypeScript frontend with a Rust core, built with Tauri — so it's a small, fast native binary rather than a browser tab pretending to be an app. Important when you're sitting a 3-hour mock exam.

Get it in one line:

macOS / Linux — curl -fsSL https://open-lingua.github.io/ielts-mastery-hub/install/install.sh | sh

Windows — irm https://open-lingua.github.io/ielts-mastery-hub/install/install.ps1 | iex

Prefer to build it yourself? The whole thing is on GitHub: https://github.com/open-lingua/ielts-mastery-hub

📚 Docs: https://open-lingua.github.io/ielts-mastery-hub/docs/intro/


Disclaimer: this is an independent, non-commercial educational project. Not affiliated with or endorsed by the British Council, IDP Education, or Cambridge Assessment English. IELTS is a registered trademark of its respective owners. Practice content is AI-generated for educational purposes and may not be 100% accurate.


I'd love to hear from anyone who's prepared for IELTS (or any English exam) — what did you wish existed while you were studying? And if you're a dev curious about Tauri, the codebase is open and contributions are very welcome.

I'll be around all day answering questions in the comments 🙌