From e56e33ac9fa5bf70d82acbd05304b49b833074da Mon Sep 17 00:00:00 2001 From: Mislav Ivanda Date: Mon, 13 Jul 2026 15:30:36 +0200 Subject: [PATCH 1/2] docs: add stripe-coding-agent-template to the README apps list Signed-off-by: Mislav Ivanda --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c6544c6..7a9cdcf 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Standalone projects **not published to a package registry** live in [`apps/`](ap |---|---| | [`inngest-agentkit-coding-agent`](apps/inngest-agentkit-coding-agent) | Deployable coding agent that runs tool calls in Daytona sandboxes | | [`dify-plugin`](apps/dify-plugin) | Daytona plugin for the Dify marketplace | +| [`stripe-coding-agent-template`](apps/stripe-coding-agent-template) | Stripe Projects build template — a CopilotKit + OpenRouter coding agent that writes and runs code in Daytona sandboxes with live in-chat preview | ## Releases From ee0c5e739d04df7cbc1abb14e136361d86999025 Mon Sep 17 00:00:00 2001 From: Mislav Ivanda Date: Mon, 13 Jul 2026 15:41:48 +0200 Subject: [PATCH 2/2] docs: note Vercel deployment in the stripe template entry Signed-off-by: Mislav Ivanda --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a9cdcf..0932c68 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Standalone projects **not published to a package registry** live in [`apps/`](ap |---|---| | [`inngest-agentkit-coding-agent`](apps/inngest-agentkit-coding-agent) | Deployable coding agent that runs tool calls in Daytona sandboxes | | [`dify-plugin`](apps/dify-plugin) | Daytona plugin for the Dify marketplace | -| [`stripe-coding-agent-template`](apps/stripe-coding-agent-template) | Stripe Projects build template — a CopilotKit + OpenRouter coding agent that writes and runs code in Daytona sandboxes with live in-chat preview | +| [`stripe-coding-agent-template`](apps/stripe-coding-agent-template) | Stripe Projects build template — a CopilotKit + OpenRouter coding agent, deployed on Vercel, that writes and runs code in Daytona sandboxes with live in-chat preview | ## Releases