From 465a06d4e1653f443baf3382c38baf550cb61183 Mon Sep 17 00:00:00 2001 From: Will Date: Thu, 3 Sep 2026 06:58:11 -0400 Subject: [PATCH] docs: add one-click Railway deploy --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 81239b3f..1b34982c 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,10 @@ docker run -p 3001:3001 --env-file .env \ Leave `EMBEDDED_POSTGRES` off and set `DATABASE_URL` to point at a database you already run. [docs/deployment.md](docs/deployment.md) has the minimum sizes, the platform notes, and how it behaves behind more than one replica. +Or deploy it on Railway in one click, with Postgres, the managed Bot that makes *New coworker* work, a scheduler so routines fire, and a password in front of the URL; your OpenAI key and the two CopilotKit credentials are the only inputs: + +[![Deploy on Railway](https://railway.com/button.svg)](https://railway.com/deploy/openbot?referralCode=MYUCwz&utm_medium=integration&utm_source=template&utm_campaign=generic) + ## Try it - Open `/bot` and ask: `Open news.ycombinator.com and tell me the top story.`