← Back to all apps
S

Scrimba

Educationby Scrimba AS
Launched Mar 26, 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.

2ChatGPT 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.

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