Inspiration

While there are many web services exist which generate brand names and logos based on the user's business idea currently, most of the domain names initially generated by these services are not available. The user needs to keep iteratively testing out different domain names in a tedious manual process before they can finally find an appropriate available domain name to use.

What it does

This application asks the user to input their business idea and then uses AI to generate a few appropriate domain names for the user which are still available. Based on the domain name chosen by the user, the application then generates a logo which can be used for the user's brand. The application does not register the domain name - the user will still have to use a domain registration service provider such as link or link to register the domain (we are not associated with either service provider).

How we built it

We used the Claude LLM to search and generate available domain names using the user's text as input. We used Stable Diffusion XL model to generate the logo based on the user's choice of domain name. Both models were provided by AWS PartyRock service. The service provided a default prompt generator, which we fine-tuned based on our tests.

Challenges we ran into

Based on our testing, the default parameters used in the models had to be fine-tuned to generate useful domain names and logos.

Accomplishments that we're proud of

We think this service will be very useful for entrepreneurs to start building their brands.

What we learned

Updating the default prompts and tuning the parameters well helped us get much better choices faster, with fewer retries required.

What's next for BrandSherpa

We would like to deploy our application and test it as much as possible. We believe there is a definite market need for the application, but would appreciate feedback from other users. After initial beta-testing, we would like to deploy this application as a commercial service.

Built With

  • claude
  • stablediffusionxl
Share this project:

Updates