All samples have now been added to UiPath-Typescript repo
A collection of starter templates and AI-assisted tooling for building UiPath Coded Action Apps — React + TypeScript frontend applications wired to UiPath Action Center.
- Coded Action Apps SDK — Getting Started
- UiPath TypeScript SDK — Getting Started (Coded Action Apps work only on typescript SDK versions >= 1.1.2)
- UiPath CLI
- Starter Templates — plug-and-play solutions ready to deploy
- Skills installation and usage guide — Claude skills for AI-assisted scaffolding/updating to latest package
- Browse the available templates below and pick one that fits your use case.
- Additional installation steps are present in the readme of each template.
| Template | Description |
|---|---|
| templateWithImage | Coded Action app with image attachments |
| templateWithDoc | Coded Action app with document handling |
| templateWithDataFabricAndStorageBucketDoc | Coded Action app with Data Fabric entities and Storage Bucket documents |
| templateWithFileAttachment | Coded Action app with direct file attachments |
Use the UiPath Coded Apps Claude skills to scaffold a new action app or migrate an existing one with AI assistance.
Coded Apps Skill lives in the UiPath Skills repo.
- Follow the quick start guide above to install the skills.
- Open Claude Code in your project directory.
- Run the create skill:
/uipath-coded-apps - Follow the guided prompts — Claude will ask for app type: Web or Action (use Action for coded action app), your app name, UiPath services to integrate (Data Fabric, Storage Buckets, Processes, etc.), and action schema details.
- Claude generates all project files automatically for you.
- Double check or update external client id, scopes in
uipath.jsonbefore deploying.