Bytebase: 20-Person Startup, 30 SaaS Services, and $1,183 Monthly Bill

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

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • bytebase

    The GitHub/GitLab for database DevOps. World's most advanced database DevOps and CI/CD for Developer, DBA and Platform Engineering teams.

    Author here

    >> I find it hard to believe they're actually using all these tools on a regular basis.

    We do rely on all mentioned tools, though for some tools, we only use them occasionally due to their nature (e.g. we don't need to visit Pulley every day to manage equities).

    >> Excalidraw (???)

    Oh, Excalidraw Plus

    >> Their docs appear to be using Docusaurus which comes with Algolia out of the box, so ???

    The Algolia part is correct, while we are Vue based, so we built our own and also implement some special markdown syntax to facilitate tech writing https://www.bytebase.com/docs/document-write-guide

    >> The R&D team of just over 10 members releases a new version every two weeks, and each version has 100 to 150 PRs submitted.

    It's an open source project https://github.com/bytebase/bytebase. And most are small PRs. Here is our review guide line: https://github.com/bytebase/bytebase/blob/main/docs/code-rev...

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • chatwoot

    Open-source live-chat, email support, omni-channel desk. An alternative to Intercom, Zendesk, Salesforce Service Cloud etc. 🔥💬

    Look at ChatWoot[1] too. It has a an OpenSource[2] self-host option. They claim to be a customer engagement suite, an alternative to Intercom, Zendesk, Salesforce Service Cloud etc. I have no relationship with them.

    1. https://www.chatwoot.com/

    2. https://github.com/chatwoot/chatwoot

  • Keycloak

    Open Source Identity and Access Management For Modern Applications and Services

    > This is a false dichotomy: people can choose to use a framework that handles auth competently, such Django or Rails, no need to roll their own.

    If you want a centralized auth provider across different services, then something like Keycloak is indeed a good choice, which is why I mentioned it: https://www.keycloak.org/ Of course, for the actual services, you should go with a standard OIDC/OAuth2 library, or something like that, even a proven JWT library if need be.

    Having Django or Rails (or one of the supporting libraries, like Devise) handle auth and permission control for more self-contained applications is also fine.

    I'd just like to caution against writing your own badly documented and badly tested framework for auth, along the lines of storing unsalted MD5 password hashes, or even doing certain controls client side (although I haven't seen this personally, I've definitely seen lacking implementations and have heard stories from others in the industry).

  • IdentityServer

    The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core

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

  • Nidam Registration VS Keycloak - a user suggested alternative

    2 projects | 19 May 2024
  • Identity server 4

    1 project | /r/dotnet | 11 Dec 2023
  • 🚀 Top 12 Open Source Auth Projects Every Developer Should Know 🔑

    9 projects | dev.to | 6 Dec 2023
  • IT Pro Tuesday #280 - Identity/Access Mgmt, Training, Collaboration Tool & More

    2 projects | /r/ITProTuesday | 5 Dec 2023
  • Are there any OIDC Provider libraries for Golang?

    7 projects | /r/golang | 15 May 2023