All Templates / Starters
Remix Railroad Blues Stack
Remix + Postgres optimized for Railway
Postgres
railwayapp-templates/postgres-ssl:latest
Just deployed
/var/lib/postgresql/data
Remix
shamsup/railroad-blues-stack-railway-template
Just deployed
This is a fork of the Remix Blues Stack adapted for deploying to Railway
Learn more about Remix Stacks.
Start the Postgres Database in Docker:
npm run docker
_ Note: The npm script will complete while Docker sets up the container in the background. Ensure that Docker has finished and your container is running before proceeding._
Initial setup:
only run this the first time
npm run setup
Start dev server:
npm run dev
This starts your app in development mode, rebuilding assets on file changes.
The database seed script creates a new user with some data you can use to get started:
rachel@remix.run
racheliscool
This is a pretty simple note-taking app, but it's a good example of how you can build a full stack app with Prisma and Remix. The main functionality is creating users, logging in and out, and creating and deleting notes.
app/models/user.server.ts
app/session.server.ts
app/models/note.server.ts
Check out the stack on GitHub for more details.
For an experiment with no traffic, this should cost about $2/mo to keep deployed without App Sleeping enabled
Template Content
Details
Created on Mar 6, 2024
32 total projects
5 active projects
50% success on recent deploys
TypeScript, JavaScript, Dockerfile, Shell, CSS
Starters
More templates in this category
New
Django Monolith
A Django app connected to a Postgres database with Celery and Celery Beat.
Prosper Otemuyiwa
TanStack + React Starter
A barebones TypeScript React starter with TanStack Router & Query setup
Kyle Gill
20
Scala Play
A simple Play framework app connected to a Postgres database.
Prosper Otemuyiwa