Building a Cloud Coding Agent for Frappe/ERPNext,Has Anyone Tried This?

Hey folks,

At my current org, we’re exploring the idea of building a cloud coding agent to speed up our development workflow.

The flow we’re thinking about is roughly:

  1. The agent gets mentioned on a GitHub issue.

  2. It picks up the issue and connects to a remote VM.

  3. It provisions and spins up the required development environment.

  4. It uses Claude Code, Codex, or another coding-agent harness to investigate and fix the issue.

  5. It runs the relevant tests and validates the fix.

  6. It opens a PR with the changes, along with proof of the fix ,for example, screenshots or a short video recording generated through computer use/browser automation (Playwright, etc.).

There are already products like Cursor Cloud Agents working in this direction, but I haven’t come across many implementations specifically focused on Frappe/ERPNext development workflows.

This seems like a pretty interesting problem to solve, so I wanted to ask ,has anyone here built or experimented with something similar?

Would love to hear about your architecture, what worked/didn’t work, or any existing open-source projects I should look at.

Thanks!

1 Like