The Workflow
- Build your backend with Backdrift
- Export the Design Doc
- Paste into Bolt with your requirements
- 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:- Click Export in Bolt
- Choose GitHub repository
- Push the code
- Deploy to Vercel, Netlify, or Cloudflare Pages
Tips for Bolt
Start Simple
Start Simple
Begin with core features. Add complexity later.
Use React Query
Use React Query
Ask Bolt to use React Query for data fetching—it handles caching and refetching.
Request Error Handling
Request Error Handling
“Add proper error handling with toast notifications for API errors.”
Request Loading States
Request Loading States
“Add skeleton loaders while data is fetching.”
v0 Integration
Generate UI components with v0.
