diff --git a/README.md b/README.md
index 30ed40f53..66d44a394 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
# đź“š Railway Documentation
-Visit [docs.railway.app](https://docs.railway.app)
+Visit [docs.railway.com](https://docs.railway.com)
-![og](https://railway.app/og.png)
+![og](https://railway.com/og.png)
## đź’ˇ About
diff --git a/meilisearch-docs-scraper.config.json b/meilisearch-docs-scraper.config.json
index 99d4455dc..7e47664c1 100644
--- a/meilisearch-docs-scraper.config.json
+++ b/meilisearch-docs-scraper.config.json
@@ -2,7 +2,7 @@
"index_uid": "docs_railway_app_production",
"start_urls": [
{
- "url": "https://docs.railway.app/"
+ "url": "https://docs.railway.com/"
}
],
"js_render": false,
diff --git a/next-sitemap.config.js b/next-sitemap.config.js
index 0325b38ae..5d7bb289e 100644
--- a/next-sitemap.config.js
+++ b/next-sitemap.config.js
@@ -4,7 +4,7 @@ module.exports = {
// If we're on the prod environment, remap to the linked domain,
// otherwise use the provided static URL.
RAILWAY_STATIC_URL === "railway-docs-production.up.railway.app"
- ? "https://docs.railway.app/"
+ ? "https://docs.railway.com/"
: `https://${RAILWAY_STATIC_URL}/`,
generateRobotsTxt: true,
};
diff --git a/next.config.js b/next.config.js
index 8e224dbf3..8bdbf0c55 100644
--- a/next.config.js
+++ b/next.config.js
@@ -7,9 +7,9 @@ const nextConfig = withContentlayer({
images: {
remotePatterns: [
{ protocol: 'https', hostname: 'user-images.githubusercontent.com' },
- { protocol: 'https', hostname: 'railway.app' },
+ { protocol: 'https', hostname: 'railway.com' },
{ protocol: 'https', hostname: 'res.cloudinary.com' },
- { protocol: 'https', hostname: 'devicons.railway.app' },
+ { protocol: 'https', hostname: 'devicons.railway.com' },
],
},
async redirects() {
diff --git a/public/static/faq.json b/public/static/faq.json
index 3cf7bdffd..64a8e49a3 100644
--- a/public/static/faq.json
+++ b/public/static/faq.json
@@ -7,7 +7,7 @@
"Why did my app root didn't return a 200?"
],
"answer": "Your application needs to have a PORT variable configured to tell Railway to expose the right port to the internet. You can configure a PORT variable under the variables pane in your project.",
- "link": "https://docs.railway.app/deploy/exposing-your-app"
+ "link": "https://docs.railway.com/deploy/exposing-your-app"
},
"account-verification": {
"category": "security",
@@ -27,7 +27,7 @@
"Where are the Railway servers located?"
],
"answer": "Railway's infrastructure spans multiple regions across the globe. This allows you to deploy your applications closer to your users no matter where they are located. This feature is only available to Pro plan workspaces.",
- "link": "https://docs.railway.app/deploy/deployments#regions"
+ "link": "https://docs.railway.com/deploy/deployments#regions"
},
"db-backups": {
"category": "general",
@@ -45,7 +45,7 @@
"Can I use custom domains?"
],
"answer": "Yes, you can set up multiple custom domains per project and environment!",
- "link": "https://docs.railway.app/deploy/exposing-your-app"
+ "link": "https://docs.railway.com/deploy/exposing-your-app"
},
"ssh": {
"category": "general",
@@ -63,7 +63,7 @@
"Is there support for monorepos?"
],
"answer": "Yes! See how in our documentation.",
- "link": "https://docs.railway.app/deploy/monorepo"
+ "link": "https://docs.railway.com/deploy/monorepo"
},
"docker": {
"category": "general",
@@ -74,7 +74,7 @@
"Can I use docker compose on Railway?"
],
"answer": "You can use a Dockerfile with Railway but we do not support using docker-compose at this moment.",
- "link": "https://docs.railway.app/deploy/dockerfiles"
+ "link": "https://docs.railway.com/deploy/dockerfiles"
},
"plugin-connection": {
"category": "general",
@@ -89,7 +89,7 @@
"category": "general",
"questions": ["Where do I submit a feature request?"],
"answer": "Feature requests are greatly appreciated! You can submit a feature request on our feedback page.",
- "link": "https://feedback.railway.app/"
+ "link": "https://feedback.railway.com/"
},
"fair-use": {
"category": "security",
@@ -100,7 +100,7 @@
"What repos are banned?"
],
"answer": "You can see our Fair Use policy to determine what you can host",
- "link": "https://railway.app/legal/fair-use"
+ "link": "https://railway.com/legal/fair-use"
},
"server-restart": {
"category": "security",
@@ -131,7 +131,7 @@
"Where can I set up 2FA?"
],
"answer": "You can set up an TOTP (Time Based One Time Password) app under your Account Security page to enable Two-Factor Authentication.",
- "link": "https://railway.app/account/security"
+ "link": "https://railway.com/account/security"
},
"free-plan-limits": {
"category": "pricing",
@@ -142,13 +142,13 @@
"How do I add a credit card?"
],
"answer": "You can upgrade on your Account Management portal under the Billing page.",
- "link": "https://railway.app/account/billing"
+ "link": "https://railway.com/account/billing"
},
"usage-calc": {
"category": "pricing",
"questions": ["How does Railway calculate usage?"],
"answer": "We calculate RAM and CPU usage to the minute. Our rates are $0.000231 / GB / minute for RAM and $0.000463 / vCPU / minute for compute.",
- "link": "https://railway.app/pricing"
+ "link": "https://railway.com/pricing"
},
"free-plan": {
"category": "pricing",
@@ -157,7 +157,7 @@
"Free plan limits?"
],
"answer": "Deploys on the Trial plan get 512 MB memory and 1GB of disk, with up to $5 of usage per month.",
- "link": "https://railway.app/pricing"
+ "link": "https://railway.com/pricing"
},
"no-credits": {
"category": "pricing",
@@ -169,7 +169,7 @@
"category": "pricing",
"questions": ["How do I see my project's usage?"],
"answer": "Under the project usage tab under the Account dropdown menu.",
- "link": "https://railway.app/account/billing"
+ "link": "https://railway.com/account/billing"
},
"bug-reporting": {
"category": "misc",
@@ -178,7 +178,7 @@
"Where do I report a bug?"
],
"answer": "You can report a bug on our dedicated Bug Report Canny page. Bug reports are happily accepted!",
- "link": "https://feedback.railway.app/bug-reports"
+ "link": "https://feedback.railway.com/bug-reports"
},
"hiring": {
"category": "misc",
diff --git a/src/components/Nav.tsx b/src/components/Nav.tsx
index 767f3e703..dfa39ffa6 100644
--- a/src/components/Nav.tsx
+++ b/src/components/Nav.tsx
@@ -16,7 +16,7 @@ export const Nav: React.FC = () => {
-
+
Railway Help Station
diff --git a/src/data/sidebar.ts b/src/data/sidebar.ts
index 1f3ae18f3..89ba01f3b 100644
--- a/src/data/sidebar.ts
+++ b/src/data/sidebar.ts
@@ -150,7 +150,7 @@ export const sidebarContent: ISidebarContent = [
pages: [
{
title: "Deploy Offen",
- url: "https://blog.railway.app/p/offen-web-analytics",
+ url: "https://blog.railway.com/p/offen-web-analytics",
},
],
},
@@ -159,11 +159,11 @@ export const sidebarContent: ISidebarContent = [
pages: [
{
title: "Queues on Railway",
- url: "https://blog.railway.app/p/queues",
+ url: "https://blog.railway.com/p/queues",
},
{
title: "Gitlab CI/CD with Railway",
- url: "https://blog.railway.app/p/gitlab-ci-cd",
+ url: "https://blog.railway.com/p/gitlab-ci-cd",
},
makePage("Set Up a Datadog Agent", "tutorials"),
makePage("Deploy an Otel Collector Stack", "tutorials"),
@@ -179,11 +179,11 @@ export const sidebarContent: ISidebarContent = [
pages: [
{
title: "Backing Up Redis",
- url: "https://blog.railway.app/p/redis-backup",
+ url: "https://blog.railway.com/p/redis-backup",
},
{
title: "Backing Up Postgres",
- url: "https://blog.railway.app/p/postgre-backup",
+ url: "https://blog.railway.com/p/postgre-backup",
},
],
},
@@ -192,7 +192,7 @@ export const sidebarContent: ISidebarContent = [
pages: [
{
title: "GitHub Actions",
- url: "https://blog.railway.app/p/github-actions",
+ url: "https://blog.railway.com/p/github-actions",
},
],
},
diff --git a/src/docs/guides/astro.md b/src/docs/guides/astro.md
index 7f71790fc..05d454212 100644
--- a/src/docs/guides/astro.md
+++ b/src/docs/guides/astro.md
@@ -139,11 +139,11 @@ If you’re looking for the fastest way to get started, the one-click deploy opt
Click the button below to begin:
-[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template/Ic0JBh)
+[![Deploy on Railway](https://railway.com/button.svg)](https://railway.com/new/template/Ic0JBh)
We highly recommend that [you eject from the template after deployment](/guides/deploy#eject-from-template-repository) to create a copy of the repo on your GitHub account.
-**Note:** You can also choose from a variety of Astro app templates created by the community.
+**Note:** You can also choose from a variety of Astro app templates created by the community.
### Deploy from the CLI
@@ -177,7 +177,7 @@ width={2556} height={2164} quality={100} />
To deploy an Astro app to Railway directly from GitHub, follow the steps below:
1. **Create a New Project on Railway**:
- - Go to Railway to create a new project.
+ - Go to Railway to create a new project.
2. **Deploy from GitHub**:
- Select **Deploy from GitHub repo** and choose your repository.
- If your Railway account isn’t linked to GitHub yet, you’ll be prompted to do so.
diff --git a/src/docs/guides/axum.md b/src/docs/guides/axum.md
index 83545935c..78f188ff1 100644
--- a/src/docs/guides/axum.md
+++ b/src/docs/guides/axum.md
@@ -105,11 +105,11 @@ If you’re looking for the fastest way to get started, the one-click deploy opt
Click the button below to begin:
-[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template/5HAMxu)
+[![Deploy on Railway](https://railway.com/button.svg)](https://railway.com/new/template/5HAMxu)
We highly recommend that [you eject from the template after deployment](/guides/deploy#eject-from-template-repository) to create a copy of the repo on your GitHub account.
-**Note:** You can also choose from a variety of Axum templates created by the community.
+**Note:** You can also choose from a variety of Axum templates created by the community.
### Deploy from the CLI
@@ -146,7 +146,7 @@ width={1982} height={1822} quality={100} />
To deploy an Axum app to Railway directly from GitHub, follow the steps below:
1. **Create a New Project on Railway**:
- - Go to Railway to create a new project.
+ - Go to Railway to create a new project.
2. **Deploy from GitHub**:
- Select **Deploy from GitHub repo** and choose your repository.
- If your Railway account isn’t linked to GitHub yet, you’ll be prompted to do so.
diff --git a/src/docs/guides/beego.md b/src/docs/guides/beego.md
index 228afa1c0..7a9c5e5c3 100644
--- a/src/docs/guides/beego.md
+++ b/src/docs/guides/beego.md
@@ -156,11 +156,11 @@ If you’re looking for the fastest way to get started, the one-click deploy opt
Click the button below to begin:
-[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template/CPq9Ry)
+[![Deploy on Railway](https://railway.com/button.svg)](https://railway.com/new/template/CPq9Ry)
We highly recommend that [you eject from the template after deployment](/guides/deploy#eject-from-template-repository) to create a copy of the repo on your GitHub account.
-**Note:** You can also choose from a variety of Beego app templates created by the community.
+**Note:** You can also choose from a variety of Beego app templates created by the community.
### Deploy from the CLI
@@ -203,7 +203,7 @@ width={2420} height={1986} quality={100} />
To deploy a Beego app to Railway directly from GitHub, follow the steps below:
1. **Create a New Project on Railway**:
- - Go to Railway to create a new project.
+ - Go to Railway to create a new project.
2. **Deploy from GitHub**:
- Select **Deploy from GitHub repo** and choose your repository.
- If your Railway account isn’t linked to GitHub yet, you’ll be prompted to do so.
diff --git a/src/docs/guides/build-a-database-service.md b/src/docs/guides/build-a-database-service.md
index c85c29d24..8f9df9f12 100644
--- a/src/docs/guides/build-a-database-service.md
+++ b/src/docs/guides/build-a-database-service.md
@@ -70,11 +70,11 @@ Remember you can also deploy from a Dockerfile which would generally involve the
### Template Marketplace
-Need inspiration or looking for a specific database? Our Template Marketplace already includes solutions for many different database services. You might even find a template for the database you need!
+Need inspiration or looking for a specific database? Our Template Marketplace already includes solutions for many different database services. You might even find a template for the database you need!
Here are some suggestions to check out -
-- Minio
-- ClickHouse
-- Dragonfly
-- Chroma
-- Elastic Search
+- Minio
+- ClickHouse
+- Dragonfly
+- Chroma
+- Elastic Search
diff --git a/src/docs/guides/cli.md b/src/docs/guides/cli.md
index 8db8a492f..c1a47ea36 100644
--- a/src/docs/guides/cli.md
+++ b/src/docs/guides/cli.md
@@ -70,7 +70,7 @@ Before you can use the Railway CLI, you must authenticate the CLI to your Railwa
railway login
```
-This command opens a new tab in your default browser to the [https://railway.app](https://railway.app)
+This command opens a new tab in your default browser to the [https://railway.com](https://railway.com)
authentication page. Follow the instructions to complete the authentication process.
### Manual Login
diff --git a/src/docs/guides/config-as-code.md b/src/docs/guides/config-as-code.md
index 9c754121e..ddfb2f307 100644
--- a/src/docs/guides/config-as-code.md
+++ b/src/docs/guides/config-as-code.md
@@ -41,7 +41,7 @@ For example, these configuration definitions are equivalent:
```json
{
- "$schema": "https://railway.app/railway.schema.json",
+ "$schema": "https://railway.com/railway.schema.json",
"build": {
"builder": "nixpacks",
"buildCommand": "echo building!"
@@ -61,13 +61,13 @@ For example, these configuration definitions are equivalent:
## JSON Schema
-You can find an always up-to-date [JSON schema](https://json-schema.org/) at [railway.app/railway.schema.json](https://railway.app/railway.schema.json).
+You can find an always up-to-date [JSON schema](https://json-schema.org/) at [railway.com/railway.schema.json](https://railway.com/railway.schema.json).
If you include it in your `railway.json` file, many editors (e.g. VSCode) will provide autocomplete and documentation.
```json
{
- "$schema": "https://railway.app/railway.schema.json"
+ "$schema": "https://railway.com/railway.schema.json"
}
```
diff --git a/src/docs/guides/create.md b/src/docs/guides/create.md
index e1c9c55dd..ea7da415b 100644
--- a/src/docs/guides/create.md
+++ b/src/docs/guides/create.md
@@ -6,7 +6,7 @@ Creating a template allows you to capture your infrastructure in a reusable and
By defining services, environment configuration, network settings, etc., you lay the foundation for others to deploy the same software stack with the click of a button.
-If you [publish your template](/guides/publish-and-share) to the marketplace, you can even collect a kickback from the usage of it!
+If you [publish your template](/guides/publish-and-share) to the marketplace, you can even collect a kickback from the usage of it!
## How to Create a Template
@@ -14,7 +14,7 @@ You can either create a template from scratch or base it off of an existing proj
### Starting from Scratch
-To create a template from scratch, head over to the template composer then add and configure your services:
+To create a template from scratch, head over to the template composer then add and configure your services:
- Add a service by clicking the `Add New` button in the top right-hand corner, or through the command palette (`CMD + K` -> `+ New Service`)
- Select the service source (GitHub repo or Docker Image)
@@ -37,7 +37,7 @@ It's now possible to specify a private GitHub repo when creating a template.
This feature is intended for use among [Teams](/reference/teams) and [Organizations](/reference/teams). Users supporting a subscriber base may also find this feature helpful to distribute closed-source code.
-To deploy a template that includes a private repo, look for the `GitHub` panel in the `Account Integrations` section of [General Settings](https://railway.app/account). Then select the `Edit Scope` option to grant Railway access to the desired private repos.
+To deploy a template that includes a private repo, look for the `GitHub` panel in the `Account Integrations` section of [General Settings](https://railway.com/account). Then select the `Edit Scope` option to grant Railway access to the desired private repos.
template composer is very similar to building a live project in the canvas.
+Configuring services using the template composer is very similar to building a live project in the canvas.
Once you add a new service and select the source, you can configure the following to enable successful deploys for template users:
@@ -124,7 +124,7 @@ The current template variable functions are:
## Managing your Templates
-You can see all of your templates on your Account's Template page. Templates are separated into Personal and Published templates.
+You can see all of your templates on your Account's Template page. Templates are separated into Personal and Published templates.
You can edit, publish/unpublish and delete templates.
diff --git a/src/docs/guides/database-migration-guide.md b/src/docs/guides/database-migration-guide.md
index 6ab86e1ca..a6f573736 100644
--- a/src/docs/guides/database-migration-guide.md
+++ b/src/docs/guides/database-migration-guide.md
@@ -7,7 +7,7 @@ title: Migrating from Legacy Plugins to Database Services
If you had a deprecated plugin that was active prior to this migration, your data has been archived. This archive is accurate up to **February 23rd, 2024**, and will be accessible until **August 23rd, 2024**.
-You can request for a download link to your archive by reaching out via our [Help Station](https://help.railway.app).
+You can request for a download link to your archive by reaching out via our [Help Station](https://help.railway.com).
We've introduced a more secure and flexible way to deploy databases on Railway. The purpose of this guide is to provide an overview of why we are making these changes, what they mean for you, and how you can migrate.
@@ -17,9 +17,9 @@ We've introduced a more secure and flexible way to deploy databases on Railway.
In the early stages of Railway, we introduced "Plugins", a foundational part of our offering. They were databases deployed from Docker images with a fixed version, no data persistence, and no way to customize the database to your needs.
### Database Services
-Some of our newest features - [Volumes](/reference/volumes), [Docker Image Deployments](/develop/services#docker-image), [TCP Proxy](https://docs.railway.app/deploy/exposing-your-app#tcp-proxying) - open the door for deploying databases as services, complete with data persistence, flexible configuration and management, and connectivity over the public Internet or [private network](/reference/private-networking).
+Some of our newest features - [Volumes](/reference/volumes), [Docker Image Deployments](/develop/services#docker-image), [TCP Proxy](https://docs.railway.com/deploy/exposing-your-app#tcp-proxying) - open the door for deploying databases as services, complete with data persistence, flexible configuration and management, and connectivity over the public Internet or [private network](/reference/private-networking).
-In fact, we have [updated our official databases](https://blog.railway.app/p/launch-01-next-gen-databases) to deploy from templates, built as database services using all of the features above, utilizing the `latest` image versions available in Docker Hub.
+In fact, we have [updated our official databases](https://blog.railway.com/p/launch-01-next-gen-databases) to deploy from templates, built as database services using all of the features above, utilizing the `latest` image versions available in Docker Hub.
## Why Migrate?
@@ -79,10 +79,10 @@ Once you have performed the necessary actions to ensure data consistency between
If you would prefer not to go through the migration flow as outlined above, there are other options for your migration path -
1. **Template** - The template which is used in the automation can be deployed at-will. Deploy this manually in your project if you prefer this method.
- - [PostgreSQL](https://railway.app/template/postgres-plugin-migration)
- - [MySQL](https://railway.app/template/mysql-plugin-migration)
- - [MongoDB](https://railway.app/template/mongo-plugin-migration)
- - [Redis](https://railway.app/template/redis-plugin-migration)
+ - [PostgreSQL](https://railway.com/template/postgres-plugin-migration)
+ - [MySQL](https://railway.com/template/mysql-plugin-migration)
+ - [MongoDB](https://railway.com/template/mongo-plugin-migration)
+ - [Redis](https://railway.com/template/redis-plugin-migration)
2. **DIY** - If our tools don't align with your needs, or you have a unique migration process in mind, you're welcome to execute your own strategy. We always recommend ensuring you have a backup and a process for testing.
### Switching Over Connections
@@ -124,7 +124,7 @@ If you need further assistance on this, please [reach out to us](#need-help).
## Migration Timeline
-In light of recent [Denial-of-Service incidents](https://status.railway.app/)
+In light of recent [Denial-of-Service incidents](https://status.railway.com/)
on and around January 27th, 2024, we have revised our timeline to give users
sufficient time to migrate.
@@ -137,7 +137,7 @@ sufficient time to migrate.
- You will receive an **email with instructions** on how to proceed
- We expect all database plugins to be shut down by **February 9th, 2024**
- Between **February 1st, 2024** and **February 23rd, 2024**:
- - You will be able to migrate your database plugin(s) to the new version by navigating to your projects in the [Railway Dashboard](https://railway.app/dashboard)
+ - You will be able to migrate your database plugin(s) to the new version by navigating to your projects in the [Railway Dashboard](https://railway.com/dashboard)
- On **February 23rd, 2024**:
- We will begin **deleting all database plugins**
- We will start **archiving data of un-migrated database plugins** ([Data Archival](#data-archival))
@@ -174,7 +174,7 @@ While we encourage users to migrate as soon as possible to benefit from the enha
### What if something goes wrong?
-The old plugin remains intact until you verify the migration. If you encounter any issues, please reach out on our [Discord](https://discord.com/channels/713503345364697088/1200516735497945239), [Community Forum](https://community.railway.app/db-migration), or contact our support team at [support@railway.app](mailto:support@railway.app) (for Pro users).
+The old plugin remains intact until you verify the migration. If you encounter any issues, please reach out on our [Discord](https://discord.com/channels/713503345364697088/1200516735497945239), [Community Forum](https://community.railway.com/db-migration), or contact our support team at [support@railway.com](mailto:support@railway.com) (for Pro users).
## Conclusion
@@ -182,4 +182,4 @@ We're committed to providing the best solutions for your needs, and the new data
## Need Help?
-If you run into any issues, or would like help with your migrations, we would be more than happy to answer your questions on our [Discord](https://discord.com/channels/713503345364697088/1200516735497945239), [Community Forum](https://community.railway.app/db-migration), or over email at [support@railway.app](mailto:support@railway.app) (for Pro users).
+If you run into any issues, or would like help with your migrations, we would be more than happy to answer your questions on our [Discord](https://discord.com/channels/713503345364697088/1200516735497945239), [Community Forum](https://community.railway.com/db-migration), or over email at [support@railway.com](mailto:support@railway.com) (for Pro users).
diff --git a/src/docs/guides/deploy.md b/src/docs/guides/deploy.md
index 35bcb6f3e..e6ce35bb3 100644
--- a/src/docs/guides/deploy.md
+++ b/src/docs/guides/deploy.md
@@ -5,7 +5,7 @@ title: Deploy a Template
Templates allow you to deploy a fully configured project that is automatically
connected to infrastructure.
-You can find featured templates on our template marketplace.
+You can find featured templates on our template marketplace.
## Template Deployment Flow
@@ -43,7 +43,7 @@ If it has received an upstream update, we will create a branch on the GitHub rep
If you are happy with the changes, you can merge the pull request, and we will automatically deploy it to your production environment.
-If you're curious, you can read more about how we built updatable templates in this blog post
+If you're curious, you can read more about how we built updatable templates in this blog post
*Note: This feature only works for services based on GitHub repositories. At this time, we do not have a mechanism to check for updates to Docker images from which services may be sourced.*
diff --git a/src/docs/guides/django.md b/src/docs/guides/django.md
index 8ad28b2a4..6b8082dc7 100644
--- a/src/docs/guides/django.md
+++ b/src/docs/guides/django.md
@@ -160,7 +160,7 @@ If you’re looking for the fastest way to get started, the one-click deploy opt
Click the button below to begin:
-[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template/GB6Eki)
+[![Deploy on Railway](https://railway.com/button.svg)](https://railway.com/new/template/GB6Eki)
After deploying, we recommend that you [eject from the template](/guides/deploy#eject-from-template-repository) to create a copy of the repository under your own GitHub account. This will give you full control over the source code and project.
@@ -216,7 +216,7 @@ width={2783} height={2135} quality={100} />
To deploy the Django app to Railway, start by pushing the app to a GitHub repo. Once that’s set up, follow the steps below to complete the deployment process.
1. **Create a New Project on Railway**:
- - Go to Railway to create a new project.
+ - Go to Railway to create a new project.
2. **Deploy from GitHub**:
- Select **Deploy from GitHub repo** and choose your repository.
- If your Railway account isn’t linked to GitHub yet, you’ll be prompted to do so.
diff --git a/src/docs/guides/fastapi.md b/src/docs/guides/fastapi.md
index 960f08a1e..4154cf89e 100644
--- a/src/docs/guides/fastapi.md
+++ b/src/docs/guides/fastapi.md
@@ -13,11 +13,11 @@ This guide covers how to deploy a FastAPI app on Railway in four ways:
## One-Click Deploy from a Template
-[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/template/-NvLj4)
+[![Deploy on Railway](https://railway.com/button.svg)](https://railway.com/template/-NvLj4)
We highly recommend that [you eject from the template after deployment](/guides/deploy#eject-from-template-repository) to create a copy of the repo on your GitHub account.
-**Note:** You can also choose from a variety of FastAPI app templates created by the community.
+**Note:** You can also choose from a variety of FastAPI app templates created by the community.
## Deploy from a GitHub Repo
@@ -25,7 +25,7 @@ To deploy a FastAPI app on Railway directly from GitHub, follow the steps below:
1. Fork the basic FastAPI GitHub repo.
- If you already have a GitHub repo you want to deploy, you can skip this step.
-2. Create a New Project.
+2. Create a New Project.
3. Click **Deploy from GitHub repo**.
4. Select the `fastapi` or your own GitHub repo.
- Railway requires a valid GitHub account to be linked. If your Railway account isn't associated with one, you will be prompted to link it.
diff --git a/src/docs/guides/fastify.md b/src/docs/guides/fastify.md
index 75785e176..3ee6507a1 100644
--- a/src/docs/guides/fastify.md
+++ b/src/docs/guides/fastify.md
@@ -13,11 +13,11 @@ This guide covers how to deploy a Fastify app on Railway in four ways:
## One-Click Deploy from a Template
-[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template/ZZ50Bj)
+[![Deploy on Railway](https://railway.com/button.svg)](https://railway.com/new/template/ZZ50Bj)
We highly recommend that [you eject from the template after deployment](/guides/deploy#eject-from-template-repository) to create a copy of the repo on your GitHub account.
-**Note:** You can also choose from a variety of Fastify app templates created by the community.
+**Note:** You can also choose from a variety of Fastify app templates created by the community.
## Deploy from a GitHub Repo
@@ -25,7 +25,7 @@ To deploy a Fastify app on Railway directly from GitHub, follow the steps below:
1. Fork the basic fastify GitHub repo.
- If you already have a GitHub repo you want to deploy, you can skip this step.
-2. Create a New Project.
+2. Create a New Project.
3. Click **Deploy from GitHub repo**.
4. Select the `fastify` repo or your own GitHub repo.
- Railway requires a valid GitHub account to be linked. If your Railway account isn't associated with one, you will be prompted to link it.
diff --git a/src/docs/guides/flask.md b/src/docs/guides/flask.md
index 01807a4f8..34e5bb9aa 100644
--- a/src/docs/guides/flask.md
+++ b/src/docs/guides/flask.md
@@ -131,11 +131,11 @@ Railway offers multiple ways to deploy your Flask app, depending on your setup a
## One-Click Deploy from a Template
-[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/template/zUcpux)
+[![Deploy on Railway](https://railway.com/button.svg)](https://railway.com/template/zUcpux)
We highly recommend that [you eject from the template after deployment](/guides/deploy#eject-from-template-repository) to create a copy of the repo on your GitHub account.
-**Note:** You can also choose from a variety of Flask app templates created by the community.
+**Note:** You can also choose from a variety of Flask app templates created by the community.
## Deploy from the CLI
@@ -170,7 +170,7 @@ width={2164} height={1814} quality={100} />
To deploy a Flask app to Railway directly from GitHub, follow the steps below:
1. **Create a New Project on Railway**:
- - Go to Railway to create a new project.
+ - Go to Railway to create a new project.
2. **Deploy from GitHub**:
- Select **Deploy from GitHub repo** and choose your repository.
- If your Railway account isn’t linked to GitHub yet, you’ll be prompted to do so.
diff --git a/src/docs/guides/gin.md b/src/docs/guides/gin.md
index 5ee301587..9478e1d2e 100644
--- a/src/docs/guides/gin.md
+++ b/src/docs/guides/gin.md
@@ -13,11 +13,11 @@ This guide covers how to deploy a Gin app on Railway in four ways:
## One-Click Deploy from a Template
-[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template/dTvvSf)
+[![Deploy on Railway](https://railway.com/button.svg)](https://railway.com/new/template/dTvvSf)
We highly recommend that [you eject from the template after deployment](/guides/deploy#eject-from-template-repository) to create a copy of the repo on your GitHub account.
-**Note:** You can also choose from a variety of Gin app templates created by the community.
+**Note:** You can also choose from a variety of Gin app templates created by the community.
## Deploy from a GitHub Repo
@@ -25,7 +25,7 @@ To deploy a Gin app on Railway directly from GitHub, follow the steps below:
1. Fork the basic Gin GitHub repo.
- If you already have a GitHub repo you want to deploy, you can skip this step.
-2. Create a New Project.
+2. Create a New Project.
3. Click **Deploy from GitHub repo**.
4. Select the `gin` or your own GitHub repo.
- Railway requires a valid GitHub account to be linked. If your Railway account isn't associated with one, you will be prompted to link it.
diff --git a/src/docs/guides/healthchecks-and-restarts.md b/src/docs/guides/healthchecks-and-restarts.md
index ee1f36eb2..679d9eb4f 100644
--- a/src/docs/guides/healthchecks-and-restarts.md
+++ b/src/docs/guides/healthchecks-and-restarts.md
@@ -48,9 +48,9 @@ To prevent data corruption, we prevent multiple deployments from being active an
### Healthcheck Hostname
-Railway uses the hostname `healthcheck.railway.app` when performing healthchecks on your service. This is the domain from which the healthcheck requests will originate.
+Railway uses the hostname `healthcheck.railway.com` when performing healthchecks on your service. This is the domain from which the healthcheck requests will originate.
-For applications that restrict incoming traffic based on the hostname, you'll need to add `healthcheck.railway.app` to your list of allowed hosts. This ensures that your application will accept healthcheck requests from Railway.
+For applications that restrict incoming traffic based on the hostname, you'll need to add `healthcheck.railway.com` to your list of allowed hosts. This ensures that your application will accept healthcheck requests from Railway.
If your application does not permit requests from that hostname, you may encounter errors during the healthcheck process, such as "failed with service unavailable" or "failed with status 400".
@@ -58,7 +58,7 @@ If your application does not permit requests from that hostname, you may encount
The healthcheck endpoint is currently ***not used for continuous monitoring*** as it is only called at the start of the deployment, to ensure it is healthy prior to routing traffic to it.
-If you are looking for a quick way to setup continuous monitoring of your service(s), check out the Uptime Kuma template in our template marketplace.
+If you are looking for a quick way to setup continuous monitoring of your service(s), check out the Uptime Kuma template in our template marketplace.
## Restart Policy
diff --git a/src/docs/guides/join-priority-boarding.md b/src/docs/guides/join-priority-boarding.md
index 66440ccd2..2efaf2867 100644
--- a/src/docs/guides/join-priority-boarding.md
+++ b/src/docs/guides/join-priority-boarding.md
@@ -6,7 +6,7 @@ Priority Boarding is Railway's **beta program** and is available to users who ha
## Connect Railway to Discord
-Visit General Settings, scroll down to Account Settings, and connect your account to the Railway Discord server.
+Visit General Settings, scroll down to Account Settings, and connect your account to the Railway Discord server.
## Keep Us Posted
-From this point forward, you'll have Priority Boarding features automatically enabled for your account. We'll notify you of any new features via the [Changelog](https://railway.app/changelog).
+From this point forward, you'll have Priority Boarding features automatically enabled for your account. We'll notify you of any new features via the [Changelog](https://railway.com/changelog).
We kindly request that you report any issues you encounter in the Priority Boarding Discord channel.
diff --git a/src/docs/guides/laravel.md b/src/docs/guides/laravel.md
index d891fae91..a48529531 100644
--- a/src/docs/guides/laravel.md
+++ b/src/docs/guides/laravel.md
@@ -12,9 +12,9 @@ This guide covers how to deploy a Laravel app on Railway in three ways:
## One-Click Deploy from a Template
-[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template/fWEWWf)
+[![Deploy on Railway](https://railway.com/button.svg)](https://railway.com/new/template/fWEWWf)
-This template sets up a basic Laravel application along with a Postgres database on Railway. You can also choose from a variety of Laravel app templates created by the community.
+This template sets up a basic Laravel application along with a Postgres database on Railway. You can also choose from a variety of Laravel app templates created by the community.
We highly recommend that [you eject from the template after deployment](/guides/deploy#eject-from-template-repository) to create a copy of the repo on your GitHub account.
@@ -22,7 +22,7 @@ We highly recommend that [you eject from the template after deployment](/guides/
To deploy a Laravel app on GitHub to Railway, follow the steps below:
-1. Create a New Project.
+1. Create a New Project.
2. Click **Deploy from GitHub repo**.
3. Select your GitHub repo.
- Railway requires a valid GitHub account to be linked. If your Railway account isn't associated with one, you will be prompted to link it.
@@ -189,7 +189,7 @@ width={2855} height={2109} quality={100} />
_App service_
-**Note:** There is a [community template](https://railway.app/template/Gkzn4k) available that demonstrates this deployment approach. You can easily deploy this template and then connect it to your own GitHub repository for your application.
+**Note:** There is a [community template](https://railway.com/template/Gkzn4k) available that demonstrates this deployment approach. You can easily deploy this template and then connect it to your own GitHub repository for your application.
## Logging
diff --git a/src/docs/guides/luminus.md b/src/docs/guides/luminus.md
index 85a29386d..cc4ebde20 100644
--- a/src/docs/guides/luminus.md
+++ b/src/docs/guides/luminus.md
@@ -96,11 +96,11 @@ If you’re looking for the fastest way to get started, the one-click deploy opt
Click the button below to begin:
-[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template/DsDYI2)
+[![Deploy on Railway](https://railway.com/button.svg)](https://railway.com/new/template/DsDYI2)
We highly recommend that [you eject from the template after deployment](/guides/deploy#eject-from-template-repository) to create a copy of the repo on your GitHub account.
-**Note:** You can also choose from a variety of Clojure app templates created by the community.
+**Note:** You can also choose from a variety of Clojure app templates created by the community.
### Deploy from the CLI
@@ -143,7 +143,7 @@ width={2325} height={2187} quality={100} />
To deploy a Clojure Luminus app to Railway directly from GitHub, follow the steps below:
1. **Create a New Project on Railway**:
- - Go to Railway to create a new project.
+ - Go to Railway to create a new project.
2. **Deploy from GitHub**:
- Select **Deploy from GitHub repo** and choose your repository.
- If your Railway account isn’t linked to GitHub yet, you’ll be prompted to do so.
diff --git a/src/docs/guides/mongodb.md b/src/docs/guides/mongodb.md
index fe44fa8e3..d91a0faf3 100644
--- a/src/docs/guides/mongodb.md
+++ b/src/docs/guides/mongodb.md
@@ -21,7 +21,7 @@ alt="GIF of the Adding Database"
layout="responsive"
width={450} height={396} quality={100} />
-You can also deploy it via the [template](https://railway.app/template/mongodb) from the template marketplace.
+You can also deploy it via the [template](https://railway.com/template/mongodb) from the template marketplace.
#### Deployed Service
@@ -56,14 +56,14 @@ Since the deployed container is pulled from the official [MongoDB](https://hub.d
**Released August 2024**
-Be aware that this template has not been battle-tested like the standalone instance. We are seeking feedback to improve the experience using this template, please provide your input [here](https://help.railway.app/templates/mongo-replica-set-948643d5).
+Be aware that this template has not been battle-tested like the standalone instance. We are seeking feedback to improve the experience using this template, please provide your input [here](https://help.railway.com/templates/mongo-replica-set-948643d5).
We'll cover how to deploy, connect, and manage the [High Availability (HA) MongoDB Replica Set](https://www.mongodb.com/docs/manual/replication/) in this section.
### Deploy
-You can deploy a HA MongoDB Replica Set via the [template in the marketplace](https://railway.app/template/ha-mongo).
+You can deploy a HA MongoDB Replica Set via the [template in the marketplace](https://railway.com/template/ha-mongo).
-You can also deploy it via the [template](https://railway.app/template/mysql) from the template marketplace.
+You can also deploy it via the [template](https://railway.com/template/mysql) from the template marketplace.
#### Deployed Service
@@ -53,14 +53,14 @@ Since the deployed container is pulled from the official MySQL image in Docker h
**Released August 2024**
-Be aware that this template has not been battle-tested like the standalone instance. We are seeking feedback to improve the experience using this template, please provide your input [here](https://help.railway.app/templates/my-sql-inno-db-cluster-6afff85d).
+Be aware that this template has not been battle-tested like the standalone instance. We are seeking feedback to improve the experience using this template, please provide your input [here](https://help.railway.com/templates/my-sql-inno-db-cluster-6afff85d).
We'll cover how to deploy, connect, and manage the [High Availability (HA) MySQL InnoDB Cluster](https://dev.mysql.com/doc/mysql-shell/8.0/en/mysql-innodb-cluster.html) in this section.
### Deploy
-You can deploy a HA MySQL InnoDB cluster via the [template in the marketplace](https://railway.app/template/ha-mysql).
+You can deploy a HA MySQL InnoDB cluster via the [template in the marketplace](https://railway.com/template/ha-mysql).
You will need a [Railway API token](/guides/public-api#creating-a-token) to deploy the service. You will be prompted for your token upon deploying the template.
@@ -121,11 +121,11 @@ We also encourage you to fork the [MySQL Cluster](https://github.com/railwayapp-
Especially for production environments, performing regular backups and monitoring the health of your database is essential. Consider adding:
-- **Backup solutions**: Automate regular backups to ensure data recovery in case of failure. We suggest checking out this [Database S3 backups](https://railway.app/template/U_wjYd) template as an example.
+- **Backup solutions**: Automate regular backups to ensure data recovery in case of failure. We suggest checking out this [Database S3 backups](https://railway.com/template/U_wjYd) template as an example.
- **Observability**: Implement monitoring for insights into performance and health of your databases. If you're not already running an observability stack, check out these templates to help you get started building one:
- - [Prometheus](https://railway.app/template/KmJatA)
- - [Grafana](https://railway.app/template/anURAt)
+ - [Prometheus](https://railway.com/template/KmJatA)
+ - [Grafana](https://railway.com/template/anURAt)
## Additional Resources
diff --git a/src/docs/guides/nuxt.md b/src/docs/guides/nuxt.md
index 9fd84f60d..1a603e459 100644
--- a/src/docs/guides/nuxt.md
+++ b/src/docs/guides/nuxt.md
@@ -49,11 +49,11 @@ If you’re looking for the fastest way to get started, the one-click deploy opt
Click the button below to begin:
-[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template/lQQgLR)
+[![Deploy on Railway](https://railway.com/button.svg)](https://railway.com/new/template/lQQgLR)
We highly recommend that [you eject from the template after deployment](/guides/deploy#eject-from-template-repository) to create a copy of the repo on your GitHub account.
-**Note:** You can also choose from a variety of Nuxt app templates created by the community.
+**Note:** You can also choose from a variety of Nuxt app templates created by the community.
### Deploy from the CLI
@@ -114,7 +114,7 @@ width={2383} height={2003} quality={100} />
To deploy a Nuxt app to Railway directly from GitHub, follow the steps below:
1. **Create a New Project on Railway**:
- - Go to Railway to create a new project.
+ - Go to Railway to create a new project.
2. **Modify Package.json Config**:
- Follow [step 3 mentioned in the CLI guide](#deploy-from-the-cli)
3. **Deploy from GitHub**:
diff --git a/src/docs/guides/observability.md b/src/docs/guides/observability.md
index 608b2ddb6..04bb5f7e3 100644
--- a/src/docs/guides/observability.md
+++ b/src/docs/guides/observability.md
@@ -10,7 +10,7 @@ alt="Screenshot of the Observability Dashboard"
layout="responsive"
width={1111} height={649} quality={80} />
-[Shape the future of this dashboard! We are actively collecting feedback on usecases and bugs you may encounter.](https://help.railway.app/feedback/observability-dashboard-51871a24)
+[Shape the future of this dashboard! We are actively collecting feedback on usecases and bugs you may encounter.](https://help.railway.com/feedback/observability-dashboard-51871a24)
## Navigating to the Observability Dashboard
diff --git a/src/docs/guides/optimize-usage.md b/src/docs/guides/optimize-usage.md
index 83f3b7648..66f326bb1 100644
--- a/src/docs/guides/optimize-usage.md
+++ b/src/docs/guides/optimize-usage.md
@@ -8,7 +8,7 @@ Railway provides controls over resource usage in the form of usage limits and au
Usage Limits allow you to set a maximum limit on your usage for a billing cycle.
-Visit the Account Usage page to set the usage limits. Once you click the Set Usage Limits button, you will see a modal above where you can set a Custom email alert and a Hard limit.
+Visit the Account Usage page to set the usage limits. Once you click the Set Usage Limits button, you will see a modal above where you can set a Custom email alert and a Hard limit.
diff --git a/src/docs/guides/phoenix-distillery.md b/src/docs/guides/phoenix-distillery.md
index eb082376c..4f5477c6a 100644
--- a/src/docs/guides/phoenix-distillery.md
+++ b/src/docs/guides/phoenix-distillery.md
@@ -277,7 +277,7 @@ If you’re looking for the fastest way to get started, the one-click deploy opt
Click the button below to begin:
-[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template/_qWFnI)
+[![Deploy on Railway](https://railway.com/button.svg)](https://railway.com/new/template/_qWFnI)
After deploying, we recommend that you [eject from the template](/guides/deploy#eject-from-template-repository) to create a copy of the repository under your own GitHub account. This will give you full control over the source code and project.
@@ -332,7 +332,7 @@ width={2667} height={2177} quality={100} />
To deploy the Phoenix app to Railway, start by pushing the app to a GitHub repo. Once that’s set up, follow the steps below to complete the deployment process.
1. **Create a New Project on Railway**:
- - Go to Railway to create a new project.
+ - Go to Railway to create a new project.
2. **Deploy from GitHub**:
- Select **Deploy from GitHub repo** and choose your repository.
- If your Railway account isn’t linked to GitHub yet, you’ll be prompted to do so.
diff --git a/src/docs/guides/phoenix.md b/src/docs/guides/phoenix.md
index 4f653d690..8b223904d 100644
--- a/src/docs/guides/phoenix.md
+++ b/src/docs/guides/phoenix.md
@@ -125,7 +125,7 @@ If you’re looking for the fastest way to get started, the one-click deploy opt
Click the button below to begin:
-[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template/0LSBzw)
+[![Deploy on Railway](https://railway.com/button.svg)](https://railway.com/new/template/0LSBzw)
After deploying, we recommend that you [eject from the template](/guides/deploy#eject-from-template-repository) to create a copy of the repository under your own GitHub account. This will give you full control over the source code and project.
@@ -179,7 +179,7 @@ width={2757} height={2111} quality={100} />
To deploy the Phoenix app to Railway, start by pushing the app to a GitHub repo. Once that’s set up, follow the steps below to complete the deployment process.
1. **Create a New Project on Railway**:
- - Go to Railway to create a new project.
+ - Go to Railway to create a new project.
2. **Deploy from GitHub**:
- Select **Deploy from GitHub repo** and choose your repository.
- If your Railway account isn’t linked to GitHub yet, you’ll be prompted to do so.
@@ -209,7 +209,7 @@ This guide covers the main deployment options on Railway. Choose the approach th
Click the button below to deploy an instance of Livebook quickly.
-[![Deploy Livebook on Railway](https://railway.app/button.svg)](https://railway.app/new/template/4uLt1s)
+[![Deploy Livebook on Railway](https://railway.com/button.svg)](https://railway.com/new/template/4uLt1s)
## Next Steps
diff --git a/src/docs/guides/play.md b/src/docs/guides/play.md
index 1622ea953..2fc61e597 100644
--- a/src/docs/guides/play.md
+++ b/src/docs/guides/play.md
@@ -214,11 +214,11 @@ If you’re looking for the fastest way to get started, the one-click deploy opt
Click the button below to begin:
-[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template/my9q_q)
+[![Deploy on Railway](https://railway.com/button.svg)](https://railway.com/new/template/my9q_q)
We highly recommend that [you eject from the template after deployment](/guides/deploy#eject-from-template-repository) to create a copy of the repo on your GitHub account.
-**Note:** You can also choose from a variety of Scala app templates created by the community.
+**Note:** You can also choose from a variety of Scala app templates created by the community.
### Deploy from the CLI
@@ -262,7 +262,7 @@ width={1676} height={1490} quality={100} />
To deploy a Scala Play app to Railway directly from GitHub, follow the steps below:
1. **Create a New Project on Railway**:
- - Go to Railway to create a new project.
+ - Go to Railway to create a new project.
2. **Deploy from GitHub**:
- Select **Deploy from GitHub repo** and choose your repository.
- If your Railway account isn’t linked to GitHub yet, you’ll be prompted to do so.
diff --git a/src/docs/guides/postgresql.md b/src/docs/guides/postgresql.md
index f60b65b62..dfeb207f6 100644
--- a/src/docs/guides/postgresql.md
+++ b/src/docs/guides/postgresql.md
@@ -21,7 +21,7 @@ alt="GIF of the Adding Database"
layout="responsive"
width={450} height={396} quality={100} />
-You can also deploy it via the [template](https://railway.app/template/postgres) from the template marketplace.
+You can also deploy it via the [template](https://railway.com/template/postgres) from the template marketplace.
#### Deployed Service
@@ -58,14 +58,14 @@ We also encourage you to fork the [Railway postgres-ssl repository](https://gith
**Released August 2024**
-Be aware that this template has not been battle-tested like the standalone instance. We are seeking feedback to improve the experience using this template, please provide your input [here](https://help.railway.app/templates/postgre-sql-ha-with-repmgr-33c997a9).
+Be aware that this template has not been battle-tested like the standalone instance. We are seeking feedback to improve the experience using this template, please provide your input [here](https://help.railway.com/templates/postgre-sql-ha-with-repmgr-33c997a9).
We'll cover how to deploy, connect, and manage the [High Availability (HA) PostgreSQL](https://www.postgresql.org/docs/current/high-availability.html) cluster in this section.
### Deploy
-You can deploy a HA PostgreSQL cluster via the [template in the marketplace](https://railway.app/template/ha-postgres).
+You can deploy a HA PostgreSQL cluster via the [template in the marketplace](https://railway.com/template/ha-postgres).
TimescaleDB
-- PostGIS
-- TimescaleDB + PostGIS
+- TimescaleDB
+- PostGIS
+- TimescaleDB + PostGIS
## Additional Resources
diff --git a/src/docs/guides/projects.md b/src/docs/guides/projects.md
index a4cf17b3a..b15188f0f 100644
--- a/src/docs/guides/projects.md
+++ b/src/docs/guides/projects.md
@@ -2,7 +2,7 @@
title: Managing Projects
---
-A Railway project contains any services, environments, and deployments that an app needs. Projects can be found on your project dashboard.
+A Railway project contains any services, environments, and deployments that an app needs. Projects can be found on your project dashboard.
Click on a project card to go to the project canvas:
diff --git a/src/docs/guides/public-api.md b/src/docs/guides/public-api.md
index 5be7c2431..6e9ca48ae 100644
--- a/src/docs/guides/public-api.md
+++ b/src/docs/guides/public-api.md
@@ -24,12 +24,12 @@ To connect to and query the Public API, you will need the endpoint URL and a tok
The public API is accessible at the following endpoint:
```bash
-https://backboard.railway.app/graphql/v2
+https://backboard.railway.com/graphql/v2
```
### Creating a token
-To use the API, you will need an API token. You can create one by visiting the [tokens page](https://railway.app/account/tokens) in your account settings. There are two types of tokens you can create.
+To use the API, you will need an API token. You can create one by visiting the [tokens page](https://railway.com/account/tokens) in your account settings. There are two types of tokens you can create.
' \
--header 'Content-Type: application/json' \
--data '{"query":"query { me { name email } }"}'
@@ -76,7 +76,7 @@ Once imported, you should only need to add your API token to get connected and s
### GraphiQL Playground
-Alternatively, you can use our [GraphiQL playground](https://railway.app/graphiql) to view the schema and test your queries.
+Alternatively, you can use our [GraphiQL playground](https://railway.com/graphiql) to view the schema and test your queries.
diff --git a/src/docs/guides/public-networking.md b/src/docs/guides/public-networking.md
index d44a43e1c..3f24aa0ec 100644
--- a/src/docs/guides/public-networking.md
+++ b/src/docs/guides/public-networking.md
@@ -231,7 +231,7 @@ Currently we use a random load balancing strategy for TCP traffic.
At the moment, Railway does not support exposing both HTTP and TCP over public networking, in a single service. Therefore, if you have a domain assigned, you will not see the option to enable TCP Proxy, and vice-versa. Meaning, you will need to remove one before you can enable the other.
-If you have a usecase that requires exposing both HTTP and TCP over public networking, in one service, let us know!
+If you have a usecase that requires exposing both HTTP and TCP over public networking, in one service, let us know!
## Let's Encrypt SSL Certificates
diff --git a/src/docs/guides/publish-and-share.md b/src/docs/guides/publish-and-share.md
index dbe173b6f..5e7364697 100644
--- a/src/docs/guides/publish-and-share.md
+++ b/src/docs/guides/publish-and-share.md
@@ -2,7 +2,7 @@
title: Publish and Share Templates
---
-Once you create a template, you have the option to publish it. Publishing a template will add it to our template marketplace for other users to deploy.
+Once you create a template, you have the option to publish it. Publishing a template will add it to our template marketplace for other users to deploy.
## Publishing a Template
@@ -16,7 +16,7 @@ After you create your template, simply click the publish button and fill out the
quality={80}
/>
-You can always publish your template by going to the Templates page in Account Settings and choose `Publish` next to the template you'd like to publish.
+You can always publish your template by going to the Templates page in Account Settings and choose `Publish` next to the template you'd like to publish.
## Sharing your Templates
@@ -28,31 +28,31 @@ To complement your template, we also provide a `Deploy on Railway` button which
-![https://railway.app/button.svg](https://railway.app/button.svg)
-The button is located at [https://railway.app/button.svg](https://railway.app/button.svg).
+![https://railway.com/button.svg](https://railway.com/button.svg)
+The button is located at [https://railway.com/button.svg](https://railway.com/button.svg).
#### Markdown
To render the button in Markdown, copy the following code and replace the link with your desired template:
```md
-[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template/ZweBXA)
+[![Deploy on Railway](https://railway.com/button.svg)](https://railway.com/new/template/ZweBXA)
```
#### HTML
To render the button in HTML, copy the following code and replace the link with your desired template:
```html
-
+
```
### Examples
-Here are some example templates from the template marketplace in button form:
+Here are some example templates from the template marketplace in button form:
|Icon|Template|Button|
|----|--------|------|
-||Node|[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template/ZweBXA)|
-||Deno|[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template/LsaSsU)|
-||Bun|[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template/gxxk5g)|
-||Gin|[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template/dTvvSf)|
-||Flask|[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template/zUcpux)|
+||Node|[![Deploy on Railway](https://railway.com/button.svg)](https://railway.com/new/template/ZweBXA)|
+||Deno|[![Deploy on Railway](https://railway.com/button.svg)](https://railway.com/new/template/LsaSsU)|
+||Bun|[![Deploy on Railway](https://railway.com/button.svg)](https://railway.com/new/template/gxxk5g)|
+||Gin|[![Deploy on Railway](https://railway.com/button.svg)](https://railway.com/new/template/dTvvSf)|
+||Flask|[![Deploy on Railway](https://railway.com/button.svg)](https://railway.com/new/template/zUcpux)|
## Kickback program
diff --git a/src/docs/guides/rails.md b/src/docs/guides/rails.md
index dc5f6e74f..7328ba589 100644
--- a/src/docs/guides/rails.md
+++ b/src/docs/guides/rails.md
@@ -73,7 +73,7 @@ If you’re looking for the fastest way to get started, the one-click deploy opt
Click the button below to begin:
-[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template/sibk1f)
+[![Deploy on Railway](https://railway.com/button.svg)](https://railway.com/new/template/sibk1f)
After deploying, we recommend that you [eject from the template](/guides/deploy#eject-from-template-repository) to create a copy of the repository under your own GitHub account. This will give you full control over the source code and project.
@@ -128,7 +128,7 @@ width={2375} height={1151} quality={100} />
To deploy the Rails app to Railway, start by pushing the app to a GitHub repo. Once that’s set up, follow the steps below to complete the deployment process.
1. **Create a New Project on Railway**:
- - Go to Railway to create a new project.
+ - Go to Railway to create a new project.
2. **Deploy from GitHub**:
- Select **Deploy from GitHub repo** and choose your repository.
- If your Railway account isn’t linked to GitHub yet, you’ll be prompted to do so.
diff --git a/src/docs/guides/react.md b/src/docs/guides/react.md
index 707372d0a..f60eb846e 100644
--- a/src/docs/guides/react.md
+++ b/src/docs/guides/react.md
@@ -55,11 +55,11 @@ If you’re looking for the fastest way to get started, the one-click deploy opt
Click the button below to begin:
-[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template/NeiLty)
+[![Deploy on Railway](https://railway.com/button.svg)](https://railway.com/new/template/NeiLty)
We highly recommend that [you eject from the template after deployment](/guides/deploy#eject-from-template-repository) to create a copy of the repo on your GitHub account.
-**Note:** You can also choose from a variety of React app templates created by the community.
+**Note:** You can also choose from a variety of React app templates created by the community.
### Deploy from the CLI
@@ -162,7 +162,7 @@ width={2431} height={2051} quality={100} />
To deploy a React app to Railway directly from GitHub, follow the steps below:
1. **Create a New Project on Railway**:
- - Go to Railway to create a new project.
+ - Go to Railway to create a new project.
2. **Deploy from GitHub**:
- Select **Deploy from GitHub repo** and choose your repository.
- If your Railway account isn’t linked to GitHub yet, you’ll be prompted to do so.
diff --git a/src/docs/guides/redis.md b/src/docs/guides/redis.md
index bb0d7e4f9..c84dd920f 100644
--- a/src/docs/guides/redis.md
+++ b/src/docs/guides/redis.md
@@ -21,7 +21,7 @@ alt="GIF of the Adding Database"
layout="responsive"
width={450} height={396} quality={100} />
-You can also deploy it via the [template](https://railway.app/template/redis) from the template marketplace.
+You can also deploy it via the [template](https://railway.com/template/redis) from the template marketplace.
#### Deployed Service
@@ -52,14 +52,14 @@ Since the deployed container is pulled from the [bitnami Redis](https://hub.dock
**Released August 2024**
-Be aware that this template has not been battle-tested like the standalone instance. We are seeking feedback to improve the experience using this template, please provide your input [here](https://help.railway.app/templates/redis-ha-with-sentinel-4c4c487d).
+Be aware that this template has not been battle-tested like the standalone instance. We are seeking feedback to improve the experience using this template, please provide your input [here](https://help.railway.com/templates/redis-ha-with-sentinel-4c4c487d).
We'll cover how to deploy, connect, and manage the [High Availability (HA) Redis Cluster](https://redis.io/docs/latest/operate/oss_and_stack/management/sentinel/) in this section.
### Deploy
-You can deploy a HA Redis Cluster via the [template in the marketplace](https://railway.app/template/ha-redis).
+You can deploy a HA Redis Cluster via the [template in the marketplace](https://railway.com/template/ha-redis).
variety of Remix app templates created by the community.
+**Note:** You can also choose from a variety of Remix app templates created by the community.
### Deploy from the CLI
@@ -87,7 +87,7 @@ width={2266} height={2040} quality={100} />
To deploy a Remix app to Railway directly from GitHub, follow the steps below:
1. **Create a New Project on Railway**:
- - Go to Railway to create a new project.
+ - Go to Railway to create a new project.
2. **Deploy from GitHub**:
- Select **Deploy from GitHub repo** and choose your repository.
- If your Railway account isn’t linked to GitHub yet, you’ll be prompted to do so.
diff --git a/src/docs/guides/rocket.md b/src/docs/guides/rocket.md
index 68390079e..1e22e7356 100644
--- a/src/docs/guides/rocket.md
+++ b/src/docs/guides/rocket.md
@@ -86,11 +86,11 @@ If you’re looking for the fastest way to get started, the one-click deploy opt
Click the button below to begin:
-[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template/FkW8oU)
+[![Deploy on Railway](https://railway.com/button.svg)](https://railway.com/new/template/FkW8oU)
We highly recommend that [you eject from the template after deployment](/guides/deploy#eject-from-template-repository) to create a copy of the repo on your GitHub account.
-**Note:** You can also choose from a variety of Rocket templates created by the community.
+**Note:** You can also choose from a variety of Rocket templates created by the community.
### Deploy from the CLI
@@ -135,7 +135,7 @@ width={2038} height={1698} quality={100} />
To deploy a Rocket app to Railway directly from GitHub, follow the steps below:
1. **Create a New Project on Railway**:
- - Go to Railway to create a new project.
+ - Go to Railway to create a new project.
2. **Deploy from GitHub**:
- Select **Deploy from GitHub repo** and choose your repository.
- If your Railway account isn’t linked to GitHub yet, you’ll be prompted to do so.
diff --git a/src/docs/guides/sails.md b/src/docs/guides/sails.md
index d04479e15..e573cbce4 100644
--- a/src/docs/guides/sails.md
+++ b/src/docs/guides/sails.md
@@ -44,7 +44,7 @@ If you’re looking for the fastest way to get started, the one-click deploy opt
Click the button below to begin:
-[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template/t3sAEH)
+[![Deploy on Railway](https://railway.com/button.svg)](https://railway.com/new/template/t3sAEH)
After deploying, we recommend that you [eject from the template](/guides/deploy#eject-from-template-repository) to create a copy of the repository under your own GitHub account. This will give you full control over the source code and project.
@@ -120,7 +120,7 @@ width={2986} height={2140} quality={100} />
To deploy the Sails app to Railway, start by pushing the app to a GitHub repo. Once that’s set up, follow the steps below to complete the deployment process.
1. **Create a New Project on Railway**:
- - Go to Railway to create a new project.
+ - Go to Railway to create a new project.
2. **Deploy from GitHub**:
- Select **Deploy from GitHub repo** and choose your repository.
- If your Railway account isn’t linked to GitHub yet, you’ll be prompted to do so.
@@ -168,7 +168,7 @@ If you're a fan of [The Boring JavaScript Stack](https://github.com/sailscastshq
Simply click the button below to get started:
-[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template/ia84_3)
+[![Deploy on Railway](https://railway.com/button.svg)](https://railway.com/new/template/ia84_3)
**Note:** After deploying, we recommend [ejecting from the template](/guides/deploy#eject-from-template-repository) to create your own GitHub repository. This will give you full control over the project and source code.
diff --git a/src/docs/guides/services.md b/src/docs/guides/services.md
index fb61b8526..d46beb1d2 100644
--- a/src/docs/guides/services.md
+++ b/src/docs/guides/services.md
@@ -106,7 +106,7 @@ Customize your project canvas for easier readability by changing the service ico
1. Right click on the service
2. Choose `Update Info`
3. Choose `Icon`
-4. Begin typing to see a list of available icons, pulled from our deviconsservice.
+4. Begin typing to see a list of available icons, pulled from our deviconsservice.
You can also access this configuration from the command palette.
diff --git a/src/docs/guides/spring-boot.md b/src/docs/guides/spring-boot.md
index a4b06426f..88ab0ebb3 100644
--- a/src/docs/guides/spring-boot.md
+++ b/src/docs/guides/spring-boot.md
@@ -96,11 +96,11 @@ If you’re looking for the fastest way to get started, the one-click deploy opt
Click the button below to begin:
-[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template/-NFGrr)
+[![Deploy on Railway](https://railway.com/button.svg)](https://railway.com/new/template/-NFGrr)
We highly recommend that [you eject from the template after deployment](/guides/deploy#eject-from-template-repository) to create a copy of the repo on your GitHub account.
-**Note:** You can also choose from a variety of Spring Boot app templates created by the community.
+**Note:** You can also choose from a variety of Spring Boot app templates created by the community.
### Deploy from the CLI
@@ -134,7 +134,7 @@ width={2172} height={1590} quality={100} />
To deploy a Spring Boot app to Railway directly from GitHub, follow the steps below:
1. **Create a New Project on Railway**:
- - Go to Railway to create a new project.
+ - Go to Railway to create a new project.
2. **Deploy from GitHub**:
- Select **Deploy from GitHub repo** and choose your repository.
- If your Railway account isn’t linked to GitHub yet, you’ll be prompted to do so.
diff --git a/src/docs/guides/sveltekit.md b/src/docs/guides/sveltekit.md
index 2b5aa6904..5c9b09493 100644
--- a/src/docs/guides/sveltekit.md
+++ b/src/docs/guides/sveltekit.md
@@ -141,11 +141,11 @@ If you’re looking for the fastest way to get started, the one-click deploy opt
Click the button below to begin:
-[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template/svelte-kit)
+[![Deploy on Railway](https://railway.com/button.svg)](https://railway.com/new/template/svelte-kit)
We highly recommend that [you eject from the template after deployment](/guides/deploy#eject-from-template-repository) to create a copy of the repo on your GitHub account.
-**Note:** You can also choose from a variety of Svelte app templates created by the community.
+**Note:** You can also choose from a variety of Svelte app templates created by the community.
### Deploy from the CLI
@@ -179,7 +179,7 @@ width={2695} height={2199} quality={100} />
To deploy a SvelteKit app to Railway directly from GitHub, follow the steps below:
1. **Create a New Project on Railway**:
- - Go to Railway to create a new project.
+ - Go to Railway to create a new project.
2. **Deploy from GitHub**:
- Select **Deploy from GitHub repo** and choose your repository.
- If your Railway account isn’t linked to GitHub yet, you’ll be prompted to do so.
diff --git a/src/docs/guides/symfony.md b/src/docs/guides/symfony.md
index 79404dd67..8da32e794 100644
--- a/src/docs/guides/symfony.md
+++ b/src/docs/guides/symfony.md
@@ -42,9 +42,9 @@ Railway offers multiple ways to deploy your Symfony app, depending on your setup
## One-Click Deploy from a Template
-[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template/4tnH_D)
+[![Deploy on Railway](https://railway.com/button.svg)](https://railway.com/new/template/4tnH_D)
-This template sets up a starter Symfony application along with a Postgres database on Railway. You can also choose from a variety of Symfony app templates created by the community.
+This template sets up a starter Symfony application along with a Postgres database on Railway. You can also choose from a variety of Symfony app templates created by the community.
We highly recommend that [you eject from the template after deployment](/guides/deploy#eject-from-template-repository) to create a copy of the repo on your GitHub account.
@@ -95,7 +95,7 @@ width={2741} height={2193} quality={100} />
To deploy a Symfony app to Railway directly from GitHub, follow the steps below:
1. **Create a New Project on Railway**:
- - Go to Railway to create a new project.
+ - Go to Railway to create a new project.
2. **Deploy from GitHub**:
- Select **Deploy from GitHub repo** and choose your repository.
- If your Railway account isn’t linked to GitHub yet, you’ll be prompted to do so.
@@ -233,7 +233,7 @@ width={2741} height={2193} quality={100} />
_App service_
-**Note:** There is a [community template](https://railway.app/template/4tnH_D) available that demonstrates this deployment approach. You can easily deploy this template and then connect it to your own GitHub repository for your application.
+**Note:** There is a [community template](https://railway.com/template/4tnH_D) available that demonstrates this deployment approach. You can easily deploy this template and then connect it to your own GitHub repository for your application.
## Next Steps
diff --git a/src/docs/guides/variables.md b/src/docs/guides/variables.md
index c1abaebb8..9eedf371e 100644
--- a/src/docs/guides/variables.md
+++ b/src/docs/guides/variables.md
@@ -107,7 +107,7 @@ width={2408} height={1150} quality={100} />
## Sealed Variables
-This feature is in beta. For questions or feedback, please use the feedback thread.
+This feature is in beta. For questions or feedback, please use the feedback thread.
Railway provides the ability to seal variable values for extra security. When a variable is sealed, its value is provided to builds and deployments but is never visible in the UI nor can it be retrieved via the API.
diff --git a/src/docs/guides/vue.md b/src/docs/guides/vue.md
index 7ec2d3835..3243c3df7 100644
--- a/src/docs/guides/vue.md
+++ b/src/docs/guides/vue.md
@@ -57,11 +57,11 @@ If you’re looking for the fastest way to get started, the one-click deploy opt
Click the button below to begin:
-[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template/Qh0OAU)
+[![Deploy on Railway](https://railway.com/button.svg)](https://railway.com/new/template/Qh0OAU)
We highly recommend that [you eject from the template after deployment](/guides/deploy#eject-from-template-repository) to create a copy of the repo on your GitHub account.
-**Note:** You can also choose from a variety of Vue app templates created by the community.
+**Note:** You can also choose from a variety of Vue app templates created by the community.
### Deploy from the CLI
@@ -164,7 +164,7 @@ width={2642} height={2080} quality={100} />
To deploy a Vue app to Railway directly from GitHub, follow the steps below:
1. **Create a New Project on Railway**:
- - Go to Railway to create a new project.
+ - Go to Railway to create a new project.
2. **Deploy from GitHub**:
- Select **Deploy from GitHub repo** and choose your repository.
- If your Railway account isn’t linked to GitHub yet, you’ll be prompted to do so.
diff --git a/src/docs/maturity/compare-to-heroku.md b/src/docs/maturity/compare-to-heroku.md
index c8831e2b0..763d289e1 100644
--- a/src/docs/maturity/compare-to-heroku.md
+++ b/src/docs/maturity/compare-to-heroku.md
@@ -65,6 +65,6 @@ Railway serves hundreds of thousands of thousands of builders who deploy applica
We feel no project, big or small- is never not important. This is our guiding philosophy to our users.
-As a result, we make great pains to be very communicative in our support channels, [optimistically gather feedback](https://feedback.railway.app/), provide informative docs, and encourage our community to help each other.
+As a result, we make great pains to be very communicative in our support channels, [optimistically gather feedback](https://feedback.railway.com/), provide informative docs, and encourage our community to help each other.
Having an issue with a deployment? [Join over 20k Railway users on our Discord Server!](https://discord.gg/railway) With our dedicated support channels, you can get help from the Railway team and our community of builders.
\ No newline at end of file
diff --git a/src/docs/maturity/compliance.md b/src/docs/maturity/compliance.md
index 94f525ce0..aedbf8adf 100644
--- a/src/docs/maturity/compliance.md
+++ b/src/docs/maturity/compliance.md
@@ -6,7 +6,7 @@ Railway is designed to be used by companies of all sizes. We understand that com
Companies choose Railway so that they can speed up their development velocity while also maintaining their security and compliance posture.
-We are happy to sign NDAs with your company to provide additional information about our security and compliance practices. Please reach out to us at [team@railway.app](mailto:team@railway.app) to get started, or click [here](https://cal.com/team/railway/demonew) to book some time to chat.
+We are happy to sign NDAs with your company to provide additional information about our security and compliance practices. Please reach out to us at [team@railway.com](mailto:team@railway.com) to get started, or click [here](https://cal.com/team/railway/demonew) to book some time to chat.
## Certifications
@@ -26,15 +26,15 @@ SOC 2 Type II certification is expected before the end of 2024.
Railway follows a shared responsibility model for HIPAA compliance. Railway will make its best effort to advise your company on setting up encryption for your data, auditing the storage of keys, establishing access control, and ensuring secure storage of sensitive patient data. When a BAA is in effect, the Railway team will no longer be able to directly access your running workloads. BAAs are only available on our Enterprise offerings.
-If your company needs a BAA, you can contact our solutions team at [team@railway.app](mailto:team@railway.app), or click [here](https://cal.com/team/railway/demonew) to schedule some time to chat.
+If your company needs a BAA, you can contact our solutions team at [team@railway.com](mailto:team@railway.com), or click [here](https://cal.com/team/railway/demonew) to schedule some time to chat.
-We are working on operationalized BAAs and continually gathering requirements for health-focused workloads for Enterprises. You can share your feedback in [Help Station](https://help.railway.app/feedback).
+We are working on operationalized BAAs and continually gathering requirements for health-focused workloads for Enterprises. You can share your feedback in [Help Station](https://help.railway.com/feedback).
## Privacy
Railway is committed to protecting the privacy of our users. We understand that when working with user code and data, it is important to have a clear understanding of how we handle your data. Railway, on behalf of our users, may remove offending workloads but at no point will a Railway team member modify your application without your expressed permission through an approved communication channel.
-[Click here to see our Privacy Policy.](https://railway.app/legal/privacy)
+[Click here to see our Privacy Policy.](https://railway.com/legal/privacy)
## VAT / Address
diff --git a/src/docs/maturity/incident-management.md b/src/docs/maturity/incident-management.md
index 5b03e8df7..8e7f4d4a8 100644
--- a/src/docs/maturity/incident-management.md
+++ b/src/docs/maturity/incident-management.md
@@ -10,7 +10,7 @@ Railway understands the importance of effective incident management procedures.
Railway has a robust monitoring system in place to proactively detect and address any potential incidents. We continuously monitor our infrastructure, including servers, networks, and applications, to ensure their smooth operation. By monitoring key metrics and performance indicators, we can identify any anomalies or potential issues before they escalate into full-blown incidents.
-However, it's important to note that while we strive to stay ahead of incidents, there may be situations where unforeseen issues arise. In such cases, we rely on qualitative customer feedback to help us identify and address any issues promptly. We encourage our customers to report any problems they encounter through our forums, Discord, or [email support](mailto:team@railway.app).
+However, it's important to note that while we strive to stay ahead of incidents, there may be situations where unforeseen issues arise. In such cases, we rely on qualitative customer feedback to help us identify and address any issues promptly. We encourage our customers to report any problems they encounter through our forums, Discord, or [email support](mailto:team@railway.com).
## Status Page + Uptime
@@ -30,4 +30,4 @@ Railway catalogues incident's in the following buckets.
### Responsible Disclosure
-Enterprise customers get Root Cause Analysis, and we attempt to publish event retrospectives on [https://blog.railway.app/engineering](https://blog.railway.app/engineering)
+Enterprise customers get Root Cause Analysis, and we attempt to publish event retrospectives on [https://blog.railway.com/engineering](https://blog.railway.com/engineering)
diff --git a/src/docs/maturity/philosophy.md b/src/docs/maturity/philosophy.md
index aae856ab9..0b17f226c 100644
--- a/src/docs/maturity/philosophy.md
+++ b/src/docs/maturity/philosophy.md
@@ -21,7 +21,7 @@ Let's talk about the number one use case: delivering apps to users in a Producti
The goal of this section is to describe the processes, internal and external that companies have requested in our years of operation to help them build confidence to determine if Railway is a good fit for their company. Railway maintains a policy to be forthcoming and frank at all times. We would rather have a developer make the correct choice for their company than to adopt Railway and then come to regret that decision.
-If you have any additional questions or if you require any additional disclosure you can contact us to set up a call at [team@railway.app](mailto:team@railway.app).
+If you have any additional questions or if you require any additional disclosure you can contact us to set up a call at [team@railway.com](mailto:team@railway.com).
## Product Philosophy
@@ -47,7 +47,7 @@ On Railway, you can use the default pattern for deployment or opt to use vendor.
- Supporting the development of a Terraform provider
- Region based routing to workloads via Cloudflare
-We love working with our customers to solve interesting use cases. If you're not seeing a track for you, get in touch at [team@railway.app](mailto:team@railway.app) and we'll find it!
+We love working with our customers to solve interesting use cases. If you're not seeing a track for you, get in touch at [team@railway.com](mailto:team@railway.com) and we'll find it!
## High-level Architecture
diff --git a/src/docs/maturity/use-cases.md b/src/docs/maturity/use-cases.md
index 33ac0a031..fcfb260eb 100644
--- a/src/docs/maturity/use-cases.md
+++ b/src/docs/maturity/use-cases.md
@@ -29,7 +29,7 @@ All of these verticals deploy workloads that may require high bandwidth operatio
However, service scale on the platform is not unbounded. As a foundational infrastructure company, we understand that customers may outpace our pace of improvement for the platform. Even though 32 vCPU and 32 GB of memory sounds like a lot (with up to 20 replicas) on the Pro plan, when faced with hyper-growth: throwing more resources at the issue might be your best bet until long term optimizations can be made by your team.
-Railway will gladly bump up your service limits within your tier of service to meet your needs. Even so, we will be frank and honest if you may need to seek elsewhere to augment your workloads with extra compute. If your compute needs outpace our Pro offering, consider our Enterprise plans where we offer even greater limits and capacity planning, [email us to learn more](mailto:team@railway.app), or [click here](https://cal.com/team/railway/demonew) to schedule some time to chat.
+Railway will gladly bump up your service limits within your tier of service to meet your needs. Even so, we will be frank and honest if you may need to seek elsewhere to augment your workloads with extra compute. If your compute needs outpace our Pro offering, consider our Enterprise plans where we offer even greater limits and capacity planning, [email us to learn more](mailto:team@railway.com), or [click here](https://cal.com/team/railway/demonew) to schedule some time to chat.
### Databases
@@ -97,6 +97,6 @@ Unfortunately, our platform isn't yet well-equipped to handle the following vert
## General Recommendations
-A document like this can only go so far. We have a standing invitation for any team who needs an extended scale use-case to reach out to us directly by e-mailing [team@railway.app](mailto:team@railway.app), or via our [Discord server](https://discord.gg/railway). You can also schedule some time with us directly by clicking [here](https://cal.com/team/railway/demonew).
+A document like this can only go so far. We have a standing invitation for any team who needs an extended scale use-case to reach out to us directly by e-mailing [team@railway.com](mailto:team@railway.com), or via our [Discord server](https://discord.gg/railway). You can also schedule some time with us directly by clicking [here](https://cal.com/team/railway/demonew).
We would be happy to answer any additional questions you may have.
\ No newline at end of file
diff --git a/src/docs/overview/advanced-concepts.md b/src/docs/overview/advanced-concepts.md
index 357c931a8..556ddfad2 100644
--- a/src/docs/overview/advanced-concepts.md
+++ b/src/docs/overview/advanced-concepts.md
@@ -40,7 +40,7 @@ If you have a custom domain, you can easily add it to your Railway service.
## Integration Tools
-A CLI and an API are available to wire your Railway projects into any workflow.
+A CLI and an API are available to wire your Railway projects into any workflow.
### CLI
@@ -48,11 +48,11 @@ The Railway Command Line Interface (CLI) lets you interact with your Railway pro
- Trigger deployments programmatically.
- Run services locally using environment variables from your Railway project.
- Create new Railway projects from the Terminal.
-- Deploy templates.
+- Deploy templates.
### Public API
-The Railway public API is built with GraphQL and is the same API that powers the Railway dashboard. Similar to the CLI, you can interact with your Railway project programmatically by communicating with the API.
+The Railway public API is built with GraphQL and is the same API that powers the Railway dashboard. Similar to the CLI, you can interact with your Railway project programmatically by communicating with the API.
## Environments
diff --git a/src/docs/quick-start.md b/src/docs/quick-start.md
index b492f3896..4b16ac38b 100644
--- a/src/docs/quick-start.md
+++ b/src/docs/quick-start.md
@@ -19,7 +19,7 @@ Railway is a deployment platform that lets you provision infrastructure, develop
To demonstrate deploying directly from a GitHub repository through Railway's dashboard, we'll be using a basic NextJS app that was prepared for this guide.
-For the template deployment, we'll use the Umami template from our template marketplace.
+For the template deployment, we'll use the Umami template from our template marketplace.
## Deploying Your Project - From GitHub
@@ -165,11 +165,11 @@ Once the initial deployment is complete, your app is ready to go. If applicable,
If anything fails during this time, you can explore your build or deploy logs for clues. A helpful tip is to scroll through the entire log; important details are often missed, and the actual error is rarely at the bottom!
-If you're stuck don't hesitate to open a Help Thread.
+If you're stuck don't hesitate to open a Help Thread.
## Deploying a Template
-Railway's template marketplace offers over 650+ unique templates that have been created both by the community and Railway!
+Railway's template marketplace offers over 650+ unique templates that have been created both by the community and Railway!
Deploying a template is not too dissimilar to deploying a GitHub repo -
@@ -184,7 +184,7 @@ width={836} height={860} quality={100} />
- Search for your desired template.
- *Hint: If your desired template isn't found feel free to reach out to the community.*
+ *Hint: If your desired template isn't found feel free to reach out to the community.*
- Click on the template you want to deploy.
diff --git a/src/docs/reference/accounts.md b/src/docs/reference/accounts.md
index 6a5e7a311..84c3ca488 100644
--- a/src/docs/reference/accounts.md
+++ b/src/docs/reference/accounts.md
@@ -13,15 +13,15 @@ alt="Screenshot of Account Navigation"
layout="fixed"
width={450} height={311} quality={80} />
-The account settings page is accessible by clicking the profile photo in the top right and selecting Account Settings.
+The account settings page is accessible by clicking the profile photo in the top right and selecting Account Settings.
### Account Information
-Accounts can change their display name, profile photo, and account email under Account Settings.
+Accounts can change their display name, profile photo, and account email under Account Settings.
### Deleting an Account
-Selecting "Delete Account" at the bottom of the Account Settings page will delete an account. All data related to the account will be deleted.
+Selecting "Delete Account" at the bottom of the Account Settings page will delete an account. All data related to the account will be deleted.
After a successful confirmation, Railway deletes all account information, project data, and removes the account from all email lists.
@@ -44,7 +44,7 @@ After scanning the provided QR code and entering the code for the initial pairin
### Account Sessions
-Users can view all active browser and CLI sessions on the account security page. Revoking a session will immediately log that device out.
+Users can view all active browser and CLI sessions on the account security page. Revoking a session will immediately log that device out.
## Referrals
@@ -57,13 +57,13 @@ Every account has an editable referral link. Users can copy and share their pers
For every referral who incurs more than $10 worth of usage and pays their first bill, users receive 5$ of credit.
-Users can view their referral invite status on the referrals page.
+Users can view their referral invite status on the referrals page.
## Billing
Accounts are billed monthly. Resources used by deleted projects up until deletion are still counted towards the total bill.
-Users can manage their billing plan as well as view historical payments on the billing page.
+Users can manage their billing plan as well as view historical payments on the billing page.
## Link Discord Account
diff --git a/src/docs/reference/cli-api.md b/src/docs/reference/cli-api.md
index f11c6db07..2e2305cb2 100644
--- a/src/docs/reference/cli-api.md
+++ b/src/docs/reference/cli-api.md
@@ -258,7 +258,7 @@ Options:
-V, --version Print version
```
-This will open the browser to `https://railway.app/cli-login`.
+This will open the browser to `https://railway.com/cli-login`.
### Browserless
@@ -270,10 +270,10 @@ perform a _browserless_ login.
~ railway login --browserless
Browserless Login
Please visit:
- https://railway.app/cli-login?d=SGVsbG8sIGtpbmQgc3RyYW5nZXIhIFRoYW5rcyBmb3IgcmVhZGluZyB0aGUgZG9jdW1lbnRhdGlvbiEgSSBob3BlIHlvdSdyZSBoYXZpbmcgYSB3b25kZXJmdWwgZGF5IDopCg==
+ https://railway.com/cli-login?d=SGVsbG8sIGtpbmQgc3RyYW5nZXIhIFRoYW5rcyBmb3IgcmVhZGluZyB0aGUgZG9jdW1lbnRhdGlvbiEgSSBob3BlIHlvdSdyZSBoYXZpbmcgYSB3b25kZXJmdWwgZGF5IDopCg==
Your pairing code is: friendly-malicious-electric-soup
-Logged in as Nebula (nebula@railway.app)
+Logged in as Nebula (nebula@railway.com)
```
This will prompt you to go to a URL (you can copy and paste) and present you
diff --git a/src/docs/reference/databases.md b/src/docs/reference/databases.md
index aaa513200..d26644bd4 100644
--- a/src/docs/reference/databases.md
+++ b/src/docs/reference/databases.md
@@ -36,13 +36,13 @@ Explore the guides in the How To section for information on how to use these tem
### Template Marketplace
-Our Template Marketplace includes many solutions for database services.
+Our Template Marketplace includes many solutions for database services.
Here are some examples -
-- [Minio](https://railway.app/template/SMKOEA)
-- [ClickHouse](https://railway.app/template/clickhouse)
-- [Dragonfly](https://railway.app/template/dragonfly)
-- [Chroma](https://railway.app/template/tifygm)
+- [Minio](https://railway.com/template/SMKOEA)
+- [ClickHouse](https://railway.com/template/clickhouse)
+- [Dragonfly](https://railway.com/template/dragonfly)
+- [Chroma](https://railway.com/template/tifygm)
## Support
diff --git a/src/docs/reference/healthchecks.md b/src/docs/reference/healthchecks.md
index cb3a675ee..b1624136e 100644
--- a/src/docs/reference/healthchecks.md
+++ b/src/docs/reference/healthchecks.md
@@ -12,7 +12,7 @@ When a new deployment is triggered for a service, if a healthcheck endpoint is c
The healthcheck endpoint is currently ***not intended for continuous monitoring*** as it is only called at the start of the deployment, to ensure it is healthy prior to routing traffic to it.
-If you are looking for a quick way to setup continuous monitoring of your service(s), check out the Uptime Kuma template in our template marketplace.
+If you are looking for a quick way to setup continuous monitoring of your service(s), check out the Uptime Kuma template in our template marketplace.
## Healthcheck Timeout
diff --git a/src/docs/reference/pricing/faqs.md b/src/docs/reference/pricing/faqs.md
index 6a9f6e5ca..ec3311130 100644
--- a/src/docs/reference/pricing/faqs.md
+++ b/src/docs/reference/pricing/faqs.md
@@ -20,13 +20,13 @@ To understand how much your app will cost to run on Railway, we recommend you to
1. Deploy your project with the [Trial](/reference/pricing/free-trial) or Hobby plan
2. Allow it to run for one week
-3. Check your Estimated Usage in the [Usage Section](https://railway.app/account/usage) of your account
+3. Check your Estimated Usage in the [Usage Section](https://railway.com/account/usage) of your account
Keeping it running for one week allows us to rack up sufficient metrics to provide you with an estimate of your usage for the current billing cycle. You can then use this information to extrapolate the cost you should expect.
We are unable to give exact quotes or estimates for how much it will cost to run your app because it is highly dependent on what you're deploying.
-For a rough approximation of the cost for running your app, try our [pricing calculator](https://railway.app/pricing#usage-estimation).
+For a rough approximation of the cost for running your app, try our [pricing calculator](https://railway.com/pricing#usage-estimation).
If you are supporting a commercial application, we highly recommend you to upgrade to the Pro plan for higher resource limits and access to [priority support](/reference/support#priority-threads).
@@ -36,7 +36,7 @@ Check out our [guide on optimizing usage](/guides/optimize-usage).
### Why is my resource usage higher than expected?
-You can check your resource usage in the [Usage Section](https://railway.app/account/usage) of your account. This includes a breakdown of your resource usage by project, along with the resource it's consuming (CPU, Memory, Network, etc.)
+You can check your resource usage in the [Usage Section](https://railway.com/account/usage) of your account. This includes a breakdown of your resource usage by project, along with the resource it's consuming (CPU, Memory, Network, etc.)
Common reasons for high resource usage include:
@@ -60,7 +60,7 @@ When the amount due on your invoice is less than $0.50, and you do not have a cr
### How do I view/manage/cancel my subscription?
-To view and manage your subscription, visit the [billing section](https://railway.app/account/billing) of the Railway dashboard.
+To view and manage your subscription, visit the [billing section](https://railway.com/account/billing) of the Railway dashboard.
1. Cancel your current plan.
- - Head over to the billing page of your account.
+ - Head over to the billing page of your account.
- Click on **Manage Subscription**.
- Click on **Cancel Plan**.
@@ -103,7 +103,7 @@ You can, however, cancel your current plan, wait until the end of the current bi
1. Prepaid Credits Model.
- - Head over to the upgrade page.
+ - Head over to the upgrade page.
- Scroll to the bottom and select **Looking for a prepaid subscription**.
- Enter your billing information.
- Enter the amount of credits you'd like to add to your account. (Minimum of $10)
@@ -113,7 +113,7 @@ You can, however, cancel your current plan, wait until the end of the current bi
2. Auto-renewing Subscription Model.
- - Head over to the upgrade page.
+ - Head over to the upgrade page.
- Enter your billing information.
- Click on **Subscribe to Hobby Plan**.
@@ -137,9 +137,9 @@ Your [services](/overview/the-basics#services) may be stopped by Railway for the
- **Hobby credits exhausted:** You've run out of [prepaid credits](/reference/pricing/plans#credits). Add more credits to your account.
-- **Failed payment:** Your payment method has failed. Update your payment method and [pay your outstanding invoice](https://railway.app/account/billing).
+- **Failed payment:** Your payment method has failed. Update your payment method and [pay your outstanding invoice](https://railway.com/account/billing).
-- **Unpaid invoice:** You have an outstanding invoice. [Pay your outstanding invoice](https://railway.app/account/billing).
+- **Unpaid invoice:** You have an outstanding invoice. [Pay your outstanding invoice](https://railway.com/account/billing).
In all cases, you can redeploy your services once the underlying issue is resolved, this can be done from the Removed deployment's [3-dot menu](/reference/deployments#deployment-menu).
@@ -147,7 +147,7 @@ In all cases, you can redeploy your services once the underlying issue is resolv
### I am a freelancer or represent an agency. How do I manage my billing relationships with my clients?
-Create a Pro plan on Railway and add the client to the team. If you run into issues when it's time to hand over your workload to your client, you can reach out to us over our [Help Station](https://help.railway.app).
+Create a Pro plan on Railway and add the client to the team. If you run into issues when it's time to hand over your workload to your client, you can reach out to us over our [Help Station](https://help.railway.com).
### Why did I receive another invoice after cancelling my subscription?
diff --git a/src/docs/reference/pricing/free-trial.md b/src/docs/reference/pricing/free-trial.md
index 4a196c209..4539b70ae 100644
--- a/src/docs/reference/pricing/free-trial.md
+++ b/src/docs/reference/pricing/free-trial.md
@@ -17,7 +17,7 @@ When you sign up for a free Trial, you can connect your GitHub account to initia
If your account is not verified — either because you have not initiated the verification process or your account does not meet our criteria for verification — your trial experience will be limited to deploying databases.
-Verification is a necessary measure to prevent abuse of the free Trial, limiting users from creating multiple accounts and reducing the risk of trial users deploying or hosting content that violates Railway's [Terms of Service](https://railway.app/legal/fair-use).
+Verification is a necessary measure to prevent abuse of the free Trial, limiting users from creating multiple accounts and reducing the risk of trial users deploying or hosting content that violates Railway's [Terms of Service](https://railway.com/legal/fair-use).
This is a fully automated process, and Railway does not respond to requests for verification. If your account is not verified, you can upgrade to the Hobby plan to unlock the full Railway experience.
@@ -25,7 +25,7 @@ This is a fully automated process, and Railway does not respond to requests for
### How do I get started with the free Trial?
-If you do not already have a Railway account, you can sign up for a free Trial by clicking "Login" at [railway.app](https://railway.app/).
+If you do not already have a Railway account, you can sign up for a free Trial by clicking "Login" at [railway.com](https://railway.com/).
### How does the Trial work?
@@ -43,7 +43,7 @@ If you connect your GitHub account, and we are able to verify it against a set o
If you do not connect a GitHub account, or we are not able to verify your account, you will be on the Limited Trial, where you can only deploy databases.
-While you're on the Limited Trial, you can initiate verification at any time by visiting [railway.app/verify](https://railway.app/verify) in order to access the Full Trial experience.
+While you're on the Limited Trial, you can initiate verification at any time by visiting [railway.com/verify](https://railway.com/verify) in order to access the Full Trial experience.
### How far will the $5 one-time Trial grant last?
diff --git a/src/docs/reference/pricing/plans.md b/src/docs/reference/pricing/plans.md
index c4ffc0039..bb17b8e4e 100644
--- a/src/docs/reference/pricing/plans.md
+++ b/src/docs/reference/pricing/plans.md
@@ -24,7 +24,7 @@ Each Railway account needs an active subscription. The base subscription fee all
| **Pro** | $20 / team member / month |
| **Enterprise** | Custom |
-Read more about our plans at railway.app/pricing.
+Read more about our plans at railway.com/pricing.
### Default Plan Resources
@@ -73,7 +73,7 @@ The Pro plan **does not include any usage credits**. You will be billed for reso
### Additional services
-Railway offers [Business Class Support](/reference/support#business-class) as an add-on service to the Pro plan. Business Class Support is included with Enterprise. [Contact us](mailto:team@railway.app) to get started.
+Railway offers [Business Class Support](/reference/support#business-class) as an add-on service to the Pro plan. Business Class Support is included with Enterprise. [Contact us](mailto:team@railway.com) to get started.
## Credits
@@ -91,7 +91,7 @@ Credits as a payment method is only available for Hobby plan users.
### Purchasing credits
-You can purchase credits from your account's [usage page](https://railway.app/account/usage).
+You can purchase credits from your account's [usage page](https://railway.com/account/usage).
### One-time grant of credits on the Free Trial
diff --git a/src/docs/reference/pricing/refunds.md b/src/docs/reference/pricing/refunds.md
index dd0e8a80b..b3654717c 100644
--- a/src/docs/reference/pricing/refunds.md
+++ b/src/docs/reference/pricing/refunds.md
@@ -2,11 +2,11 @@
title: Refunds
---
-Refunds are for new customers who no longer wish to use Railway after initially trying it out. Railway offers refunds at its sole discretion, in line with our [Terms of Service](https://railway.app/legal/terms).
+Refunds are for new customers who no longer wish to use Railway after initially trying it out. Railway offers refunds at its sole discretion, in line with our [Terms of Service](https://railway.com/legal/terms).
## Requesting A Refund
-You can request for a refund in [Account -> Billing](https://railway.app/account/billing) under **Billing History**:
+You can request for a refund in [Account -> Billing](https://railway.com/account/billing) under **Billing History**:
Priority Boarding: The Journey to Get There.
+To read more about Priority Boarding, check out Priority Boarding: The Journey to Get There.
Learn how to join Priority Boarding [here](/guides/join-priority-boarding).
diff --git a/src/docs/reference/production-readiness-checklist.md b/src/docs/reference/production-readiness-checklist.md
index 6045089d6..dd1c0fc6d 100644
--- a/src/docs/reference/production-readiness-checklist.md
+++ b/src/docs/reference/production-readiness-checklist.md
@@ -54,7 +54,7 @@ Ensuring your application is performant and reliable under changing conditions l
- Data is critical to most applications, and you should ensure that the data layer in your stack is highly available and fault tolerant.
- Consider implementing a cluster or replica set, similar to the Redis HA with Sentinel template, to ensure that your data remains available even if one node becomes unstable.
+ Consider implementing a cluster or replica set, similar to the Redis HA with Sentinel template, to ensure that your data remains available even if one node becomes unstable.
We are hard at work developing other templated solutions for more production-ready datastores, keep an eye on the template marketplace for more to become available.
@@ -78,7 +78,7 @@ Observability and monitoring refers to tracking the health and performance of yo
Setup [webhooks](/reference/deployments#deployment-states) to have the alerts sent to another system, like Slack or Discord.
-*What's next for observability features in Railway? We have a ton of ideas, but we would love to hear yours in our community forums.*
+*What's next for observability features in Railway? We have a ton of ideas, but we would love to hear yours in our community forums.*
---
@@ -130,7 +130,7 @@ Protecting your application and user data from malicious threats and vulnerabili
Consider using a service like Cloudflare that offers both WAF and DDoS mitigation, to protect your services against web threats and ensure availability and performance.
- *In the future, we would love to offer a native security solution. If you agree, let us know.*
+ *In the future, we would love to offer a native security solution. If you agree, let us know.*
---
@@ -152,9 +152,9 @@ Being prepared for major and unexpected issues helps minimize downtime and data
Implement a [cron service](/guides/cron-jobs) to dump and store your data backups.
- If you use Postgres, check out one of our popular templates - PostgreSQL S3 Backups.
+ If you use Postgres, check out one of our popular templates - PostgreSQL S3 Backups.
- *We are exploring ways to implement a native solution for backing up your data. If you have any thoughts, we would love to hear from you in our community forums.*
+ *We are exploring ways to implement a native solution for backing up your data. If you have any thoughts, we would love to hear from you in our community forums.*
---
@@ -162,6 +162,6 @@ Being prepared for major and unexpected issues helps minimize downtime and data
Using a mix of native features and external tools, we hope you can feel confident that your applications on Railway meet the highest standards of performance, reliability, and security.
-Remember, our team is always here to assist you with solutions. Reach out in Discord or over email at [team@railway.app](mailto:team@railway.app) for assistance.
+Remember, our team is always here to assist you with solutions. Reach out in Discord or over email at [team@railway.com](mailto:team@railway.com) for assistance.
-Finally, as suggested on several sections above, we are working tirelessly to give you the best experience imaginable on Railway. If you have requests or suggestions, please let us know!
+Finally, as suggested on several sections above, we are working tirelessly to give you the best experience imaginable on Railway. If you have requests or suggestions, please let us know!
diff --git a/src/docs/reference/project-usage.md b/src/docs/reference/project-usage.md
index ba5bc0980..317414a90 100644
--- a/src/docs/reference/project-usage.md
+++ b/src/docs/reference/project-usage.md
@@ -6,7 +6,7 @@ Users are billed monthly based on their project's per-minute usage. All service
1. **RAM** → $0.000231 / GB / minute
2. **CPU** → $0.000463 / vCPU / minute
-Users can see the usage of their projects under the usage page.
+Users can see the usage of their projects under the usage page.
your project dashboard.
+If you are logged in, projects can be found on your project dashboard.
## Project Canvas
diff --git a/src/docs/reference/public-api.md b/src/docs/reference/public-api.md
index b2c3de60d..a317a1854 100644
--- a/src/docs/reference/public-api.md
+++ b/src/docs/reference/public-api.md
@@ -9,16 +9,16 @@ The Railway public API is built with GraphQL and is the same API that powers the
The public API is accessible at the following endpoint:
```bash
-https://backboard.railway.app/graphql/v2
+https://backboard.railway.com/graphql/v2
```
## Authentication
-To use the API, you will need an API token. You can create one by visiting the tokens page in your account settings.
+To use the API, you will need an API token. You can create one by visiting the tokens page in your account settings.
```bash
curl --request POST \
- --url https://backboard.railway.app/graphql/v2 \
+ --url https://backboard.railway.com/graphql/v2 \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data '{"query":"query { me { name email } }"}'
@@ -47,7 +47,7 @@ We provide a collection file which can be imported into your preferred API clien
### GraphiQL Playground
-Use our [GraphiQL playground](https://railway.app/graphiql) to view the schema and test your queries.
+Use our [GraphiQL playground](https://railway.com/graphiql) to view the schema and test your queries.
## Rate Limits
diff --git a/src/docs/reference/public-networking.md b/src/docs/reference/public-networking.md
index 04ce77409..666e9bab5 100644
--- a/src/docs/reference/public-networking.md
+++ b/src/docs/reference/public-networking.md
@@ -33,13 +33,13 @@ To ensure the integrity and performance of our network, we enforce the following
| **HTTP Requests/Sec** | 3,000 RPS | The number of HTTP requests to a given domain per second. |
| **Requests Per Connection** | 10,000 requests | The number of requests each connection can make. |
-If your application requires higher limits, please don't hesitate to reach out to us at [team@railway.app](mailto:team@railway.app).
+If your application requires higher limits, please don't hesitate to reach out to us at [team@railway.com](mailto:team@railway.com).
## Custom Domain Count Limits
The [Hobby plan](/reference/pricing#plans) is limited to 2 custom domains per service.
-The [Pro Plan](/reference/pricing#plans) is limited to 20 domains per service by default but can be increased for Pro users on request, by reaching out to us at [team@railway.app](mailto:team@railway.app) or via [private thread](/reference/support#private-threads).
+The [Pro Plan](/reference/pricing#plans) is limited to 20 domains per service by default but can be increased for Pro users on request, by reaching out to us at [team@railway.com](mailto:team@railway.com) or via [private thread](/reference/support#private-threads).
## FAQ
diff --git a/src/docs/reference/runtime.md b/src/docs/reference/runtime.md
index 593f9b833..6085127c8 100644
--- a/src/docs/reference/runtime.md
+++ b/src/docs/reference/runtime.md
@@ -31,4 +31,4 @@ After the migration period, we will remove this setting entirely and this refere
## Support
-For information and help on our new runtime during the rollout period, check out [this forum post](https://help.railway.app/feedback/new-runtime-v2-magic-port-detection-2b530a34).
+For information and help on our new runtime during the rollout period, check out [this forum post](https://help.railway.com/feedback/new-runtime-v2-magic-port-detection-2b530a34).
diff --git a/src/docs/reference/support.md b/src/docs/reference/support.md
index 52f3f47b3..ccb72a138 100644
--- a/src/docs/reference/support.md
+++ b/src/docs/reference/support.md
@@ -14,7 +14,7 @@ Railway offers numerous tiers of support for our users.
## Help Station
-Railway conducts its support over our [Help Station](https://help.railway.app) platform.
+Railway conducts its support over our [Help Station](https://help.railway.com) platform.
It hosts our community of 500,000+ users and developers. It is where you can find answers to common questions, ask questions, and get in touch with the Railway team.
@@ -24,11 +24,11 @@ alt="Screenshot of Railway Help Station"
layout="intrinsic"
width={2033} height={1380} quality={100} />
-Please ensure that you've searched for your issue before creating a new thread, follow the guidelines in [How To Ask For Help](#how-to-ask-for-help), and abide by our [Code of Conduct](https://help.railway.app/community-code-of-conduct).
+Please ensure that you've searched for your issue before creating a new thread, follow the guidelines in [How To Ask For Help](#how-to-ask-for-help), and abide by our [Code of Conduct](https://help.railway.com/community-code-of-conduct).
### Priority Threads
-For Pro plan users, threads created in the [Help Station](https://help.railway.app) are treated as **High Priority**. These threads are guaranteed a response from the Railway team within 1 business day (if community members are unable to help).
+For Pro plan users, threads created in the [Help Station](https://help.railway.com) are treated as **High Priority**. These threads are guaranteed a response from the Railway team within 1 business day (if community members are unable to help).
We pay special attention to threads created by Pro users and ensure that questions or concerns are resolved in a timely manner.
@@ -42,7 +42,7 @@ For teams and companies requiring SLOs and higher-priority support over chat, si
### Private Threads
-You create a **Private Thread** on [Help Station](https://help.railway.app/support) if you need to share sensitive information, such as invoices or personal data. Private Threads are only visible to you and Railway employees.
+You create a **Private Thread** on [Help Station](https://help.railway.com/support) if you need to share sensitive information, such as invoices or personal data. Private Threads are only visible to you and Railway employees.
-Connecting your Slack Account to your Railway Account allows the team to get insight into issues affecting your workloads without having to ask for additional information. [To link your Slack account to your Railway account, you can navigate to your Account settings page on Railway and follow the instructions provided.](https://railway.app/account)
+Connecting your Slack Account to your Railway Account allows the team to get insight into issues affecting your workloads without having to ask for additional information. [To link your Slack account to your Railway account, you can navigate to your Account settings page on Railway and follow the instructions provided.](https://railway.com/account)
_Permissions_ - Railway only asks for permissions to link your Slack ID and your Workspace ID, our integration only can see messages within the shared Slack Connect channel.
@@ -103,7 +103,7 @@ For teams and companies who need dedicated support, we offer Business Class.
Business Class is support and success designed for those who need the full attention of Railway. Business Class support is a dedicated support channel with SLOs for your company.
-Reach out to us at [team@railway.app](mailto:team@railway.app) for more information on how to sign up.
+Reach out to us at [team@railway.com](mailto:team@railway.com) for more information on how to sign up.
### Business Class SLOs
@@ -117,7 +117,7 @@ Reach out to us at [team@railway.app](mailto:team@railway.app) for more informat
| Priority | Surface Areas |
| -------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| 1 | **Outages that impact production**. This covers the following components: incidents declared on status.railway.app including and especially incidents with end-customer impact (e.g. inability to login to the Dashboard), customer workload-impacting issues due to high load requiring intervention from Railway (e.g. requiring additional resources beyond your current limits). |
+| 1 | **Outages that impact production**. This covers the following components: incidents declared on status.railway.com including and especially incidents with end-customer impact (e.g. inability to login to the Dashboard), customer workload-impacting issues due to high load requiring intervention from Railway (e.g. requiring additional resources beyond your current limits). |
| 2 | **Issues related to Railway features**. This covers features offered by Railway, including but not limited to our Dashboard, CLI, and platform-level features such as Deployments, Environments, Private Networking, Volumes. |
| 3 | **Integration work and general questions related to Railway**. This covers customer-related requests involving integrating Railway with other services (e.g. fronting your Railway workload with a DDoS protection service), leveraging tools to use Railway the way you like (e.g. IaC provisioning/Terraform), or questions about Railway features or its platform. |
@@ -143,4 +143,4 @@ Security audits can be provided by request.
## Enterprise
-For enterprises, we offer everything in [Business Class](#business-class) along with custom support tailored to your needs. Reach out to us at [team@railway.app](mailto:team@railway.app) for more information.
+For enterprises, we offer everything in [Business Class](#business-class) along with custom support tailored to your needs. Reach out to us at [team@railway.com](mailto:team@railway.com) for more information.
diff --git a/src/docs/reference/teams.md b/src/docs/reference/teams.md
index 0624721e1..a698c9f0e 100644
--- a/src/docs/reference/teams.md
+++ b/src/docs/reference/teams.md
@@ -4,11 +4,11 @@ title: Teams
Teams are how organizations are represented within Railway. Teams can be created via the Pro or Enterprise plans.
-For more information, visit our [documentation on pricing](/reference/pricing) or railway.app/pricing.
+For more information, visit our [documentation on pricing](/reference/pricing) or railway.com/pricing.
## Creating a Team
-Organizations can create a team by heading to the Create Team page and entering the required information.
+Organizations can create a team by heading to the Create Team page and entering the required information.
## Managing Teams
@@ -33,4 +33,4 @@ Railway offers a consumption-based pricing model for your projects. You don't ge
However, if you expect to use a consistent amount of resources for large companies, you can contact us for a quote and demo. Railway will work with you to find a solution that works for your needs. We are willing to offer Purchase Orders and concierge onboarding for large companies.
-Reach out to us at [team@railway.app](mailto:team@railway.app) for more information.
+Reach out to us at [team@railway.com](mailto:team@railway.com) for more information.
diff --git a/src/docs/reference/templates.md b/src/docs/reference/templates.md
index bf0d6c6e5..35490c3b5 100644
--- a/src/docs/reference/templates.md
+++ b/src/docs/reference/templates.md
@@ -4,7 +4,7 @@ title: Templates
Templates provide a way to jumpstart a project by giving users the means to package a service or set of services into a reusable and distributable format.
-As a user in Railway, you can create and publish templates for others to use, or you can deploy templates from our template marketplace.
+As a user in Railway, you can create and publish templates for others to use, or you can deploy templates from our template marketplace.
For information on how to create, publish, and deploy templates, visit our [Templates guides](/guides/templates).
@@ -14,7 +14,7 @@ If you publish a template, and it is deployed into other users' projects, you ar
If a user deploys your template, and the usage of the services cost the user $100, you could receive $25 in Railway credits.
-Read more about the kickback program here.
+Read more about the kickback program here.
### Kickback Eligibility Requirements
- Your template must be published to the marketplace to be eligible for kickback.
@@ -69,7 +69,7 @@ If it has received an upstream update, we will create a branch on the GitHub rep
If you are happy with the changes, you can merge the pull request, and we will automatically deploy it to your production environment.
-If you're curious, you can read more about how we built updatable templates in this blog post.
+If you're curious, you can read more about how we built updatable templates in this blog post.
Note that this feature only works for services based on GitHub repositories. At this time, we do not have a mechanism to check for updates to Docker images from which services may be sourced.
diff --git a/src/docs/reference/usage-limits.md b/src/docs/reference/usage-limits.md
index cb9d32a1e..068ea3bca 100644
--- a/src/docs/reference/usage-limits.md
+++ b/src/docs/reference/usage-limits.md
@@ -8,7 +8,7 @@ Usage Limits allow you to set a maximum limit on your usage for a billing cycle.
-Visit your [account usage page](https://railway.app/account/usage) to set the usage limits. Once you click the Set Usage Limits button, you will see a modal above where you can set a Custom email alert and a Hard limit.
+Visit your [account usage page](https://railway.com/account/usage) to set the usage limits. Once you click the Set Usage Limits button, you will see a modal above where you can set a Custom email alert and a Hard limit.
The link above takes you to the usage page for your personal account. If you want to set a usage limit for your team, you can use the account switcher in the top left corner of your dashboard to access the team's usage page.
diff --git a/src/docs/reference/volumes.md b/src/docs/reference/volumes.md
index f12b87ed3..b33acde64 100644
--- a/src/docs/reference/volumes.md
+++ b/src/docs/reference/volumes.md
@@ -21,7 +21,7 @@ Volumes can be "Grown" after upgrading to a different plan.
Pro users and above can self-serve to increase their volume up to 250 GB.
-Please reach out to us on our [Help Station](https://help.railway.app/questions) or [Slack](/reference/support#slack) if you need more space.
+Please reach out to us on our [Help Station](https://help.railway.com/questions) or [Slack](/reference/support#slack) if you need more space.
## Pricing
diff --git a/src/docs/tutorials/add-a-cdn-using-cloudfront.md b/src/docs/tutorials/add-a-cdn-using-cloudfront.md
index 2cc1d78a0..2c6406640 100644
--- a/src/docs/tutorials/add-a-cdn-using-cloudfront.md
+++ b/src/docs/tutorials/add-a-cdn-using-cloudfront.md
@@ -287,14 +287,14 @@ Let's first generate an SSL certificate -
- Under the General tab, click the `Edit` button
- Under *Custom SSL certificate*, click the *"Request certificate"* link below the input field. This will take you to AWS Certificate Manager.
- Click the `Next` button to request a public certificate
-- Enter your fully qualified domain name, e.g. `www.railway.app`
- - If you'd like the cert to include the apex domain, click `Add another name to this certificate` and enter it, e.g. `railway.app`
+- Enter your fully qualified domain name, e.g. `www.railway.com`
+ - If you'd like the cert to include the apex domain, click `Add another name to this certificate` and enter it, e.g. `railway.com`
- Click the `Next` button to generate the certificate
- In **Namecheap**, in the Advanced DNS section for the domain, add the host record(s).
- If you set up the certificate for both www and the apex domain, you will add two **CNAME** records
- The CNAME name value provided by AWS, should be used as the **Host** value in Namecheap.
- The CNAME name value provided by AWS, includes the domain name, but in Namecheap, you should add everything except the domain, e.g.
- - if your CNAME name is `_6cf3abcd1234abcd1234aabb11cc22.www.railway.app`
+ - if your CNAME name is `_6cf3abcd1234abcd1234aabb11cc22.www.railway.com`
- you should add `_6cf3abcd1234abcd1234aabb11cc22.www` to the **Host** value in Namecheap
- Once you add the DNS records in Namecheap, refresh the Certificate status page in AWS to confirm the Status shows **Success**
diff --git a/src/docs/tutorials/deploy-an-otel-collector-stack.md b/src/docs/tutorials/deploy-an-otel-collector-stack.md
index 4002159d8..923af14b0 100644
--- a/src/docs/tutorials/deploy-an-otel-collector-stack.md
+++ b/src/docs/tutorials/deploy-an-otel-collector-stack.md
@@ -29,7 +29,7 @@ To be successful using this tutorial, you should already have -
**OpenTelemetry Collector Template and Demo**
If you are looking for a quicker way to get started, you can deploy the collector and backend stack from a template by clicking the button below.
-
+
We also have a live demo of the project you will build in this tutorial here, and you can access the code repository here in Github. You can find some example apps, including the one we will build in this tutorial, in the exampleApps folder.
@@ -83,7 +83,7 @@ You should be able to acess the Zipkin UI by clicking on the service domain.
- Add a New service by clicking `+ New`
- Select Template as the Source
-- Type Prometheus and select the Prometheus template (be sure to select [this one](https://railway.app/template/KmJatA))
+- Type Prometheus and select the Prometheus template (be sure to select [this one](https://railway.com/template/KmJatA))
- Click `Deploy` to apply and deploy the service
*The template deploys with the proper UI port already configured to enable accessing the Prometheus UI from your browser*
diff --git a/src/docs/tutorials/deploy-and-monitor-mongo.md b/src/docs/tutorials/deploy-and-monitor-mongo.md
index 81b124ec2..269d71f1e 100644
--- a/src/docs/tutorials/deploy-and-monitor-mongo.md
+++ b/src/docs/tutorials/deploy-and-monitor-mongo.md
@@ -34,7 +34,7 @@ By the end of this tutorial, you will have a project similar to the one below.
alt="Screenshot of Project Canvas"
layout="responsive"
width={1477} height={823} quality={100} />
-
[Live Demo in Railway](https://railway.app/project/0976c33d-031f-4c31-9f6c-1457c66273e6)
+
[Live Demo in Railway](https://railway.com/project/0976c33d-031f-4c31-9f6c-1457c66273e6)
**Let's get started!**
@@ -44,7 +44,7 @@ width={1477} height={823} quality={100} />
First, we will deploy the Mongo replica set using the template in the Railway marketplace.
-- Click here to open the deployment page for the Mongo replica set
+- Click here to open the deployment page for the Mongo replica set
- Click `Configure` next to the **init-mongo-ha** service and add your [Railway API token](/guides/public-api#creating-a-token)
- Click `Deploy`
@@ -231,7 +231,7 @@ This service will connect to the MongoDB and retrieve various metrics. It makes
- Add a New service by clicking `+ New`
- Select `Template` as the Source
-- Type Prometheus, and select the Prometheus template (be sure to select [this one](https://railway.app/template/KmJatA))
+- Type Prometheus, and select the Prometheus template (be sure to select [this one](https://railway.com/template/KmJatA))
- Click `Deploy Template` to apply and deploy the service
Now we need to configure Prometheus to scrape metrics from the exporter.
diff --git a/src/docs/tutorials/deploying-a-monorepo.md b/src/docs/tutorials/deploying-a-monorepo.md
index a1d8b8b92..31c63ced2 100644
--- a/src/docs/tutorials/deploying-a-monorepo.md
+++ b/src/docs/tutorials/deploying-a-monorepo.md
@@ -48,7 +48,7 @@ The backend, built with [Go](https://go.dev/), will stream quotes that will be d
## 1. Create a new empty project
-- From [your dashboard](https://railway.app/dashboard) click `+ New Project`
+- From [your dashboard](https://railway.com/dashboard) click `+ New Project`
**Notes:**
-- The variables used here are reference variables, learn more about them [here](https://docs.railway.app/guides/variables#referencing-another-services-variable).
+- The variables used here are reference variables, learn more about them [here](https://docs.railway.com/guides/variables#referencing-another-services-variable).
- Both the Frontend and Backend variables reference each other's public domains. The `RAILWAY_PUBLIC_DOMAIN` variable will be automatically updated whenever you deploy or re-deploy a service.
-- See a list of additional variables [here](https://docs.railway.app/reference/variables#railway-provided-variables).
+- See a list of additional variables [here](https://docs.railway.com/reference/variables#railway-provided-variables).
## 6. Directory setup
diff --git a/src/docs/tutorials/getting-started.md b/src/docs/tutorials/getting-started.md
index 4bf548e2b..4b5a156b6 100644
--- a/src/docs/tutorials/getting-started.md
+++ b/src/docs/tutorials/getting-started.md
@@ -12,5 +12,5 @@ Also checkout our [Quick Start Tutorial](/quick-start) to deploy an app in minut
Pull requests are welcome. If you make a quality tutorial for other Railway users, we would really love to include it!
-If there is a tutorial you hope to see, please create a post in Forums!
+If there is a tutorial you hope to see, please create a post in Forums!
diff --git a/src/docs/tutorials/migrate-from-heroku.md b/src/docs/tutorials/migrate-from-heroku.md
index 98539c35e..f5d61c0fc 100644
--- a/src/docs/tutorials/migrate-from-heroku.md
+++ b/src/docs/tutorials/migrate-from-heroku.md
@@ -101,4 +101,4 @@ For more advanced operations, like migrating your databases from Heroku to Railw
## Need Help?
-If you run into any issues, or would like help with your migrations, we would be more than happy to answer your questions on our Discord or over email at [team@railway.app](mailto:team@railway.app).
\ No newline at end of file
+If you run into any issues, or would like help with your migrations, we would be more than happy to answer your questions on our Discord or over email at [team@railway.com](mailto:team@railway.com).
\ No newline at end of file
diff --git a/src/docs/tutorials/set-up-a-datadog-agent.md b/src/docs/tutorials/set-up-a-datadog-agent.md
index 082f042d3..2b6141c6c 100644
--- a/src/docs/tutorials/set-up-a-datadog-agent.md
+++ b/src/docs/tutorials/set-up-a-datadog-agent.md
@@ -12,7 +12,7 @@ In this tutorial you will learn how to -
- Deploy a Datadog agent in Railway - listening for metrics, logs, and traces.
- Configure an application to send metrics, logs, and traces to the agent.
-If you are looking for a quicker way to get started, you can also deploy this project from a template.
+If you are looking for a quicker way to get started, you can also deploy this project from a template.
**Prerequisites**
diff --git a/src/docs/tutorials/set-up-a-tailscale-subnet-router.md b/src/docs/tutorials/set-up-a-tailscale-subnet-router.md
index 9a5b9e2cc..251cc3760 100644
--- a/src/docs/tutorials/set-up-a-tailscale-subnet-router.md
+++ b/src/docs/tutorials/set-up-a-tailscale-subnet-router.md
@@ -14,7 +14,7 @@ In the context of Railway, The "other devices" are the services within a project
This tutorial will help you connect to your database via the private network without you having to use public endpoints.
-Since Railway doesn't currently offer a native way to access the private network from our local environment, we can use a Tailscale Subnet Router to accomplish this.
+Since Railway doesn't currently offer a native way to access the private network from our local environment, we can use a Tailscale Subnet Router to accomplish this.
Deploying Tailscale as a subnet router into our project means that we can access the `railway.internal` private domains from any device connected to our tailnet.
@@ -125,7 +125,7 @@ width={1363} height={817} quality={100} />
- In the top right of the project canvas, click **Create** → Choose **Template**.
-- Search for the Tailscale Subnet Router template.
+- Search for the Tailscale Subnet Router template.
Choose the result that is published by **Railway Templates**.
diff --git a/src/hooks/useGlobalBanners.tsx b/src/hooks/useGlobalBanners.tsx
index 47b7402d7..eab6ca7df 100644
--- a/src/hooks/useGlobalBanners.tsx
+++ b/src/hooks/useGlobalBanners.tsx
@@ -25,7 +25,7 @@ export interface GlobalBanner {
// Launch Week 01 is now{" "}
// {isFirstStop ? "boarding" : "in service"}.{" "}
// {isFirstStop ? "First" : isLastStop ? "Last" : "Next"} stop:{" "}
-//
+//
// {linkText}
//
// !
diff --git a/src/layouts/DocsLayout.tsx b/src/layouts/DocsLayout.tsx
index c8cd68db2..cf3112baa 100644
--- a/src/layouts/DocsLayout.tsx
+++ b/src/layouts/DocsLayout.tsx
@@ -14,7 +14,7 @@ export interface Props extends PageProps {
}
const getOGImage = (title: string) =>
- `https://og.railway.app/api/image?fileType=png&layoutName=Docs&Theme=Dark&URL=&Page=${encodeURIComponent(
+ `https://og.railway.com/api/image?fileType=png&layoutName=Docs&Theme=Dark&URL=&Page=${encodeURIComponent(
title,
)}`;
diff --git a/src/pages/_app.tsx b/src/pages/_app.tsx
index 3b28351a7..656257ac2 100644
--- a/src/pages/_app.tsx
+++ b/src/pages/_app.tsx
@@ -7,7 +7,7 @@ import { ThemeProvider } from "../styles/theme";
import { useScrollToOpenCollapse } from "../hooks/useScrollToOpenCollapse";
const MyApp = ({ Component, pageProps }: AppProps) => {
- useFathom(process.env.NEXT_PUBLIC_FATHOM_CODE ?? "", "docs.railway.app");
+ useFathom(process.env.NEXT_PUBLIC_FATHOM_CODE ?? "", "docs.railway.com");
useScrollToOpenCollapse();
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index d40f16e57..4bd3b8cd8 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -138,7 +138,7 @@ const Home: NextPage = () => {
Join our Discord Server
-
+
Check out the Changelog
diff --git a/src/scripts/toml-reference.mjs b/src/scripts/toml-reference.mjs
index 316cbdd3d..093eb3807 100644
--- a/src/scripts/toml-reference.mjs
+++ b/src/scripts/toml-reference.mjs
@@ -14,7 +14,7 @@ async function main() {
}
const response = await fetch(
- "https://backboard.railway.app/railway.schema.json",
+ "https://backboard.railway.com/railway.schema.json",
);
if (!response.ok) {
throw new Error("Could not fetch JSON schema");