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: Info/Affiliate site and social: Will pre-built platforms hurt me?

1 pointsby _jdamsover 8 years ago
If I was looking to create an informational website and potentially implement some affiliate links, and wanted to also build a community around it, would using a bunch of pre-built services do the job to get me off the ground quickly?<p>I was thinking either Squarespace or Wordpress for the initial setup, so I can start adding posts for content. Then implement a Discourse forum or Slack chat and embed either of the option into the page.<p>I&#x27;m thinking custom development would stall the idea rather than help me get it running quickly. Have any of you done this type of thing before with pre-built products&#x2F;platforms such as the ones listed above?

2 comments

wazanatorover 8 years ago
I would be cautious about using WordPress. It has a history of being very insecure. Right now there&#x27;s even a mass attack happening.[0]<p>From your description all you really need right now is a static site. Look into something like Jekyll. It requires some HTML and CSS knowledge but nothing an evening going through codecadmey wouldn&#x27;t fix (they also have a lesson on Jekyll). Plus you can initially launch and host for free on GitHub or GitLab then once you have your server setup with Discourse move it over as well. <a href="http:&#x2F;&#x2F;jekyll.tips" rel="nofollow">http:&#x2F;&#x2F;jekyll.tips</a> has some good tutorials and information along with templates.<p>[0]<a href="https:&#x2F;&#x2F;www.bleepingcomputer.com&#x2F;news&#x2F;security&#x2F;attacks-on-wordpress-sites-intensify-as-hackers-deface-over-1-5-million-pages&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.bleepingcomputer.com&#x2F;news&#x2F;security&#x2F;attacks-on-wo...</a>
skaplunover 8 years ago
WordPress is used for tons of affiliate sites :) you&#x27;re on the right path.