TwinsNameGenerator
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data ā all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v3View latest version
A beautiful AI-powered tool for generating rhyming and similar names for twins with gender preferences.
- š¤ OpenAI-powered name generation
- š¶ Gender preference selection (boy/boy, girl/girl, boy/girl)
- šµ Rhyming and similar sounding name suggestions
- ⨠Beautiful, responsive interface
- šØ Modern design with smooth animations
āāā backend/
ā āāā index.ts # Hono API server
āāā frontend/
ā āāā index.html # Main HTML template
ā āāā index.tsx # React frontend entry
ā āāā components/
ā āāā App.tsx # Main app component
āāā shared/
ā āāā types.ts # Shared TypeScript types
āāā README.md
GET /
- Serves the frontend applicationPOST /api/generate-names
- Generates twin names based on preferences
- Select gender preference for twins
- Optionally provide style preferences or starting letters
- Click generate to get AI-powered name suggestions
- Browse through multiple suggestions with explanations
- Backend: Hono + OpenAI API
- Frontend: React + TypeScript + TailwindCSS
- Styling: Modern gradient design with animations