
Frictionless
Supports UIby zot
A hot-loadable software ecosystem for Claude to build, run, and evolve apps live.
What it does\nFrictionless creates a personal software ecosystem where Claude and the user can build and evolve apps in real-time. It allows Claude to run parts of an app, see its state, and modify the code while it remains running, enabling a seamless loop of prototyping and improvement.\n\n## Key features\n- Full Hot-Loading: Change Lua backend or HTML templates without restarts or recompiles.\n- State Preservation: Structural changes to data are preserved during hot-reloads.\n- Direct AI Integration: Claude has full access to the running app's state and functions.\n- Declarative UI: Uses HTML templates with bindings, removing the need for a separate API layer.\n\n## Installation\nAdd the following to your claude_desktop_config.json:\n\njson\n{\n "mcpServers": {\n "frictionless": {\n "command": "/home/user/.claude/bin/frictionless",\n "args": ["mcp"]\n }\n }\n}\n\n\n## Supported hosts\nConfirmed for Claude.
Quick install
curl -L https://github.com/zot/frictionless/releases/latest/download/frictionless-linux-amd64 -o ~/.claude/bin/frictionless && chmod +x ~/.claude/bin/frictionlessInformation
- Pricing
- free
- Published
- 4/21/2026
- stars






