---
title: "Starters, Project Descriptions, and The Button"
date: 2021-02-05
number: 0015
url: https://railway.com/changelog/2021-02-05
---

# Starters, Project Descriptions, and The Button

We welcomed a new team member this week and, as a result, there's a LOT of new stuff that was shipped this week. Check it out! 

## Starters

We've created some starters for y'all to build even faster on Railway! Just go to [dev.new](https://dev.new/), "Deploy Template", and pick a starter! We'll handle the repo creation, CI/CD setup, autodeployments on commits to master, etc!

[Image: Untitled]

Best of all: everything is opensource and pulled from our [starters](https://github.com/railwayapp/starters) repo! Want to add a starter? Just create a pull request and we'll have it merged for you!

## Project Descriptions

We've added the ability to write descriptions for your projects. Just head to Settings and change the description. These will show up in your dashboard, along with your most recent deploy.

This should help add a little bit of spice to your projects ✨. Shoutout [Long Tran](https://twitter.com/LongTran02) and [Atmos](https://twitter.com/buildatmos) for the suggestion!

[Image: Untitled]

## The Button

As we've mentioned previously, our goal at Railway isn't just to help you ship things, but to help you start, ship, and scale.

To do this, we've created a "Deploy on Railway" button, as well as a page to generate your own button. If you head to [https://railway.app/button](https://railway.app/button), you'll see the following:

[Image: Untitled]

Define your repo, plugins, and required envvars. Then, copy and paste the markdown into your GitHub Readme. Voila, 1-click deployments anywhere!

## Additional Improvements

- Bug Fix: `railway run` no longer swallows CLI arguments for commands
- Bug Fix: Running `railway init` in your home directory no longer removes all your local project configurations (oops)
- Improvement: Added a "Copy All" envvars button. Useful for environment duplication/adding a new team member
- Improvement: Added + Upgraded servers to speed everything up and handle additional load
- Improvement: `railway disconnect` command added to the CLI