Skip to main content

What is a Widget?

A widget is a React component that:
  • Lives in widgets/<widget-name>/index.jsx
  • Receives props from your MCP tool
  • Renders in the ChatGPT interface
  • Can be interactive and stateful

Basic Widget Structure

Common Patterns

Lists

User Input with State

Conditional UI

Next Steps

React Hooks

Learn about React Hooks

Advanced Patterns

Explore Advanced Patterns