TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How to build an online review platform?

1 pointsby nicdcabout 4 years ago
Hello. I would like to create an online review platform around a niche industry. Something similar to Capterra (https:&#x2F;&#x2F;www.capterra.com) would be nice, but I don&#x27;t need anything that fancy. Good SEO capabilities would be great though (I guess this obvious, no?).<p>What stack&#x2F;tools should I be looking into?<p>Note: Last time I built and hosted a website Dreamweaver and Geocities were popular. So it&#x27;s been a while. In case it helps, I know Python (for data science, though) and have dabbled in Hugo (the static site generator).<p>Looking forward to your replies!

2 comments

mimixcoabout 4 years ago
Whew! That&#x27;s a big question.<p>I&#x27;m assuming this is going to run in the browser so you have the same platforms available as you would building anything else. If you are the lead or only dev, then the most important factor is picking a platform that you can understand and work with, and by platform I mean language, frameworks, and tooling that you&#x27;ll need to get the thing running. Asking devs &quot;What&#x27;s the best platform?&quot; is like asking fashionistas what the best clothes are. Everybody likes different stuff. There are even no-code&#x2F;low-code options that could probably be used to pull off something like you&#x27;re looking for.<p>That&#x27;s the tech side. Now if you&#x27;re thinking of this becoming a <i>business</i>, you have a whole slew of other considerations when picking a platform, mostly related to deployment. Is this cross-platform? Is there a mobile app? Who will host it? Etc. If you know you&#x27;re going for a commercial product, it&#x27;s worth examining the entire &quot;software lifecycle,&quot; as it&#x27;s called, to see how you&#x27;ll get that worked out. For there is no such thing as a software product, only a software lifecycle, meaning releases, fixes, upgrades, support, legal, etc.
superasnabout 4 years ago
If it&#x27;s an MVP I&#x27;m pretty sure a Wordpress site with a review plugin should be enough for your needs.<p>This will also have good SEO capabilities as bonus.