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: Suggest simpler tech for blog with members area

5 pointsby YuukiReyover 5 years ago
I built a blog that also has a members-only area. It&#x27;s for a family member and the users of the website are mostly 50 years and older.<p>The public facing content is created and maintained in Contentful. The site itself is hosted on Netlify and built with Gatsby. I used Material UI so I don&#x27;t have to spend too much time on UX and design questions. The members only area is built with Firebase auth and firestore. Firestore because they create events, and then other members (~ 50 people) can sign up for those events. They can also invite new members and I built some lightweight user management functionality (assign users to roles, such as admin). For signup emails I created a SendGrid account. This would also be used for emails sent to all members notifying them of new events.<p>This all worked out quite well but it feels like the opposite of boring technology and KISS. I don&#x27;t have anyone experienced enough I could ask, so I thought I&#x27;d ask HN.<p>What would you have used?

3 comments

codingdaveover 5 years ago
Wordpress.<p>I know that is a terrible answer for the vast majority of us on HN. But if this is for a family member, and dozens of others, who are not tech-savvy, don&#x27;t re-invent the wheel. Just give them something that works.
BjoernKWover 5 years ago
WordPress.<p>Technically skilled people, developers in particular, tend to look down upon it because of reasons such as its codebase and plugin API not being exactly clean.<p>It gets the job done, though, and it&#x27;s pretty robust, too, especially given its long history and dynamic ecosystem.<p>In my opinion, WordPress doesn&#x27;t nearly get enough praise for enabling people to create websites.<p>I deliberately chose WordPress for my business website because it allows me to delegate the nitty-gritty of running a website to developers who specialise in that sort of software.<p>Could I have done it myself using a static site generator and various supporting services for providing dynamic behaviour? Sure, but it&#x27;d have been much more work with arguably little to no benefit for something that&#x27;s not my core business.
szferi137over 5 years ago
This stack is aligned with a recent JAMStack trend and indeed involves a lot of different API&#x2F;tech. If I built something like that with a &quot;boring&quot; stack, I would go with Django and host it in Heroku, for example. Still works pretty well.
评论 #21902190 未加载