Logoist is a logo design service that creates unique, minimalistic logos tailored to your brand's identity.
This project was built by:
- NextJs as the framework
- Dall-E 3 from OpenAI for the AI model
- Clerk.com for authentication
- Vercel for hosting
- Upstash for rate limiting
First, duplicate the .env
file into a new file named .env.local
. Update the dummy values with your keys.
Refer to :
The first time you are running this project, you will need to install the dependencies. Run this command in your terminal:
yarn
To start the app, run:
yarn dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.