Ask HN: Well architected React and Node repos?

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. civitai

    A repository of models, textual inversions, and more

    You can check out civitai's repo if you want smth for NextJS: https://github.com/civitai/civitai

    Found it pretty useful for my usecase at least since most of my tech stack aligns with them, along with the component framework they use(Mantine)

  2. Sevalla

    Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!

    Sevalla logo
  3. react-open-architecture

    A starter template for developing enterprise-level modern React applications.

    https://github.com/venil7/react-open-architecture

  4. go-cleanarchitecture

    An example Go application demonstrating The Clean Architecture.

    It’s probably not answering all your questions, but https://manuel.kiessling.net/2021/05/02/tutorial-react-singl... might be worth a read.

    Also, although not React/Node, the thoughts laid out in https://manuel.kiessling.net/2012/09/28/applying-the-clean-a... have served me well over the years.

  5. cal.com

    Scheduling infrastructure for absolutely everyone.

    Even though I don't love Next.js and file-based routers in general, I'm a big fan of the cal.com repo: https://github.com/calcom/cal.com

    Monorepo, modern packages, and the architecture seems well-considered.

  6. studio

    Discontinued Robotics visualization and debugging (by foxglove)

    When I contributed to Foxglove Studio, a robotics data visualization tool built in React and Electron, I found the codebase very easy to navigate. Without much prior JavaScript/TypeScript/React experience, I was able to prototype several new fairly sophisticated features. They've nicely decomposed the code into libraries, with just about the right level of abstraction to make it easy to extend.

    Unfortunately they ceased developing it in the open, but there's a lot to learn from the v1 codebase, and other related projects that continue to be open source.

    https://github.com/foxglove/studio/tree/v1

  7. BotServer

    LLM Orchestrator automation open-source platform

  8. datadog-transports

    A monorepo for logging plugins that ship logs to datadog

    To add on as another example, I recently created a monorepo for three npm packages I publish. It uses pnpm + turbo + changesets + syncpack to publish and manage the versions for cross-deps:

    https://github.com/theogravity/datadog-transports

  9. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  10. SaaS-Boilerplate

    πŸš€πŸŽ‰πŸ“š SaaS Boilerplate built with Next.js + Tailwind CSS + Shadcn UI + TypeScript. ⚑️ Full-stack React application with Auth, Multi-tenancy, Roles & Permissions, i18n, Landing Page, DB, Logging, Testing

    You can take a look at: https://github.com/ixartz/SaaS-Boilerplate, it should give you some inspiration to structure your React apps with folder structure, component breakdown.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Onlook: The Visual-First Code Editor That Will Change How You Build Websites

    1 project | dev.to | 28 Aug 2025
  • My React.js Journey: An Angular Developer's Perspective

    10 projects | dev.to | 21 Jul 2025
  • Better Auth, a TypeScript authentication library, raises $5M from Peak XV, YC

    2 projects | news.ycombinator.com | 25 Jun 2025
  • Onlook (YC W25) Is Hiring a a Founding Engineer in SF

    2 projects | news.ycombinator.com | 10 Jun 2025
  • Onlook: The Cursor for Designers

    1 project | news.ycombinator.com | 4 Jun 2025

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?