Skip to content
/ bolt.diy Public template
forked from stackblitz/bolt.new

Prompt, run, edit, and deploy full-stack web applications using any LLM you want!

License

Notifications You must be signed in to change notification settings

stackblitz-labs/bolt.diy

Repository files navigation

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

  1. Clone the repository:
git clone https://github.com/stackblitz/bolt.git
cd bolt
  1. Install dependencies:
pnpm i

Development

To start developing the Bolt UI:

  1. Navigate to the bolt package:
cd packages/bolt
  1. Start the development server:
pnpm run dev

About

Prompt, run, edit, and deploy full-stack web applications using any LLM you want!

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • TypeScript 93.8%
  • SCSS 5.2%
  • Other 1.0%