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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What is the tech stack of your side project?

17 点作者 spacesarebetter超过 2 年前
And much does it cost you to run your side project?

10 条评论

xena超过 2 年前
My side project&#x27;s tech stack is NixOS, Nginx, Rust and Xeact. It&#x27;s a fairly popular blog that gets hundreds of thousands of hits per month (<a href="https:&#x2F;&#x2F;xeiaso.net" rel="nofollow">https:&#x2F;&#x2F;xeiaso.net</a>). It&#x27;s also got a hand-crafted CDN (XeDN) written in Go using net&#x2F;http, tsnet and BoltDB running on fly.io.<p>On average it costs me $60 per month to run it in particular (Hetzner&#x2F;AWS Route53&#x2F;fly.io), but after ad and patreon income it actually earns me about $240 per month. I&#x27;ve been looking at minimizing the tech stack down some more to make it more cash-positive but moving everything on the Hetzner box to my homelab is logistically annoying. I&#x27;ll get there some day.
mtmail超过 2 年前
related<p>700 comments on &quot;Ask HN: What would be your stack if you are building an MVP today?&quot; <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=34530052" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=34530052</a> last month<p>&quot;Ask HN: What&#x27;s the best tech stack for indie hacking?&quot; <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=34551770" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=34551770</a> last week
评论 #34647071 未加载
neongreen超过 2 年前
I wrote a journaling app for myself — <a href="https:&#x2F;&#x2F;windofchange.me" rel="nofollow">https:&#x2F;&#x2F;windofchange.me</a>. I’m currently the heaviest user, but there are others.<p>I’ve been a Haskeller for most of my career, but for this one I’m using Next.js and TypeScript for the backend and frontend.<p>GraphQL API (Pothos + Apollo), Postgres for the DB, DigitalOcean for the hosting.<p>Costs about $30&#x2F;mo — hosting, managed Postgres, managed Redis. Could probably be $10&#x2F;mo if I ran everything on the same droplet, but I like DO’s automated deploys and having to manage zero state by myself.
joshmn超过 2 年前
I have two:<p><a href="https:&#x2F;&#x2F;SherlockDNA.com" rel="nofollow">https:&#x2F;&#x2F;SherlockDNA.com</a> runs a lot of reports for genetic genealogists. It&#x27;s boring a boring Rails-based app with Stimulus and Hotwire. This is plopped on a cheap $20 node from Hetzner. I use Hatchbox.io for deployment and love it. For the two, $30&#x2F;month.<p><a href="https:&#x2F;&#x2F;ranchoelcharro.com" rel="nofollow">https:&#x2F;&#x2F;ranchoelcharro.com</a> is a horse ranch in Mexico that rescued during COVID. The site itself lives on SquareSpace so non-technical people can edit. Behind the scenes I built out our own booking&#x2F;reservation platform after being woefully dissatisfied with commercial options. It, too, is another boring Rails-based app with Stimulus and Hotwire (yes, even the widget that handles the booking is boring). Site lives on Heroku because I was too lazy to do anything else at the time, and it&#x27;s fine there for now. It handles a half-dozen integrations with tour agencies, all back-office stuff, and more. It&#x27;s about $50&#x2F;month for everything to make it hum on Heroku which is great because I don&#x27;t have to worry about it — my employees lives and their families lives depend on them getting reservations, so I want to make sure that it&#x27;s as me-no-play-sysadmin as possible. SquareSpace, while annoying for a web developer like myself, is fine and runs us $33&#x2F;month. All together, our tech spend is about $120&#x2F;month — HelpScout for emails&#x2F;tickets, emails sent with Postmark.
评论 #34655016 未加载
moomoo11超过 2 年前
go for all services + firebase (hosting, storage, auth) + cloud sql (optional, used for my b2b saas I’m working on for example)<p>ui is svelte or react based on whether I’m building a static cms or a full blown app.<p>Mobile is flutter.<p>Cost? Depends. For enabling SSO I need to be on paid plan for firebase. If I need cloud sql cost goes up. Otherwise it’s basically cheap or free depending on project requirements.
buffet_overflow超过 2 年前
My side project is provisioning infrastructure by starting with a fresh, local VM, provisioning it with Ansible, and copying it to disk to allow it to be booted on bare metal for further use.<p>Packer, Terraform, Pulumi, and Docker for infrastructure.<p>Proxmox as the provisioned hypervisor.<p>HashiCorp Vault (machine facing) and Bitwarden (user&#x2F;me facing) for secrets management.<p>Various Ansible playbooks for local orchestration and host provisioning.<p>Cost is one time hardware + development time. It’s amazing what tools are available for free these days.
tomcam超过 2 年前
Go, vanilla JS, homegrown CSS framework. Cost is zero, which was one of my self-imposed challenges.
dewey超过 2 年前
Keeping it boring. Rails, Postgres running with Docker on a dedicated server. Postgres is managed by DigitalOcean.<p>Total price is around 30 Dollars &#x2F; month
matthewwolfe超过 2 年前
NextJS hosted on Vercel + MongoDB Atlas, all within the free tiers. I pay about $10 a year for the domain and that’s it.
AlexITC超过 2 年前
sssppa! (Scala, Scala.js, Slinky, Postgres, Play, Anorm)<p>I run many side projects with this stack, and, it is fantastic due to the low maintenance requirements.<p>Besides the domain, it costs between $5-10 USD&#x2F;service&#x2F;month, if I wanted to save, I could just run a bigger server hosting all my services