What It Does
ModifyWithAI is an agent that handles user requests through three escalating paths:- Action Execution
- Documentation Assistance
- Developer Escalation
When a request matches your defined actions, the agent executes it directly:
After completing an action, the agent can offer to create a persistent shortcut button so the user can repeat it with one click.
| User says | Agent does |
|---|---|
| ”Create a new project called Marketing Q1” | Calls your createProject function |
| ”Archive all completed tasks” | Calls your archiveTasks function |
| ”Change my notification settings to email only” | Calls your updateSettings function |
Key Features
Action Execution
The agent calls your existing functions directly. You define what’s allowed.
Documentation Search
When actions don’t apply, the agent searches your docs and guides users.
Dynamic UI
After actions, AI offers to create persistent shortcut buttons.
Support Escalation
Unresolved issues get routed to your team with full context.
Approval Workflow
Mark destructive actions as requiring confirmation before execution.
Context Awareness
Pass current app state so the agent understands what’s on screen.
Framework Support
Works with React and these frameworks out of the box:- Next.js 14+ with App Router
- Remix v2 / React Router v7
- TanStack Start