---
title: "Raycast Extension, Command Palette RFC, and Reflections"
date: 2021-10-15T14:00:00.000-07:00
number: 0051
url: https://railway.com/changelog/2021-10-15
---

# Raycast Extension, Command Palette RFC, and Reflections

Welcome to the 51st changelog! The team has been hard at work thinking deeply about our Product. As a result, this week's changelog will be a little light and informal.

## Command Palette Request For Comment

This week we started some improvements to the Railway command palette. Firstly, commands can nest infinitely deep. This means no more annoying *flash* when changing the theme. Some commands have also be re-worked so the root cmd+k menu is less noisy and easier to grok at a glance.

These changes are just the beginning though, as we have a bunch of plans to make the command palette a core feature of Railway. We would love to hear your feedback/comments/suggestions in our [Discord](https://discord.gg/railway) under the #feedback channel or [feedback.railway.app](https://feedback.railway.app/).

[Image: Improved command palette]

## Raycast Extension

Here at Railway, we are big fans of [Raycast](https://www.raycast.com/) and how it extends the default Mac spotlight experience. We feel context switching is the root of all evil (or at least most of it) and our proposed extension will help fix one developer ailment. 

With the extension installed, Raycast users will be able to navigate to their Railway projects and jump into certain submenus in their browser of choice. [You can check out our open PR here. ](https://github.com/raycast/extensions/pull/50)

[Image: Railway extension for Raycast]

## NGINX Starter

Don't knock static sites, they get the job done. You can now easily deploy static sites to Railway with the NGINX starter.


[You can see the starter source here along with a deployment button here.](https://github.com/railwayapp/starters/tree/master/examples/nginx)

[As well as an example hosted on Railway.](https://nginx-production.up.railway.app/)

## Future Plans

We remain humbled with the positive feedback we receive about the state of the product, and we continue to be attentive to the needs of our users. We know that users need a platform to deliver not only monolith applications but also service meshes and monorepo applications. 

We hear you! Our plans to support these use cases are close to fruition and we can't wait to show you what we have in store. Our aim is that Railway is the best choice to deploy composable logic, like your code, and we’re working towards this every. damn. day.

## Improvements and Fixes

- Ability to sync multiple Railway projects when configuring the Vercel integration
- Deployments are now instantly deprovisioned when we swing the ban hammer
- PRs merged to the CLI with a release tag automatically trigger a release, improving the experience for our community who wish to contribute