I've just launched a new Twitter username checker called username.so that allows you to monitor Twitter handles and get alerts once they're available to register!🎉
Here's how I built it in 3 days:
[1] Setup a db with MongoDB using their free tier
[2] Setup a nuxt_js project with their recently launched v3
[3] Created a home, login, register and dashboard pages
[4] Built user auth by creating a cookie on login and saving it to the browser
[5] Created a new Twitter API app (standard level is fine) and added it to the project
[6] Built the username check functions so we can see if it's suspended, taken or available using Twitter API
[7] Added a cron job that runs every hour and checks every handle in the database. Can handle 30k checks every 15 mins.
[8] Created a template in SendGrid and added a function to send an email alert when the handle is available
[9] Bought a logo from @nico_jeannen's new AI logo tool (needed some minor edits, but a great $20 spent)
[10] Deployed on a $15/mo instance from render
[11] Bought the domain from Namecheap for $95
[12] Launched! 🚀
Love to hear your feedback if it helps!
Oh awesome! Do names come back into circulation often?