mirror of
				https://github.com/stackblitz-labs/bolt.diy
				synced 2025-06-26 18:26:38 +00:00 
			
		
		
		
	| .github/workflows | ||
| .husky | ||
| .vscode | ||
| packages/bolt | ||
| .gitignore | ||
| .prettierignore | ||
| .prettierrc | ||
| .tool-versions | ||
| eslint.config.mjs | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| README.md | ||
Bolt Monorepo
Welcome to the Bolt monorepo! This repository contains the codebase for Bolt, an AI assistant developed by StackBlitz.
Repository Structure
Currently, this monorepo contains a single package:
bolt: The main package containing the UI interface for Bolt as well as the server components.
As the project grows, additional packages may be added to this workspace.
Getting Started
Prerequisites
- Node.js (v20.15.1)
 - pnpm (v9.4.0)
 
Installation
- Clone the repository:
 
git clone https://github.com/stackblitz/bolt.git
cd bolt
- Install dependencies:
 
pnpm i
Development
To start developing the Bolt UI:
- Navigate to the bolt package:
 
cd packages/bolt
- Start the development server:
 
pnpm run dev