Back to Apps

Renderify
Supports UIby webllm
Runtime-first UI engine that renders LLM-generated JSX/TSX directly in the browser without a build step.
0 stars
Works in:VS Code CopilotCursor
Exposes:Resources
What it does
Renderify enables LLMs to produce real, interactive user interfaces on the fly. It functions as a bundleless dynamic renderer that takes JSX/TSX output from an AI and renders it immediately in the browser using inline transpilation via @babel/standalone and runtime module resolution via JSPM.
Key features
- Zero-Build Rendering: Instant execution of AI-generated UI without backend compilers or deployment pipelines.
- Security-First Execution: Built-in policy checker with four profiles (strict to relaxed) to validate code before execution.
- Broad Package Support: Leverages JSPM for browser-ESM compatible npm packages, providing a bridge for React/Preact ecosystems.
- Streaming UI: Support for progressive rendering of UI components as the LLM generates them.
Installation
Renderify is primarily a library and a set of MCP tools. For the MCP app experience:
- Claude Desktop: Add the Renderify MCP server config to
claude_desktop_config.jsonto enableui://resources. - Web: Use the Renderify SDK via
npm install renderify.
Supported hosts
- claude
- vscode-copilot
- cursor
Quick install
npm install renderifyInformation
- Pricing
- free
- Published
- 7/19/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Configure @renderify/mcp-app in your MCP settings to use ui:// resources





