MyMinnd. Psychological and cognitive testing platform

Psychological and cognitive testing platform for athletes and coaches

Web appmyminnd.comFigmaVueChart.jsLaravelMySQL
Client
NN Academy, France
Field
Sports, mental preparation
Stack
Figma · Laravel · Vue 3 · MySQL · Chart.js
Timeline
3 months to launch, growing it since 2022

The task - turn a coach’s observations into numbers

An experienced coach can tell when an athlete is off: burned out before a competition, losing focus, afraid to push back to their old level after an injury. But noticing is one thing - measuring it and tracking it over time is another. NN Academy, a French mental preparation school, came to us to turn those observations into clear numbers.

We built the project from scratch and end to end: from the structure and Figma mockups to the production server. The first version shipped in 3 months, and we have been growing the platform for 4 years now without a single service interruption. Today MyMinnd is nine public tests, from the athlete mental preparation profile to the PVT vigilance test, used by 14,000 people.

Profile

Break “mental shape” down into concrete competencies - motivation, confidence, stress management, focus, coping with pain and injury - and score each on a scale of 0 to 10.

Measure objectively

A questionnaire is self-assessment, and self-assessment is easy to embellish. It needs cognitive tests alongside it that measure without flattery: reaction speed, sustained attention, working memory span.

Show progress

An athlete takes a test before and after a training program, and the platform finds their previous attempt and shows the progress on its own. No accounts, no passwords.

Feed the funnel

Everyone who takes a test is a potential client for the academy. With consent, results flow automatically into the CRM and email sequences, segmented by audience.

MyMinnd home page with the test catalog

Platform users - growth since launch

Total respondents by quarter, platform data as of July 2026.

Design built on the client’s brand book

We designed the interface in Figma following the client’s brand book: first the test structure, the flows and screen states, then the whole visual layer in the academy’s brand colors. The dark background and violet accents feel athletic and modern.

Bright illustrations on the cards take the anxiety out of testing, so it never feels like an exam; emoji make the results friendlier; and the red-yellow-green color logic reads without explanation.

A flexible test builder

The first architectural decision - tests are not hard-coded, they are assembled in the admin panel. The hierarchy of test - question groups - competencies - categories lets the academy’s psychologists grow the platform themselves: the system already holds 22 tests, 1,374 questions, 270 groups and 55 competencies.

  • There are versions for adults and for teenagers - the platform opens the right one based on the age given at registration.
  • Partners of the academy get branded versions with their own logo and cover - same engine, different brand.
  • The scoring formula stays in the psychologists’ hands: competency weights are set in the admin panel, so the same competency can, for example, count double in the overall score.

Every scale is scored from 0 to 10 with automatic color grading, so the result reads at a glance. The result page has two modes: a detailed breakdown of every competency, and a compact dashboard that fits all 30+ scales on one screen.

Result dashboard: 6 categories and 30+ competency scales

Cognitive tests: experimental psychology in the browser

The most exciting part of the project. Alongside the questionnaires, we built four classic tests from cognitive psychology - as interactive Vue 3 and Pinia applications running with millisecond precision. Timings are measured on the client, and the result goes to the API in a single batch - network latency never distorts the milliseconds.

The Stroop Test

A 1935 classic: the word “ROUGE” printed in blue - you name the color while ignoring what the word says. It measures the ability to suppress an automatic response (cognitive interference).

The Simon Task

The “right” button appears on the left - and the brain stalls. The test measures how spatial interference affects the speed and accuracy of a response.

Digital Span

A sequence of digits to memorize and repeat back; it grows level by level, from 3 to 10 digits. The classic measure of working memory span.

PVT - the vigilance test

The method NASA uses to monitor astronaut fatigue: 3 minutes of reactions to a stimulus at random intervals. We calculate mean and median reaction time plus attention lapses - responses slower than a threshold adjustable right in the interface. Attempt history is stored and compared on charts: how the average time moves, the number of lapses, the reaction curve within each session.

Five difficulty levels of the Stroop test

Facile
2000 ms
Intermédiaire
1200 ms
Difficile
800 ms
Très difficile
700 ms
Expert
500 ms

SOA (stimulus onset asynchrony) is the interval between stimuli; psychologists tune it in the admin panel. Simon Task and Digit Span have difficulty ladders of their own.

Stroop test result: metrics and a reaction time chart

Statistics that motivate

A bare “5.4 out of 10” says very little. So every scale in a result comes with live statistics across the whole base:

  • A percentile - “your result is better than X% of people who took this test”. It is computed from the real distribution of all results on the scale, not from an abstract norm.
  • An average for the age group: teenagers are compared with teenagers, adults with adults.
  • Progress: the platform finds the same person’s previous attempt on its own and shows “+12% since last time”. No accounts or passwords - the barrier to entry is zero, and the progress is still visible.

The same “compare yourself” principle works on the home page: every test card carries a live counter, “9 499 ont passé ce test” - social proof that updates itself.

How a guest gets their result

A result can be viewed, saved and passed on in several forms at once. There is a public page with a unique key that can be sent to a coach or shared on social media (search engines are kept away from these pages); a branded PDF report generated on the server; and automatic emails to three recipients - the athlete, the academy administrator, and a coach whose address the athlete adds right in the form. The coach receives their athlete’s results without ever opening the site.

All the heavy lifting - PDF generation, the three emails, CRM calls - lives in a task queue. The result page opens instantly while background workers clear the queue in parallel. If a task fails, it retries on its own, and the email still arrives - even if an external mail service stalls for a second.

Every test is an entry into the funnel

For the academy a test is not only an assessment, it is also lead generation. We built it in carefully and with consent: the registration form has a checkbox - “would you like tips on mental preparation?” - and only a “yes” sends the contact to marketing.

Over 4 years this grew into a base of 14,000 warm, segmented contacts, every one of whom came on their own.

What happens after a test

  • The contact is looked up in ActiveCampaign by email or created fresh, with name, role and age fields.
  • It gets a tag with the name of the completed test: someone who took Profil Mental Coach is a coach in the CRM.
  • In parallel, the contact joins the MailerLite mailing group tied to that specific test.
  • Newsletters segment themselves by audience automatically.
  • reCAPTCHA at the door keeps bots out, so the base holds real people only.

The admin panel as a research tool

The most valuable thing in the back office is the audience report: a psychologist picks a test and a slice (role, age groups) and gets average scores for every competency. The academy can see, for example, that teenagers consistently score lower on stress management than adults - and adjusts its training programs accordingly.

What the back office can do

  • A builder for tests, questions, competencies and difficulty levels
  • An audience report sliced by role and age, exported to PDF in one click
  • Result exports - the whole base or a single respondent
  • Branding for registration pages and partner versions of tests
  • Content management - slides, texts, legal pages
  • Sign-in strictly through two-factor authentication

Server and environment

Writing a platform is not enough - it needs somewhere to live. We set up the server and the environment ourselves, from scratch: a VPS in a European data center, web server, PHP, database, queues, SSL. None of it shows from the outside, but this is exactly what keeps things stable: the server has been running for over a year without a single reboot, and in 4 years not one update has stopped the platform.

What we set up and why it matters

Heavy work runs in the background

PDFs, emails and CRM calls are handled by background workers under a supervisor: if a process dies, it restarts; if a task fails, it retries.

Two environments

Next to the production site there is a full staging copy with its own database, closed off by a password. Every feature is approved by the client on staging first and only then goes live.

HTTPS by default

Certificates are issued and renewed automatically, and all traffic is forced onto a secure connection.

The database is sealed off

MySQL accepts connections only from the server itself - the personal data of 14,000 people simply cannot be reached from the internet.

Speed at the environment level

PHP bytecode caching, on-the-fly response compression, static files served past the application - the essentials that often go forgotten.

Routine on autopilot

Log rotation, session cleanup, OS security updates and certificate renewals happen on their own. Deployment runs from git over SSH keys; secrets live in the environment configuration, not in the code.

The numbers after 4 years

13,928respondents
23,500+tests completed
680,000answers in the database
388,000scale results
22tests in the builder
1,374questions

Platform data as of July 2026. The newest results in the database are from today - the platform is alive and growing.

How many times the tests were taken

Profil Mental Athlete
9499
Profil Mental Coach
4434
Profil Mental Émotionnel
3774
Stroop Test
1609
Digit Span
1126
Simon Task
879
PVT
524

Live platform counters, July 2026. The flagship athlete profile stands out.

You can be sure of one thing - they are fully motivated!
Chief Operating Officer, NN Academy · Clutch, rated 5.0

Want results like these?

Let’s talk

Tell us about your project — we’ll reply within one business day.

What do you need?
Budget

Thank you!

Your request is in. We’ll get back to you within one business day.