I burned 200 Million+ tokens so far and spent $300+ on bolt.
Here's the best use case of bolt.
We'll cover this workflow:
Claude AI
↓
Bolt. new
↓
Cursor
Let's start.
🧵
Bolt is best for:
- starting the project super fast.
- building your frontend sceens.
- micro saas applications
Bolt is not good for:
- building complex projects
- connecting backend to frontend
- API handling
So how to use bolt .new?
Start your workflow with Claude AI
1. Start a new project 2. Attach all documents
- PRD (Project Dev. Doc)
- App flow & Functionality Doc
- Frontend code (if you used v0) 3. Now tell Claude that you'll be using
- bolt .new start the project
Use ChatGPT o1 model: It is best for:
- Diving deep into research
- Preparing Documentation
- Crafting App layout
Then go to v0.
v0 is new figma: Design your frontend
- screens
- buttons
- effects
Continue 🧵
Now go to Claude AI chat.
This is your coding guide throughout the journey.
- Upload all docs
- write a detailed system prompt
- Use Claude prompt generator
Then go to Replit.
- Start a new project
- Install Nextjs Starter kit
- Connect Github (to save code)
- Connect cursor
Now go to cursor
Cursor is your coder. You'll be using AI to get the coding done for you.
Follow Claude's introductions for:
- creating all folders & files in cursor
- installing supabase (backend to save information on cloud)
- to connect frontend with backend.