← Back to all apps

Scrimba

Educationby Scrimba AS
Launched Apr 7, 2026 on ChatGPT

Scrimba gives you interactive coding screencasts on web development topics like JavaScript, React, Node, Next, SQL, and much more. As a learner, you're able to edit and experiment with the code directly inside the video player. This makes learning easier and more fun. Join over 2 million developers upskilling on Scrimba.

1ChatGPT Tools
Scrimba ASDeveloper
EducationCategory

Available Tools

Find Scrim

find_scrim
Full Description

Search for interactive coding lessons (scrims) on Scrimba. Returns up to 10 candidates. After reviewing the results, call render_scrim with the best match for the user. Scrimba has courses on HTML, CSS, JavaScript, React, Python, AI, cybersecurity, and more.

Parameters (1 required)
Required
querystring

Search keywords. Include the base technology when the topic is a sub-concept. Examples: 'flexbox' → 'CSS flexbox', 'useState' → 'React hooks useState', 'promises' → 'JavaScript promises'. Pass the user's words too — don't drop them.

Learn

learn
Full Description

Find and display an interactive Scrimba coding lesson. Searches the library and returns the best match rendered in an embedded widget. Covers HTML, CSS, JavaScript, React, Python, SQL, AI engineering, Node, Express, TypeScript, Next.js, cybersecurity, and more. Use when the user wants to learn a programming concept, find a coding tutorial, or practice coding interactively. Do not use for general knowledge questions that don't involve learning to code.

Parameters (1 required)
Required
querystring

Search keywords — not full sentences. Include the base technology when the topic is a sub-concept. Examples: 'flexbox' → 'CSS flexbox', 'useState' → 'React hooks useState', 'promises' → 'JavaScript promises'. Keep the user's original words — do not rephrase into generic terms.

Render Scrim

render_scrim
Full Description

Display a Scrimba scrim in the widget. Always call find_scrim first, then pass the id of the best match here.

Parameters (1 required)
Required
idstring

Scrim ID from find_scrim results