---
title: "Deploy open-wearables"
description: "Unify wearable health data through one AI-ready API."
category: "AI/ML"
url: https://railway.com/deploy/open-wearables
---

# Deploy open-wearables

Unify wearable health data through one AI-ready API.

**[Deploy open-wearables on Railway](https://railway.com/template/open-wearables)**

- **Creator:** Health Kowshik's Projects
- **Category:** AI/ML
- **Total deploys:** 9

## Template content

### Celery Worker https://devicons.railway.app/c

- **Source:** https://github.com/healthkowshik/open-wearables
- **Start command:** `scripts/start/worker.sh`

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

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

### 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"`

### Frontend https://devicons.railway.app/vite

- **Source:** https://github.com/healthkowshik/open-wearables
- **Health check:** /
- **Public domain:** Yes

### Celery Beat https://devicons.railway.app/c

- **Source:** https://github.com/healthkowshik/open-wearables
- **Start command:** `scripts/start/beat.sh`

### backend https://devicons.railway.app/python

- **Source:** https://github.com/healthkowshik/open-wearables
- **Start command:** `scripts/start/app.sh`
- **Health check:** /
- **Public domain:** Yes

## Documentation

# Deploy and Host open-wearables on Railway

## Hyperlinks
- https://github.com/the-momentum/open-wearables
- https://docs.openwearables.io/


## About Hosting

> Self-hosted platform to unify wearable health data through one AI-ready API.

open-wearables is a open-source platform that unifies wearable device data from multiple providers and enables AI-powered health insights through natural language automations. Build health applications faster with a single API, embeddable widgets, and intelligent webhook notifications.


## Common Use Cases

- 🏃 Fitness Coaching Apps: Connect user wearables to provide personalized training recommendations. Running coaches can create users, share connection links via WhatsApp, and test AI insights capabilities
- 🏥 Healthcare Platforms: Aggregate patient health data from various devices and set up automations for health alerts
- 💪 Wellness Applications: Track and analyze user activity across different wearables with AI-powered insights
- 🔬 Research Projects: Collect standardized health data from multiple sources
- 🧪 Product Pilots: Non-technical product owners can test platform functionality by sharing connection links with users without needing their own app
- 👤 Personal Use: Individuals can self-host the platform to connect their own wearables, chat with their health data using the AI Health Assistant, and set up personal health insights - all with complete data privacy and control

## Why Deploy

- 🔌 Integrate multiple wearable providers through one API instead of maintaining separate implementations
- 📊 Access normalized health data across different devices (heart rate, sleep, activity, steps, etc.)
- 🏠 Self-hosted solution - deploy on your own infrastructure with full data control
- 🚀 No third-party dependencies for core functionality - run it locally with docker compose up
- 🤖 Build AI-powered health insights and automations using natural language (coming soon)
- 🧩 Embeddable widgets for easy integration into your applications (coming soon)

## Dependencies for

No third-party dependencies for core functionality. Built with:

- 🐍 Backend: FastAPI (Python)
- ⚛️ Frontend: React + TanStack Router + TypeScript (Vite)
- 🗄️ Database: PostgreSQL + Redis
- ⚙️ Task Queue: Celery (background jobs for data syncing and processing)
- 🔐 Authentication: Self-contained (no external auth services required)
- 📡 API Style: RESTful with OpenAPI/Swagger documentation

### Deployment Dependencies

Run it locally with `docker compose watch`



## Similar templates

- [Chat Chat](https://railway.com/deploy/-WWW5r) — Chat Chat, your own unified chat and search to AI platform.
- [stella](https://railway.com/deploy/stella) — Self-host stella with web, API, Postgres, Redis, and object storage.
- [Hermes Agent | OpenClaw Alternative with Dashboard](https://railway.com/deploy/hermes-agent-or-openclaw-alternative-wit) — Self-Hosted Hermes AI Agent for Telegram, Discord & Slack

Open this page in a browser: https://railway.com/deploy/open-wearables
