How to determine how the tech is build for a product?

Nibha Gupta
6 replies
I have a great idea to build and want to know how my competitor products are built, using what technology and infrastructure. How does one go about this? Aren't there any AI tools which can help in this area?

Replies

Hjalte Niehorster
There are many options. Try to find out what they are doing through public GitHub repo's, check their YouTube channels. But also check BuiltWith.com or Wappalyzer. Not sure if this helps?
Share
Aris Nakos
@hhn Great reply here. Ask Claude or ChatGPT as well..try to figure it out as well yourself. It's been a great exercise of critical thinking. Also check ByteByteGo -- terrific technical newsletter
Share
Neel
There are many options - a quick google/youtube search on the nature of product that you are intending to build should give you some hints on the common tech stack used (e.g.: if its a analytical dashboard - chances are python will be involved, gaming app - C++/C# frameworks, unity, etc.). You could look up github repos, review the developer profiles on LinkedIn to see their skills, tools they use - perhaps, even reach out to them to get direct inputs. Alternatively, download or take up a subscription of their product and show it to several experienced professionals to get their opinion.
Share
Nibha Gupta
@nmitra This is really insightful. Thank-you so much. Github repos didnt come in my mind. I even thought about going to the developers directly, but didn't took the final step. I will now look into this in more details.
Gurkaran Singh
One way to uncover the tech stack of competitor products is through a combination of manual research and utilizing tools like website analyzers or code repository scanners. While AI tools are evolving, it's still a mix of human intelligence and digital sleuthing that often reveals the secrets behind the digital curtain. Happy hunting!