A sidebar for chatgpt.com
MindTrial sits in a sidebar on ChatGPT and remembers exactly where you paused โ which thread, which topic, how far you've come. One click drops you back in, mid-lesson.
Close the tab, come back tomorrow, and you're re-explaining what you were studying. MindTrial keeps the plan so ChatGPT doesn't have to guess.
Without it
You retype context, hunt through old messages, or just start a new thread and lose the thread.
With MindTrial
Continue Learning builds a context-aware prompt from your progress and drops it straight into ChatGPT's textbox.
The same ordered list you'd build for any course โ MindTrial just keeps score.
01
Name what you're learning โ Data Engineering, System Design, a language, anything with a shape.
02
Add topics one by one. Reorder, rename, or delete any time as the plan changes.
03
MindTrial builds a prompt from your current topic and inserts it into ChatGPT's textbox โ or copies it to your clipboard if the textbox isn't found.
04
The progress bar and your streak update, and MindTrial points you at the next topic in line.
The Reminder Card floats above the page, the topic list scrolls below it, and the whole thing follows chatgpt.com's own dark UI.
Every piece exists to answer one question fast: what's next?
Run separate learning paths at once โ a language, a certification, a side skill โ without them tangling.
Create, rename, reorder, delete, and mark topics complete inside the sidebar. No spreadsheet required.
Continue Learning doesn't just say "continue" โ it names the thread and topic so ChatGPT picks up correctly.
A quiet counter for consecutive days studied โ enough to notice a gap, not enough to nag.
Dismiss the card and a small button stays put, ready to reopen it without hunting for a menu.
Paste a transcript and have topics generated for you โ the only feature that talks to a server, and only when you ask it to.
By default: nowhere. Threads, topics, progress, and settings are stored in your
browser's localStorage, scoped to chatgpt.com. No account, no sign-in, no analytics. We
can't read it โ there's no server-side database to read it from.
The one exception: the optional "generate topics from transcript" feature sends the transcript you submit to our backend, which forwards it to Groq's API to produce a topic list, then returns the result to your browser. Nothing is logged or stored on our side, and this only runs when you explicitly trigger it.
Full details in the Privacy Policy โ data storage, third parties, and contact info.
Not yet on the Chrome Web Store โ for now, load it from source. Takes about a minute.
Install dependencies and build.
npm install npm run build
Open chrome://extensions and turn on Developer mode (top right).
Click Load unpacked and select the dist/ folder.
Visit chatgpt.com โ the sidebar appears on its own.
React 18 ยท TypeScript ยท Vite ยท Tailwind CSS ยท Framer Motion ยท Manifest V3