Skip to content

Raindrop Code Quick Start

Raindrop Code is an integrated AI development environment that transforms your terminal into a powerful application builder. Build complete applications with databases, APIs, and deployment infrastructure through natural language conversations and structured workflows.

Prerequisites

Before you begin:

  • LiquidMetal Account: Sign up at liquidmetal.run
  • Node.js: Version 18 or higher

Installation Instructions

Step 1: Set Up Your Development Environment

Install Prerequisites

Verify installations:

Terminal window
node --version
brew --version

Step 2: Get Your LiquidMetal API Key

  1. Sign in or sign up for a LiquidMetal account at liquidmetal.run
  2. Navigate to Settings -> API Keys
  3. Create a new API key
  4. Copy your API key (you’ll need it in Step 4)

Step 3: Install Raindrop Code

Install the Raindrop CLI and Raindrop Code tools:

Terminal window
npm install -g @liquidmetal-ai/raindrop@latest
brew tap LiquidMetal-AI/tap
brew install raindrop-code

Verify installation:

Terminal window
raindrop-code --version

Step 4: Start Your First Project

Create a new directory for your project and start Raindrop Code:

Terminal window
mkdir my-raindrop-project
cd my-raindrop-project
export LM_API_KEY=<YOUR-LM-API-KEY>
raindrop-code

Creating Your First Application

Start a New Raindrop App

Once Raindrop Code is running, create a new application:

/new-raindrop-app

What Happens:

  • Raindrop Code uses GLM 4.6 as the default model
  • All subagents are handled by GLM for consistent development experience
  • Guides you through a structured workflow to build your application
  • Generates architecture, infrastructure, and application code
  • Deploys to live infrastructure