Home

Awesome

<a href="https://www.logo-creator.io"> <img alt="AI Logo Generator" src="./public/og-image.png"> <h1 align="center">AI Logo Generator</h1> </a> <p align="center"> An open source logo generator – create professional logos in seconds with customizable styles. </p>

Tech stack

Cloning & running

  1. Clone the repo: git clone https://github.com/Nutlope/logocreator
  2. Create a .env file and add your Together AI API key: TOGETHER_API_KEY=
  3. Run npm install and npm run dev to install dependencies and run locally.

Future Tasks