Find My Domain
Complete Guide

Documentation

Everything you need to get started and master AI-powered domain generation

Quick Start
Get started with Find My Domain in seconds

Prerequisites

  • Node.js 22 or higher
  • OpenAI API key (get one at platform.openai.com)
  • pnpm, npm, or yarn package manager

Option 1: Use with npx (No Installation)

# Set your API key
export OPENAI_API_KEY=sk-your-key-here

# Run immediately
npx find-my-domain --keywords tech startup --count 10

Option 2: Install Globally

# Install with pnpm
pnpm install -g find-my-domain

# Or with npm
npm install -g find-my-domain

# Or with yarn
yarn global add find-my-domain

Option 3: Install in Project

# Install as dependency
pnpm add find-my-domain

# Use in your code
import { generateDomainNames } from 'find-my-domain';
Need More Help?

Check out the full documentation on GitHub for more examples, troubleshooting, and advanced usage.