đ Welcome to the Spooky First Issue of Crazy Eggs!
Unwrap the first crazy egg: learn how to snoop on the competition, build a gym crowd tracker, and discover a new product for user research.
Hey Eggheads,
It's Friday the 13thâfitting for the first issue of Crazy Eggs, right? But don't worry, Iâm not bringing you bad luck, just killer product hacks and cool stuff to get you inspired this week. Letâs jump right in!
đľď¸ââď¸ Snoop on your competition
Ever wondered what your competitors are cooking up behind closed doors? Sometimes it's easy to peek inside with a dummy account, but when it's a stealth startup or an elusive B2B setup, things get tricky. So, how do you find that hidden sign-up pages ? Enter: BuiltWith.
How to use it
Fire Up BuiltWith: Head to BuiltWith and pop in the main URL of the company youâre curious about. Itâs free for up to 10 lookups per dayâmore than enough to get started.
Check the Tech Profile: Navigate to the âDetailed Technology Profileâ tab. On the right, youâll see every subdomains from that website listed. This is where the magic happens.
Explore the Subdomains: Look for interesting subdomains like
signup
,console
,app
, ordashboard
âthese sometimes host hidden features, signup pages, or beta tools that arenât visible on the main site.
But hereâs the real question: Why bother? đ¤
Spot New Features: See what your competitors are focusing onânew features, user needs, or trends theyâre betting on that you mightâve missed.
Understand Whatâs Not Working: Find out whatâs missing. Spotting their blind spots can help you build something even better.
Donât Get Lost in the Stalking Spiral: It's tempting to go full Sherlock, but donât forget who matters mostâyour users. This isnât about copying; itâs about learning from othersâ wins and losses.
Discover New Products: Sometimes itâs not even about competition. You just stumble onto some cool tools and ideas and want to see how they work.
đĄ DIY gym crowd tracker
So, Iâve been trying to get into a consistent gym habit. Pick a day and time and go, right? But my gym tends to get super crowded, and for me nothing kills the vibe like a sea of people crammed in and waiting for equipment. My gymâs app shows how many people are there, but the times I picked are always too busy and I have to keep checking every few minutes to see if the capacity has reduced. So, I built a little tool to give me a heads-up when the crowd is manageable.
Hereâs How I Built My Gym Tracker:
Step 1: Find the API
The Gym Group doesnât have a public API, so my first move was to scour the internet. Luckily, someone had already dug around and done some reverse engineering. Look hard enough and often times, someone has already done the poking around before you.
Step 2: The Main Setup
I built this in Make. The setup has three modules:
Module 1: Login
I run the API call to log in using my credentials and get back the authentication tokens.
Module 2: Crowd Check
With the tokens, I hit the endpoint that tells me how many people are currently in the gym.
Module 3: Notifications with Logsnag
I used Logsnag to send myself notifications based on the crowd count. Logsnag is a simple event notification tool that shoots the alert straight to my phone. My notification reads: âThere are x people at the gym. If you get up now, you can make it in time.â
Step 3: The Filter
I only want to know when the gym has 50 or fewer people. So, I added a filter that checks the current crowd number, and if itâs less than or equal to 50, it triggers the Logsnag notification.
Step 4: Set the Schedule
The final touch: scheduling the automation to run. I set it to check every two hours on Tuesdays, Wednesdays, and Thursdays between 7:30 PM and 10:30 PM.
And thatâs it! If your gymâs API isnât readily available, try poking around the network tab in your browserâs dev tools, or look for hidden resources. Get creative, have fun, and maybe youâll solve a problem thatâs been bugging you for a while.
đĽEggsplore: Digging into products you need to know
Buzzabout
đ§ First Impressions
Cool name, and it nails a big problemâhelping you mine Reddit for all the juicy insights without you having to dive into the endless rabbit hole of threads and comments. Itâs basically like having a personal Reddit researcher doing all the hard work for you. Iâm into it. But then, I try looking up the pricing page and there isnât one. Just a mention in the FAQs about three free searches, which is a bit of a letdown. I need to know upfront if Iâm even in the game with my wallet.
đ ď¸ How It Works
Buzzabout is a Slack app, which means no separate sign-up or fancy UIâitâs all embedded into Slack. Thatâs great if youâre already on Slack; it makes sharing research with your team a breeze. But if youâre not using Slack, or youâre just a solo builder who wants to keep all your findings in a private stash, well, thatâs a bit of a bummer.
To use it, you just punch in a search query, and it starts digging through Reddit. They say it takes up to 5 minutes, but mine took about three, so not bad. You get five main topics with their sources, sentiment analysis, upvotes, and comment counts. The downside? When you try to click on a comment, it just dumps you at the top of the main post, which feels kind of half-baked.
đ§ How I Think Itâs Built
They use Redditâs API to sift through posts and comments related to your search term, focusing primarily on those with the most upvotes and engagementâbasically the stuff thatâs resonating most with people. From there, they would probably use LLMs like GPT or another text analysis tool, to scan through these comments and categorize them into key themes or topics. The likely thing to do would be to prioritize the posts and comments that carry more weight in the conversationâlike upvoted comments or popular threadsâso the sources it highlights actually reflect the dominant discussions on Reddit.
To keep improving, they would need to continually refine this model, probably through additional training or fine-tuning. This way, the AI would get sharper at reading context, picking out more nuanced trends, and providing better categorization, making the analysis more accurate and useful over time.
đ¤Śââď¸ The Bummers
No dedicated pricing page which makes it harder to decide if you even want to try this long-term.
Itâs locked into Slack. Great if youâre a Slack power user; not so great if youâre not.
Clicking on a comment link doesnât take you to the exact comment, just the main post. Thatâs like half the fun missing right there.
đ The Stunners
Super easy integration into Slack, which means if youâve got a team there, itâs seamless.
No separate sign-upsâjust add it to your Slack, and youâre off.
It provides detailed insights, not just on posts but deep into the comments, which is where the real gems often are.
Thatâs a Wrap!
And there you have itâthe debut issue of Crazy Eggs is served!
Donât miss out on next weekâs edition. Got feedback or a cool product suggestion? Hit me up anytime.
Keep experimenting, stay curious, and catch you next Friday!
Cheers!đ