Vercel Integration
Railway can now hook into Vercel to provide your production and preview deploys with access to your railway environments.
This means that if you add the Postgres plugin to your Railway project, we'll update Vercel with a DATABASE_URL connection string, accessible via envvars.
Just tell us which Railway environment to sync, and we'll do the rest.

This is the first of many integrations to come. We already have a few more planned, but if you'd like a specific integration, please join the Discord and let us know.
Codespaces
Railway is now fully compatible with Github Codespaces.
Codespaces allows you to
develop entirely in the cloud. Use Railway to connect to your favorite infrastructure, and deploy straight from codespaces with railway up.

Above is our Railway Images starter, which uses Prisma and Railway to host a simple image grid, using Railway's Postgres as a backend. Live now on Vercel
Improved UI/UX of CLI
The CLI comes new and improved in this update, featuring:
- ๐ Added colours
- ๐จ Better error messages
- ๐ Support for
railway loginin SSH or codespaces terminals