Follow the Quick Setup
section, copy the .env.example
to .env.local
, and add the keys. And also try a different provider, like HuggingFace (free) as a sanity check. That’s really it to get things working locally. Anything else is likely a problem with the provider (like adding a payment method for Anthropic or OpenAI, etc.).
Everything You Need to Get Started with bolt.diy - ~bolt.diy~ - oTTomator Community
# Clone the repository
git clone https://github.com/stackblitz-labs/bolt.diy
# Navigate to the project directory
cd bolt.diy
# Install pnpm globally
npm install -g pnpm
# Install dependencies
pnpm install
# Start the development server
pnpm run dev