TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What's your preferred tech stack for your side projects

3 点作者 mr_o47大约 1 年前
As an indie developer what has been your preferred tech stack when building side projects or SaaS products

4 条评论

surprisetalk大约 1 年前
• serverless projects: HTML&#x2F;CSS&#x2F;JS on Cloudflare (e.g. <a href="https:&#x2F;&#x2F;potato.cheap" rel="nofollow">https:&#x2F;&#x2F;potato.cheap</a>)<p>• simple DB-backed web projects: HTML&#x2F;CSS&#x2F;JS with Deno (hono+postgres.js) on fly.io (e.g. <a href="https:&#x2F;&#x2F;flashcasts.com" rel="nofollow">https:&#x2F;&#x2F;flashcasts.com</a>)<p>• very interactive web frontends: Elm (i.e. <a href="https:&#x2F;&#x2F;taylor.town&#x2F;elm-2023" rel="nofollow">https:&#x2F;&#x2F;taylor.town&#x2F;elm-2023</a>)<p>Most of my upcoming projects are not web-based, so I’ll be looking into Lua&#x2F;Love and SwiftUI.
xeornet大约 1 年前
Laravel - it’s awesome.
评论 #39528352 未加载
java-man大约 1 年前
java and javafx
meowtastic大约 1 年前
Astro - you can build pretty complex sites with their SSR mode these days.