---
title: "Deploy Bolt.diy NEW"
description: "official open source version of Bolt.new"
category: "AI/ML"
url: https://railway.com/deploy/abVHie
---

# Deploy Bolt.diy NEW

official open source version of Bolt.new

**[Deploy Bolt.diy NEW on Railway](https://railway.com/template/abVHie)**

Machine-readable deploy manifest (JSON, validated by TemplateCI): https://railway.com/deploy/abVHie/manifest.json

- **Category:** AI/ML
- **Total deploys:** 346

## Template content

### bolt.diy NEW

- **Image:** ghcr.io/stackblitz-labs/bolt.diy:6a8449e
- **Public domain:** Yes

## Documentation

Features
- AI-powered full-stack web development for NodeJS based applications directly in your browser.
- Support for multiple LLMs with an extensible architecture to integrate additional models.
- Attach images to prompts for better contextual understanding.
- Integrated terminal to view output of LLM-run commands.
- Revert code to earlier versions for easier debugging and quicker changes.
- Download projects as ZIP for easy portability.

add Features env:

- NODE_ENV=development
- VITE_HMR_PROTOCOL=ws
- VITE_HMR_HOST=localhost
- VITE_HMR_PORT=5173
- CHOKIDAR_USEPOLLING=true
- WATCHPACK_POLLING=true
- PORT=5173
- GROQ_API_KEY=${GROQ_API_KEY}
- HuggingFace_API_KEY=${HuggingFace_API_KEY}
- OPENAI_API_KEY=${OPENAI_API_KEY}
- ANTHROPIC_API_KEY=${ANTHROPIC_API_KEY}
- OPEN_ROUTER_API_KEY=${OPEN_ROUTER_API_KEY}
- XAI_API_KEY=${XAI_API_KEY}
GOOGLE_GENERATIVE_AI_API_KEY=${GOOGLE_GENERATIVE_AI_API_KEY}
- OLLAMA_API_BASE_URL=${OLLAMA_API_BASE_URL}
- TOGETHER_API_KEY=${TOGETHER_API_KEY}
- TOGETHER_API_BASE_URL=${TOGETHER_API_BASE_URL}
- AWS_BEDROCK_CONFIG=${AWS_BEDROCK_CONFIG}
- VITE_LOG_LEVEL=${VITE_LOG_LEVEL:-debug}
- RUNNING_IN_DOCKER=true
- DEFAULT_NUM_CTX=${DEFAULT_NUM_CTX:-32768}

DEFAULT_NUM_CTX=32768 # Consumes 36GB of VRAM
DEFAULT_NUM_CTX=24576 # Consumes 32GB of VRAM
DEFAULT_NUM_CTX=12288 # Consumes 26GB of VRAM
DEFAULT_NUM_CTX=6144 # Consumes 24GB of VRAM



## 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/abVHie
