Examples
Examples
Learn how to build Replit Extensions with step-by-step examples including a JSON editor, snippet manager, and JavaScript command tools.
JSON Editor
Create a JSON editor Extension with React and react-json-view package. Display and edit JSON file content, with automatic updates.
Snippet Manager
Build a snippet manager extension with React for storing and organizing commonly used code or text pieces.
Javascript Commands
Create an extension that adds JavaScript related commands to the Replit workspace, including npm package management and script running.
Was this page helpful?