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: What's your preferred tech stack for your side projects

3 pointsby mr_o47about 1 year ago
As an indie developer what has been your preferred tech stack when building side projects or SaaS products

4 comments

surprisetalkabout 1 year ago
• 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.
xeornetabout 1 year ago
Laravel - it’s awesome.
评论 #39528352 未加载
java-manabout 1 year ago
java and javafx
meowtasticabout 1 year ago
Astro - you can build pretty complex sites with their SSR mode these days.