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/sendFor 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
- Navigate to Settings → API Keys
- Click Create New Key
- Copy your key securely
Never commit API keys to version control. Use environment variables instead.
Next Steps
- Authentication - Learn about auth options
- API Reference - Explore our APIs