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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What's your go-to tech stack (or services/products) for side projects?

3 点作者 pcloadletter_12 个月前
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 条评论

c-nik12 个月前
- 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 个月前
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 个月前
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 个月前
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 个月前
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 个月前
JavaScript, Lit&#x2F;Web components, indexedDB, PWA, Github Pages. No backend, no building.
mikewarot12 个月前
Lazarus&#x2F;free Pascal for local GUI applications
bnchrch12 个月前
Quickly? without blocking myself?<p>Nextjs + Hasura