Deploy can be even Faster

AI-powered deployment automation that makes web deployment as simple as a conversation. Chat with our AI, provide your project path, and watch the magic happen.

Why Choose Dipole?

๐Ÿค–

AI-Powered Intelligence

Smart project analysis and deployment strategy selection. Our AI understands your project structure and chooses the optimal deployment method automatically.

๐Ÿ“Š

Real-Time Progress

Visual progress tracking with live log streaming. Watch your deployment happen in real-time with detailed progress indicators and instant feedback.

๐Ÿš€

Multi-Platform Support

Deploy to Netlify or Vercel with CLI or API methods. Support for React, Next.js, Vue, static sites, and many more frameworks.

๐Ÿ“ฑ

Mobile-Friendly Sharing

QR codes and instant URL sharing make it easy to test your deployments on any device. Perfect for client presentations and team collaboration.

๐Ÿ”ง

Advanced Diagnostics

Built-in log analysis and troubleshooting tools. Copy, download, and analyze deployment logs with intelligent error detection.

๐Ÿ’ฌ

Conversational Interface

Natural language deployment commands. Simply chat with the AI using plain English - no complex configuration files needed.

Setup Required for Lovable AI Integration

โš ๏ธ Important: Complete Setup Before Using Public App

To use Dipole in a public Lovable AI environment, you must first complete all setup steps on your local machine. This ensures proper authentication and API access.

1

Install Prerequisites

Node.js (v18+), Python (v3.9+)

node --version
python --version
2

Get OpenAI API Key

Required for AI functionality

# Get from:
# platform.openai.com/api-keys
3

Setup Netlify CLI

For Netlify deployments

npm install -g netlify-cli
netlify login
4

Setup Vercel CLI

For Vercel deployments

npm install -g vercel
vercel login
5

Clone & Install

Get the Dipole repository

git clone <repo-url>
cd fast_deploy
pip install -r demo/requirements.txt
6

Configure Environment

Set your API keys

cp .env.example .env
# Edit .env with your keys
7

Enter Secrets in App

Use the left โ€œSecretsโ€ panel to input tokens

OPENAI_API_KEY, OPENAI_MODEL
NETLIFY_TOKEN, VERCEL_TOKEN

Optionally enable โ€œRemember on this deviceโ€ to cache to state/user_secrets.json. These values are injected to CLI and AI agent via environment variables.

๐Ÿš€ Ready? Launch Dipole