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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Companies of one, what is your tech stack in 2024?

13 点作者 ecmascript7 个月前
Hello dear HNers. Each year for the last few years I have asked companies of one, meaning companies that consists of only one person of what tech stacks you use. Include as much and as little information as possible but the more the merrier! Feel free to link to your site or project for show case if you want.<p>What is your tech stack?<p>Why did you choose it?<p>Do you think your choices had any impact on your success or failure?<p>Here is the previous threads:<p>(2023) https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=37467429<p>(2022) https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=32960033<p>(2021) https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=28299053<p>(2020) https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=25465582<p>(2019) https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=21024041<p>Thanks in advance!

12 条评论

ecmascript7 个月前
I&#x27;ll start since this year I&#x27;m finally in the process of building my first startup, even if it isn&#x27;t official yet.<p>What is your tech stack?<p>I use React with the Remix lib&#x2F;framework together with Mapbox for mapping purposes and PostgreSQL and SQLite for data storage. I host everything on a GleSYS server. I also use some C# that acts as a plugin to retrieve and sync data to the web app.<p>Why did you choose it?<p>I chose it because I am building a thick front end application and because it is tech I already knew. I need a lot of client side functionality so using what tech I already have knowledge of seemed easiest and I can bring whatever I learn to my day job and vice versa to get the synergy effects.<p>Do you think your choices had any impact on your success or failure?<p>Haven&#x27;t had failure or success yet since I am still in the process of building it.
codegladiator7 个月前
(2023) <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=37467429">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=37467429</a><p>(2022) <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=32960033">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=32960033</a><p>(2021) <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=28299053">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=28299053</a><p>(2020) <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=25465582">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=25465582</a><p>(2019) <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=21024041">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=21024041</a>
jmstfv7 个月前
ruby on rails, sqlite, sidekiq + redis, and caddy, all hosted on a single hetzner dedicated server. no front-end frameworks, only tailwind.<p>tarsnap and restic for offsite backups.<p>I push code to github; then capistrano (think bash script with some bells and whistles) deploys that code to the server and restarts systemd processes.<p>I&#x27;ve been running this saas business for 3+ years and wouldn&#x27;t change a thing. I&#x27;m also working on a new business with the exact same stack.
crisopolis7 个月前
I&#x27;m also in the process of building a product mostly in Elixir with minimal JavaScript. I just completed the WorkOS integration, now putting more effort into the actual product itself which is a extended workforce management SaaS.<p>What is your tech stack?<p>Backend: Phoenix<p>Frontend: Phoenix LiveView (with Preline UI)<p>Database: PostgreSQL (I want to use neon.tech soon for tenant db isolation)<p>Auth: WorkOS (for B2B SSO)<p>Cloud Provider: Fly.io (tbd)<p>Why did I choose this tech stack?<p>I&#x27;ve loved elixir for a few years but I&#x27;ve yet to build a functional SaaS with it yet. I&#x27;ve built one-off apps, and even stock algo bots. This time I&#x27;m going to try for something bigger which means I get to use Phoenix and LiveView to make a fast web app.<p>As for PostgreSQL we&#x27;ll it&#x27;s PostgreSQL and WorkOS seemed to be my biggest risk since I had no experience with it&#x27;s platform or SSO OAuth2. However, WorkOS has tons of features that makes B2B SSO painless for me and potential customers. No real reason for fly.io yet.<p>Do you think your choices had any impact on your success or failure?<p>No success or failures yet.
评论 #41904038 未加载
mjomaa7 个月前
Next.js (v15), React (v19), Auth.js (v5), shadcn&#x2F;ui, Postgres, Hetzner.<p>More here: <a href="https:&#x2F;&#x2F;achromatic.dev&#x2F;docs&#x2F;tech-stack" rel="nofollow">https:&#x2F;&#x2F;achromatic.dev&#x2F;docs&#x2F;tech-stack</a><p>Choice had a big impact, because I don&#x27;t have to context switch, only have to implement validation once, can re-use a lot of the logic between frontend and backend and the UI part also looks neat. Furthermore with React server components and server actions a lot of the boilerplate code for an internal API is just.. gone. Super easy.<p>Now with Next.js 15 RC 2 and stable coming out next Friday, I&#x27;m in a very good position. Using the app router with Next.js 13 or Next.js 14 was like having warts. But now with Next.js 15 caching is good again and the speed improvements for dev mode were good enough to not bother me anymore.
jackbroski827 个月前
Frameworks - React, tailwind, python django servers.<p>Dev tools - VSCode, PyCharm, ChatGpt, <a href="https:&#x2F;&#x2F;www.cursor.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.cursor.com&#x2F;</a>, <a href="https:&#x2F;&#x2F;rockyai.me&#x2F;" rel="nofollow">https:&#x2F;&#x2F;rockyai.me&#x2F;</a><p>Other SAAS - Render, cloudflare pages, google workspace, <a href="https:&#x2F;&#x2F;instantly.ai&#x2F;" rel="nofollow">https:&#x2F;&#x2F;instantly.ai&#x2F;</a>
tiniuclx7 个月前
I&#x27;ve built Chord Chart Memo [0] entirely using Godot Game Engine.<p>Chord Chart Memo is a tool for musicians and songwriters which lets you input chords with just two taps. What makes it stand out is the focus on lightning-fast input &amp; offline functionality for reliablility during live performances.<p>[0] <a href="https:&#x2F;&#x2F;tiniuc.com&#x2F;chord-chart-memo&#x2F;" rel="nofollow">https:&#x2F;&#x2F;tiniuc.com&#x2F;chord-chart-memo&#x2F;</a>
skwee3577 个月前
Rust, recently migrated from SQLite to Postgres, Astro, svelte, tailwind, caddy. Hosted in a VPS in Hetzner
aosaigh7 个月前
Django + Celery, Next.js, Vercel and Digital Ocean app platform.<p>I’m happy to pay to offload as much devops as possible to focus on features. Likewise when choosing a framework: convention over configuration where possible.
MrHamburger7 个月前
.NET everywhere, except the firmware on devices, where is C.
purple-leafy7 个月前
React + Tailwind + TypeScript + Firebase
beardyw7 个月前
For some reason your links don&#x27;t work.