---
title: "Deploy Bun Crons + Scripts"
description: "A simple setup for running Bun crons or scripts."
category: "Starters"
url: https://railway.com/deploy/mS2kAe
---

# Deploy Bun Crons + Scripts

A simple setup for running Bun crons or scripts.

**[Deploy Bun Crons + Scripts on Railway](https://railway.com/template/mS2kAe)**

- **Creator:** Bob Ambrose's Projects
- **Category:** Starters
- **Total deploys:** 6

## Template content

### Bun Cron

- **Source:** bambrose24/bun-script-template
- **Start command:** `bun run index.ts`

## Documentation

This is a dead-simple way to start adding a cron to your application using Bun. You can use Railway's Cron scheduling to run any TypeScript file super easily now with Bun.sh — just make your start command be

```
bun run your-file.ts
```

set your cron schedule in the service settings, and you're off to the races.

## Similar templates

- [open-excalidraw](https://railway.com/deploy/open-excalidraw) — Self-hostable collaborative drawing built on Excalidraw
- [caring-vibrancy](https://railway.com/deploy/caring-vibrancy) — Deploy and Host caring-vibrancy with Railway
- [Appsmith](https://railway.com/deploy/appsmith-1) — Low-code platform for internal tools, dashboards, and admin panels.

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