@extends('layouts.app') @push('styles') @endpush @section('content')
Interactive learning lab

Experiment, notice, and learn by doing.

Explore science, psychology, memory, and creative thinking through hands-on challenges designed to make ideas easier to understand.

Choose a challenge

Featured Experiments

Start with a card, learn the goal, then jump into the interactive Focus Lab below.

@foreach ($experiments as $experiment)
{{ str_pad((string) ($loop->index + 1), 2, '0', STR_PAD_LEFT) }} {{ $experiment['emoji'] }}

{{ $experiment['title'] }}

{{ $experiment['level'] }}

{{ $experiment['description'] }}

What you'll learn: {{ $experiment['learn'] }}
{{ $experiment['action'] }}
@endforeach
Try it now

Focus Lab

Read the ink color, ignore the word, and test how quickly your brain can respond under pressure. This quick challenge trains selective attention and reaction speed.

Color Reflex Challenge

The word can trick you. Your task is to choose the color of the text, not what the word says.

  • 1 Press Start to begin a 10-round challenge.
  • 2 Look at the ink color of the big word.
  • 3 Click the matching color as fast as you can.
Score 0
Round 0/10
Average --
Time 8.0s
Ready
FOCUS

Start the challenge, then choose the ink color. This trains selective attention and reaction speed.

Press Start Challenge when you are ready.

Great focus.

Your result will appear here after the final round.

@endsection @push('scripts') @endpush