Skip to content

sojinsamuel/my-usernames

Repository files navigation

Find usernames across multiple platforms in a click

Screenshot from 2023-10-30 17-54-09

A place where users or business tycoons can type in their brand name to check if thats available as a username on more than one social media platform at the same time. Currently it supports:

  • Snapchat
  • Youtube
  • Facebook

But What if its not available 😢

Screenshot from 2023-10-30 17-59-24

If the username you liked isnt available on a particular platform, then you can add checks for those usernames like so, by going to the dashboard: Screenshot from 2023-10-30 18-02-25

When a check is added for the first time, it runs a availability search in that instant likewise you saw on the homepage. But the gist is, that check you added will run every 24hrs (by a sscheduled nodejs bot) for each usernames those werent available at the first time to see if its available. Not just that, it also sends you an email which you used to register if a particular username becomes available.

When you add a check it will look like so:

Screenshot (8)

P.S The Last time checked will update/reset when the nodejs bot runs the next time for an unavailble username

Lastly only authenticated users can access /dashboard, /account pages.

Lighthouse Score

Screenshot from 2023-10-30 17-50-33

Stacks i used