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: v7View 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