Ask HN: Suggest simpler tech for blog with members area

https://news.ycombinator.com/item?id=21901903
by YuukiRey • 7 years ago
5 4 7 years ago

I built a blog that also has a members-only area. It's for a family member and the users of the website are mostly 50 years and older.

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'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.

This all worked out quite well but it feels like the opposite of boring technology and KISS. I don't have anyone experienced enough I could ask, so I thought I'd ask HN.

What would you have used?

Related Stories

Loading related stories...

Source preview

news.ycombinator.com