Skip to content

Logo Executive v1.0.0

Compare
Choose a tag to compare
@VinayakaHegade VinayakaHegade released this 01 Jul 11:31
· 25 commits to dev since this release
f7ab0fb

Introduction

We're excited to announce the initial release of Logo Executive, an open-source platform designed to simplify the process of obtaining company logos. This first version provides a solid foundation with the following key features:

Features

Logo Retrieval API

Fetch company logos in PNG format using just the domain name via the /api/business/logo endpoint.

Dashboard

  • API Key Generation: Users can generate their API key and manage it through the dashboard page.

Search Functionality

  • Company Logo Availability: Users can check if a particular company's logo is available by providing the exact domain name in a search input on the welcome page.

Admin Features

  • Image Upload: Admins can upload their own images through the admin page using drag and drop.

Authentication

  • Full Auth System: Includes features for:
    • Signup: Users can create new accounts.
    • Sign In: Users can log in to their accounts.
    • Logout: Users can log out of their accounts.
    • Forgot Password: Users can reset their passwords.
  • Profile Management: Users can:
    • Update Profile Details: Users can update their profile information.
    • Update Password: Users can update their passwords.
    • Delete Account: Users can delete their accounts.