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: Which tech stack for macOS-App landing page?

1 pointsby Lausbertalmost 6 years ago
I want to release an macOS-App via my own website. I want a nice responsive website which shows some static content (Videos, Images, Text) about the app. Additionaly I want to have a download area, where you can find all released versions with changelogs. This download area should be automatically generated and updated, when I push a new version to my repository on Github. Changelogs should be generated based on squashed commit messages.<p>Which tech stack would you prefer? For example is WP extendable enough to achieve described goal? I also wanted to learn Typescript and react in the past, but this might be an overkill.<p>Background: iOS-Developer with currently no serious experience in web development.

2 comments

thedangleralmost 6 years ago
shameless plug. I own sytescope.com which makes websites extremely easy. Only hard part you would need to figure out how to pull in the changlogs using the code block. It would be possible I just don&#x27;t know if there is already a github script for it or not.
tobltobsalmost 6 years ago
Static HTML. Update download area with a simple scp from your build script.
评论 #20021472 未加载
评论 #20022278 未加载