Deployed Kiro Crew to Railway — text my agent from Discord on my phone #2070
streettj
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I've been using Kiro IDE for a few months on personal projects (a SaaS app on Railway, a static site on Cloudflare Pages). Heavy steering files, custom skills, the whole setup. When Crew dropped on Monday I immediately wanted one thing: a way to text my agent from my phone for quick questions while I'm out, with all my project context loaded up.
Got it working Tuesday night. Kiro Crew running 24/7 on Railway, connected to Discord DMs. I can ask it about my projects, get architecture reminders, do web searches, whatever. Zero cost when I'm not messaging it. Here's how.
What you need
The repo
https://github.com/streettj/kiro-crew-railway
Three files: a Dockerfile, a railway.toml, and a config template. The Dockerfile is two lines.
Quick version
DISCORD_BOT_TOKEN,KIROCREW_ALLOW_UNSANDBOXED=1/home/kirocrewkiro-cli login --use-device-flowFull step-by-step is in the repo README.
Custom skills
After the bot is running, you can upload SKILL.md files to give it persistent context about your projects. I have four: a core identity/preferences skill (always-on), and three triggered skills for my different projects that only load when I mention relevant keywords. Saves credits on every turn.
Upload directly to the volume from the Railway CLI without SSH:
Gotchas
USER rootin your Dockerfile.~/.local/share/kiro-cli/. SetENV HOME=/home/kirocrewso they land on the volume.What it costs
Would love to see other people's setups or any feedback!
All reactions