bolt.diy + DeepSeek Then Make A Simple App On Local PC

2. Install NodeJS

  1. Visit the [Node.js Download Page]  (https://nodejs.org/en/download/)
  2. Download the “LTS” (Long Term Support) version for your operating system
  3. Run the installer, accepting the default settings
  4. Verify Node.js is properly installed:

  For Windows Users:

  1. Press Windows + R
  2. Type sysdm.cpl and press Enter
  3. Go to Advanced tab → Environment Variables
  4. Check if Node.js appears in the Path variable

For Mac/Linux Users:

  1. Open Terminal
  2. Type this command:

     “`bash

    echo $PATH

    “`

  3. Look for “/usr/local/bin” in the output

3. Run application

Install Package Manager (pnpm): npm install -g pnpm

Install Project Dependencies: pnpm install

Start the Application: pnpm run dev

Run application
Run application

4. Bolt.diy Interface

Bolt.diy Interface

You can select multi chatbot API such as Open AI, Amazon Bedrock,…

Bolt.diy Interface

I will try to use Deepseek API

Bolt.diy Interface

You need register a deepseek account and make a API key

Bolt.diy Interface

Copy Api key and paste into Bolt.diy. And try it!!

No, Api key need charge free to use ><

Bolt.diy Interface

Now i try to use OpenAI GPT 4o Model. It seems working now

Bolt.diy Interface

Thanks for reading!