Generate a startup logo in seconds by typing what your company does and what style you want
Self-host the app so you control costs and can customize the generation options for your own use case
Fork the project as a starting template for building your own AI-powered design or image generation tool
| nutlope/logocreator | transitive-bullshit/nextjs-notion-starter-kit | ecopastehub/ecopaste | |
|---|---|---|---|
| Stars | 6,996 | 7,005 | 6,986 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | moderate | easy | easy |
| Complexity | 3/5 | 2/5 | 1/5 |
| Audience | vibe coder | vibe coder | general |
Figures from each repo's GitHub metadata at analysis time.
Requires a Together AI API key to generate logos when self-hosting, the hosted version at logo-creator.io works without setup.
AI Logo Generator is a free, open-source web app that creates professional logos in seconds. You describe what you want, and the app uses an AI image model called Flux Pro 1.1 (running on Together AI's infrastructure) to produce the logo. The whole project is open source, meaning anyone can look at the code, run it themselves, or contribute to it. The app is built with Next.js and TypeScript, which are standard tools for building web applications. The visual components come from Shadcn and Tailwind, a popular combination for building clean interfaces quickly. Authentication (sign-in and accounts) is handled by Clerk, rate limiting by Upstash Redis, and usage analytics by Plausible and Helicone. To run it yourself, you clone the repository, add a Together AI API key to a configuration file, install the dependencies, and start the development server. The README covers these steps in a few short lines. You will need your own Together AI account to generate logos when self-hosting. The project is still actively evolving. The README lists several planned features including a dashboard showing a user's logo history, SVG export support (currently only PNG is available), more style options, larger image sizes, and the ability to upload a reference logo for the AI to use as a starting point. This tool is aimed at founders, designers, and vibe coders who want a quick logo without paying for a design tool or waiting on a freelancer. The hosted version is available at logo-creator.io, and the open-source code lets anyone inspect or self-host it.
Free open-source web app that generates professional logos in seconds from a text description using the Flux Pro AI image model, self-hostable with your own Together AI API key.
Mainly TypeScript. The stack also includes TypeScript, Next.js, Tailwind.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly vibe coder.
This repo across BitVibe Labs
Verify against the repo before relying on details.