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 go-to tech stack (or services/products) for side projects?

3 pointsby pcloadletter_12 months ago
I know this depends quite a bit on the application, but is there a general stack you use that you know you can knock out something quickly and deploy on the cheap?

8 comments

c-nik12 months ago
- Django if I need authentication and something more long-term that won&#x27;t change much.<p>- Nextjs if I need to do some quick demo or test something and having a frontend. (Also, I haven&#x27;t tried the authentication with Nextjs, it might be as easy to use as the one Django provides).<p>- Astro&#x2F;Vitepress for online documentation and static sites (I am testing both for small projects).
dimitrisnl12 months ago
Laravel. I don&#x27;t even like PHP, but I will always bootstrap something with Laravel. It&#x27;s just too easy.<p>I&#x27;m reading up Elixir&#x2F;Phoenix to spice things up though.
评论 #40524123 未加载
bilsbie12 months ago
I’m out of the game but I’d use Django. Not sure the simplest hosting these days.<p>Is there any kind of database service for no setup, tuning, or maintenance?
reducesuffering12 months ago
Next.js on Vercel<p>A complete frontend+backend page at &#x2F;my_path with a file at &#x2F;my_path&#x2F;page.tsx with ~20 lines in a single file that handles backend request, DB query, backend response, frontend html templating and client-side JS interactivity.
评论 #40529103 未加载
interbased12 months ago
I’ve used Flask with Python to deploy a front end for my code. It was pretty straightforward and you can find boilerplate to start.
meiraleal12 months ago
JavaScript, Lit&#x2F;Web components, indexedDB, PWA, Github Pages. No backend, no building.
mikewarot12 months ago
Lazarus&#x2F;free Pascal for local GUI applications
bnchrch12 months ago
Quickly? without blocking myself?<p>Nextjs + Hasura