
How I built a Niche AI Name Generator using Llama 3.3 and PHP ๐
Hi Dev Community! ๐ Iโve always been frustrated with generic business name generators. You find a "cool" name, only to realize the .com domain is taken or costs a fortune. As a developer, I decided to scratch my own itch and build something specialized. Enter WhizName . ๐ The Tech Stack I wanted something fast, lightweight, and server-side efficient. Backend: PHP (Classic, reliable, and perfect for quick API integrations). AI Engine: Llama 3.3 (Fine-tuned via API to understand specific business context). Frontend: Tailwind CSS (For that clean, modern UI). Infrastructure: Hosted on a Hostinger VPS running Nginx. ๐ Challenges I Overcame The Domain Struggle: I integrated a real-time .com availability check so users don't fall in love with taken names. UX over Design: As a tech guy, Iโm not a fan of over-complicated designs. I kept it minimalโclean lines, high readability, and zero italic fonts (just a personal preference for a solid look!). SEO Automation: I built a dynamic routing system
Continue reading on Dev.to
Opens in a new tab


