Skip to main content

What It Does

ModifyWithAI is an agent that handles user requests through three escalating paths:
When a request matches your defined actions, the agent executes it directly:
User saysAgent 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
After completing an action, the agent can offer to create a persistent shortcut button so the user can repeat it with one click.

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

Next Steps