---
title: "Starters Overhaul, Awesome Railway, and ToS Prompt"
date: 2021-06-18T14:00:00.000-07:00
number: 0034
url: https://railway.com/changelog/2021-06-18
---

# Starters Overhaul, Awesome Railway, and ToS Prompt

## Starters Overhaul

We have overhauled our starters setup to make it easier for users to have their projects show up on our [starters page](https://railway.app/starters).

Adding your starter to the starters page is as simple as providing us with some information about your starter and a link to the URL with the Railway button.

We also have an example where we added the [code-server starter](https://github.com/railwayapp/starters/pull/143) from their repository to our list of starters.

## Awesome List

We have set up a [curated list](https://github.com/railwayapp/awesome-railway) of awesome resources related to Railway. We have listed all official resources as well as community starters, resources shared by the community, and projects that have been hosted on Railway!

[Image: Untitled]

## ToS Prompt

This is not a very exciting change, but it is an important one. We've seen an uptick in users deploying content that goes against our [fair use policy](https://railway.app/legal/fair-use). In most of these cases,[https://github.com/railwayapp/cli/issues/140](https://github.com/railwayapp/cli/issues/140) the users were just unaware what was and wasn't allowed on the platform. That is our bad as we did not do a great job surfacing that information. Now, new users will have to agree to our fair use policy before deploying anything.

[Image: Untitled]

## New Starters

- [Shiori](https://github.com/railwayapp-starters/shiori) - A simple bookmarks manager
- [Python Discord Bot](https://github.com/railwayapp/starters/tree/master/examples/discordpy)

##  Fixes and Improvements

- Fix deployment toast URL
- Prevent deployment dropdown from being opened if deploy is removed
- [Changing a variable with a project token will properly redeploy the latest GitHub change](https://github.com/railwayapp/cli/issues/140)