Cloud Deployment | OpenMemory
Deploy OpenMemory to cloud providers like Vercel, Railway, and Render.
Cloud Deployment
Railway
- Fork the OpenMemory Repository.
- Login to Railway.
- Click "New Project" > "Deploy from GitHub repo".
- Select your fork.
- Add a Volume for
/app/datato ensure persistence.
Render
- Create a new "Web Service".
- Connect your repo.
- Runtime:
Node. - Build Command:
npm install && npm run build. - Start Command:
npm start. - Add a "Disk" attached to
/app/data.
Vercel (Client Only)
You cannot deploy the Backend Server to Vercel (it requires a persistent process). However, you can use the Standalone Mode directly in your Vercel Next.js apps.