new version is in active development at new-vue3 branch
A Simple Online Logo Generator for People Who Want to Design Logos Easily.
- generate logo like PornHub or OnlyFans
- download your own logo in PNG/SVG format
- customize logo color
- customize logo font size
- open the Logoly website: https://logoly.pro/
- edit the text in the box
- change color & font size as you like
- click the Export button to download the image
- share it on Facebook
- customize fonts
See Changelog
For those who want to request new features or submit bug reports, click this link to open a new issue.
For those who want to play around with this project, read the Get Started section.
At the end of this section, I suggest you read the Contributing Guide.
- Node.js 18+
- npm 10+ (official package manager; please don't submit other lockfiles)
- clone this project
- install dependencies with
npm install(ornpm cifor a clean install) at the project root directory - start the development server with
npm run dev - make changes
- build with
npm run build
All scripts and the CI pipeline run with npm. Using Bun, pnpm, or yarn may create mismatched lockfiles and is not supported.

