๐ŸŽฌ Generate diverse names for UX/UI mockups with OpenAI

โšก 207 views ยท ๐ŸŽฌ Content Creation & Video

Description

This template demonstrates how to build an AI-powered name generator that creates realistic names perfect for UX/UI designers, developers, and content creators.

Use cases: User persona creation, mockup development, prototype testing, customer testimonials, team member listings, app interface examples, website content, accessibility testing, and any scenario requiring realistic placeholder names.

How it works

How to set up

  1. Replace โ€œDummy APIโ€ credentials with your preferred language model API key
  2. Update webhook path and authentication as needed for your application
  3. Test with different parameters: gender (masculine/feminine/neutral), count (1-20), reference_name (optional)
  4. Integrate webhook URL with your design tools, Bubble apps, or other platforms

Requirements

API Usage

POST to webhook with JSON body:

{
  "gender": "masculine",
  "count": 5,
  "reference_name": "Alex Chen" // optional
}

Response:

{
  "success": true,
  "names": ["Marcus Johnson", "David Kim", "Sofia Rodriguez", "Chen Wei", "James Wilson"],
  "count": 5
}

How to customize

๐Ÿ”— Nodes Used

Webhook, AI Agent, OpenAI Chat Model

๐Ÿ“ฅ Import

Download workflow.json and import into n8n: Workflow menu โ†’ Import from File

๐Ÿ“– Importing guide ยท ๐Ÿ”‘ Credential setup