Architecture.md (2021)

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • revenut-app

    A web + mobile app (PWA) with Stripe integration for forecasting SaaS revenue

  • > If you maintain an open-source project in the range of 10k-200k lines of code, I strongly encourage you to add an ARCHITECTURE document

    Regardless of repo size, I think architecture still has a place in a Readme. I did a Mermaid sequence diagram in the main Readme because I think it's important that all readers see and understand how this particular project works:

    https://github.com/hbcondo/revenut-app?tab=readme-ov-file#-w...

  • zapier-platform

    The SDK for you to build an integration on Zapier

  • I've always found this to be a very useful practice. Many projects have a few core files (or packages / modules / whatever) where most of the changes happen. Being able to familiarize new contributors (or old returning ones) with those quickly really helps the startup time on a project.

    I've added architecture files to projects at multiple jobs now [0], [1] and they've been well received. They're not perfect, but they're better than nothing.

    [0]: https://github.com/zapier/zapier-platform/pull/324

    [1]: https://github.com/stripe/stripe-cli/blob/master/ARCHITECTUR...

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • stripe-cli

    A command-line tool for Stripe

  • I've always found this to be a very useful practice. Many projects have a few core files (or packages / modules / whatever) where most of the changes happen. Being able to familiarize new contributors (or old returning ones) with those quickly really helps the startup time on a project.

    I've added architecture files to projects at multiple jobs now [0], [1] and they've been well received. They're not perfect, but they're better than nothing.

    [0]: https://github.com/zapier/zapier-platform/pull/324

    [1]: https://github.com/stripe/stripe-cli/blob/master/ARCHITECTUR...

  • sourcegraph

    Code AI platform with Code Search & Cody

  • That's pretty much what https://sourcegraph.com/ are selling, is it not?

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