Skip to main content
Bolt by StackBlitz is an AI-powered development environment that can build and run code directly in the browser. Combined with Backdrift, you can create complete applications.

The Workflow

  1. Build your backend with Backdrift
  2. Export the Design Doc
  3. Paste into Bolt with your requirements
  4. Get a running application in the browser

Step-by-Step

1. Build Your Backend

Create and deploy your backend in Backdrift.

2. Get the Design Doc

From your project’s Artifacts tab:
  • Click Design Doc
  • Copy to clipboard

3. Open Bolt

Go to bolt.new and start a new project.

4. Paste and Prompt

5. Watch It Build

Bolt will:
  • Create React components
  • Set up API client with your URL
  • Configure authentication
  • Run the app in the browser

6. Iterate

Bolt Advantages

Instant Preview

See your app running immediately—no deployment needed.

Full IDE

Edit code directly in the browser with full IDE features.

Terminal Access

Run npm commands, install packages, run tests.

GitHub Sync

Push to GitHub when ready for production.

Example Prompt

Working with the Generated Code

Bolt generates standard React code. You can:

Edit Directly

Click any file in the sidebar to edit. Changes are applied instantly.

Install Packages

Run Commands

Handling Authentication

Bolt can implement the full auth flow:

Connecting to Your API

The Design Doc includes your API URL. Bolt will use it directly:

Exporting Your App

When ready for production:
  1. Click Export in Bolt
  2. Choose GitHub repository
  3. Push the code
  4. Deploy to Vercel, Netlify, or Cloudflare Pages

Tips for Bolt

Begin with core features. Add complexity later.
Ask Bolt to use React Query for data fetching—it handles caching and refetching.
“Add proper error handling with toast notifications for API errors.”
“Add skeleton loaders while data is fetching.”

v0 Integration

Generate UI components with v0.