---
title: "Deploy Caardify"
description: "Add necessary secrets before deploying"
category: "Other"
url: https://railway.com/deploy/caardify
---

# Deploy Caardify

Add necessary secrets before deploying

**[Deploy Caardify on Railway](https://railway.com/template/caardify)**

- **Category:** Other

## Template content

### Postgres https://devicons.railway.app/i/postgresql.svg

- **Image:** ghcr.io/railwayapp-templates/postgres-ssl:17

### caardify https://i.ibb.co.com/Ndr4rrWx/w-icon.png

- **Image:** ghcr.io/caardify/caardify:latest
- **Health check:** /
- **Public domain:** Yes

### Redis https://cdn.sanity.io/images/sy1jschh/production/0ce0bfdcfbdbf69662b1116671f97c2dd788b655-157x157.svg

- **Image:** redis:8.2.1
- **Start command:** `/bin/sh -c "rm -rf $RAILWAY_VOLUME_MOUNT_PATH/lost+found/ && exec docker-entrypoint.sh redis-server --requirepass $REDIS_PASSWORD --save 60 1 --dir $RAILWAY_VOLUME_MOUNT_PATH"`

### caardify-api https://i.ibb.co.com/Ndr4rrWx/w-icon.png

- **Image:** ghcr.io/caardify/caardify-api:latest
- **Health check:** /health
- **Public domain:** Yes

## Documentation

# Deploy and Host Caardify on Railway

Caardify is a digital profile and NFC business card platform that lets individuals and teams create public, shareable profiles. Users can instantly share contact details, social links, and business information through NFC taps or profile URLs—no mobile app required.

---

## About Hosting Caardify

Hosting Caardify involves deploying a full-stack web application that includes a frontend for public profiles and dashboards, a backend API for user and card management, and a database for storing profile and analytics data. Railway simplifies this process by handling infrastructure provisioning, environment variables, scaling, and deployments. With Railway, Caardify can be deployed directly from a Git repository, automatically rebuilt on every push, and scaled as usage grows without managing servers manually.

---

## Common Use Cases

* Hosting public digital profiles for NFC business card users
* Managing company-wide employee profiles and smart cards
* Providing branded profile pages for events, sales teams, or agencies

---

## Dependencies for Caardify Hosting

* Node.js (for backend APIs and frontend builds)
* PostgreSQL or MongoDB (for user, profile, and analytics data)

### Deployment Dependencies

* Railway CLI: [https://docs.railway.app/develop/cli](https://docs.railway.app/develop/cli)
* Node.js: [https://nodejs.org](https://nodejs.org)
* PostgreSQL: [https://www.postgresql.org](https://www.postgresql.org)

---

### Implementation Details (Optional)

Caardify can be deployed using a standard Node.js service with environment variables configured in Railway:

```bash
railway login
railway init
railway up
```

Environment variables typically include database URLs, authentication secrets, and NFC profile base URLs.

---

## Why Deploy Caardify on Railway?

Railway is a singular platform to deploy your infrastructure stack. Railway will host your infrastructure so you don't have to deal with configuration, while allowing you to vertically and horizontally scale it.

By deploying Caardify on Railway, you are one step closer to supporting a complete full-stack application with minimal burden. Host your servers, databases, AI agents, and more on Railway.


## Similar templates

- [Rocky Linux](https://railway.com/deploy/rocky-linux) — Hosted Rocky Linux 9 workspace with SSH and persistent storage. 🚀
- [Foundry Virtual Tabletop](https://railway.com/deploy/X5tR6G) — A Self-Hosted & Modern Roleplaying Platform
- [Letta Code Remote](https://railway.com/deploy/letta-code-remote) — Run a Letta Code agent 24/7. No inbound ports, just deploy.

Open this page in a browser: https://railway.com/deploy/caardify
