Build Log
Railway Production Proof + Game Builder Scaffold
August 1, 2026
Proved Railway as a real, working production runtime for Alloy with live evidence — clean monorepo build, Clerk auth, Neon reads/writes, and a Git-push deploy pipeline all confirmed on a real deployment, plus scaffolded the ForgeKit Game Builder experiment and fixed two live bugs along the way.
Timeline
What shipped
experiments/game-builder/ — Next.js scaffold for the ForgeKit Game Builder Mission (Roblox Studio MCP cockpit), renamed from a placeholder 'playground' folder, wired into root package.json workspaces/deploy scripts, PROJECT_INDEX.md, CLAUDE.md, and forgekit-os/product-registry.json (synced live into Alloy's Neon products table)
products/alloy/components/commons/primitives.tsx — wired the real game-builder.png Mission photo + a real category ('Youth & Creativity') into the Commons card system, replacing the generic icon+gradient placeholder
products/alloy/app/api/health/route.ts — new liveness endpoint for platform health probes, exempted in proxy.ts, live-verified both locally and on Railway
docs/platform/alloy-runtime-portability-audit.md — full Vercel-coupling/portability findings, each classified portable/Vercel-coupled/Railway-specific/architectural-concern/unresolved
docs/platform/railway-alloy-deployment-design.md — proposed Railway architecture (Railpack, repo-root build context, app-subdir build/start commands)
docs/platform/railway-alloy-runbook.md — reproducible Railway setup steps
docs/platform/railway-alloy-proof-results.md — real, tested evidence for every validation area the Charge required
docs/platform/railway-alloy-recommendation.md — verdict: adopt Railway as Alloy's primary runtime
A real, live PROOF deployment of Alloy on Railway (Hobby plan) at alloy-production-08f3.up.railway.app, GitHub-connected, health-checked, tested against real Neon/Clerk — validates the approach; not yet hardened as a long-term production target (Node version pin unresolved, no permanent domain, secrets set ad hoc through the dashboard rather than a durable source)
“holy shit the deploy was succesful!”