---
title: "Deploy Templates Inside Projects, Updated Roadmap, NX + Queues in Railway Guides"
date: 2022-09-16T15:00:00.000+00:00
number: 0099
url: https://railway.com/changelog/2022-09-16
---

# Deploy Templates Inside Projects, Updated Roadmap, NX + Queues in Railway Guides

Happy Friday everyone! We just wrapped up our quarterly planning. Employees of Railway were instructed to wear their suit of choice and chanted “Business! Business! Business!”. Just joking. On to the good stuff.

## Deploy Templates Inside Projects

[Image: Untitled]

Ideally, building on Railway should feel like you are constructing a bunch of Legos(tm). If deploying your own code was a little bit like ordering each piece that you needed one by one. Then deploying Templates should feel like you are getting a ready-made Death Star delivered on your front door.

Pressing Command + K and typing “Templates” will now allow you to deploy Templates within your Project. A sidebar will pop out if they need environment variables to be configured before deploy. Keep in mind, (for now) only one DB type is allowed per project, we do have a planned fix for that coming soon.

Happy ~~Lego Building~~ Deploying!

## Updated Roadmap

Product Managers should not exist. However, the work that they do is valuable for any company. We realized that the hard way when we haven't touched our public feedback board in three months. So even though we were routing people to [https://feedback.railway.app](https://feedback.railway.app/), people would feel like they were talking to the void.

After completing our quarterly planning, we now have greater conference on work items that will be picked up. We have attempted triage on all bug reports submitted on Canny, and groomed nearly all feature requests. If you got 20 emails from us on that: you have our deepest apologies.

In an effort to spoil future Changelogs, we are requesting additional feedback from you on how you would like to see the following features be expressed on the platform. 

- Private Networking - [https://feedback.railway.app/feature-requests/p/internal-networking](https://feedback.railway.app/feature-requests/p/internal-networking)
- Railway API - [https://feedback.railway.app/feature-requests/p/railway-api](https://feedback.railway.app/feature-requests/p/railway-api)
- Mountable Disk - [https://feedback.railway.app/feature-requests/p/persistent-storage](https://feedback.railway.app/feature-requests/p/persistent-storage)

We are super excited to shape this platform to be better for you and as always, we are always looking for your feedback.

## Nx Project Guide + Queues in Railway Guide

We've been seeing a massive influx of new users and we are excited to help them get ready and live on Railway.

We now have two blog posts for common developer use-cases such as setting up deployments with an [Nx Monorepo and GitHub Actions](https://blog.railway.app/p/nx-railway-with-gh-actions) and [Setting up a job queue on Railway.](https://blog.railway.app/p/queues)

As always, let us know how we can improve these guides and we wanna hear from you on content you'd like to see from us next.

*A special shout-out to IgnisDa for guest writing the Nx guide.*

## Improvements and Fixes

- More user means more scale! Addressed a few issues with traffic scaling.
- Rolling out improvements to build caching and build times.
- Fundamental improvements to metrics and logging
- Updated some grammar in the Docs (ty to GH:sayopaul!)