Nameify is a lightweight, user-friendly web app for discovering and exploring business names. Whether you're starting a business, changing the name of your brand, or thinking about starting a business, Nameify helps you brainstorm ideas, preview them, and pick the best fit.
Table of Contents
- About
- Demo
- Features
- Tech stack
- Quick start
- Configuration
- Deployment
- Contributing
- Support
- License
Nameify is a backend focused project that provides an interactive interface to generate, and evaluate business names. The UI is designed to be clean and fast and is deployed at the Koyeb URL below.
Open the live demo: https://nameify.koyeb.app/
- Business name generation
- Responsive, mobile-first UI.
- NodeJS
- Express
- EJS
- TailwindCSS
- JavaScript
- Hosting: koyeb
Prerequisites
- Node.js (v16+ recommended)
- A package manager: npm, yarn, or pnpm
Clone the repo
git clone https://github.com/devjenko/Nameify.git
cd NameifyInstall dependencies
- npm i
Run locally
- npm run watch:css
- npm run dev
Build for production
npm run build
The business name generator uses an LLM api to generate business names. If you wish to clone the project and test it out yourself you will need to create a .env file and paste in your own LLM api key to be able to use the generation.
This project is currently hosted on Koyeb: https://nameify.koyeb.app/
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a feature branch: git checkout -b feature/your-feature
- Commit your changes: git commit -m "Add your feature"
- Push to your branch and open a Pull Request.
If you have questions or need help, open an issue in the repository or contact the maintainer:
- Owner: @devjenko
- Project page: https://github.com/devjenko/Nameify
- Live demo: https://nameify.koyeb.app/
“All Rights Reserved” — no one can copy, modify, or distribute this work without permission.
- Inspiration, libraries, or data sources used:
- MistralAi API
- DaisyUi Components
