This guide will help you get started with do.dev in just a few minutes.

Prerequisites

  • A do.dev account (sign up at do.dev)
  • Node.js 18+ (for SDK usage)

Step 1: Create an Account

Visit do.dev and create your account. You can sign up with:

  • Email and password
  • Google OAuth
  • GitHub OAuth

Step 2: Access the Dashboard

Once logged in, you'll have access to the do.dev dashboard where you can:

  • View your subscription status
  • Access product-specific dashboards
  • Manage API keys
  • View usage and billing

Step 3: Choose Your Products

Based on your needs, explore our products:

For Email

# Install the send.dev SDK
npm install @do/send

For Voice Transcription

Download the transcribe.dev desktop app from transcribe.dev to:

  • Transcribe voice to text anywhere with a hotkey
  • AI-powered text cleanup
  • Voice shortcuts and snippets

For Local Development

Access the local.dev dashboard to configure:

  • DNS management
  • Reverse proxy
  • SSL certificates

Step 4: Get Your API Keys

  1. Navigate to SettingsAPI Keys
  2. Click Create New Key
  3. Copy your key securely

Never commit API keys to version control. Use environment variables instead.

Next Steps

On this page