Twenty VS copybara

Compare Twenty vs copybara and see what are their differences.

copybara

Copybara: A tool for transforming and moving code between repositories. (by google)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
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.
www.influxdata.com
featured
Twenty copybara
19 14
13,331 1,997
32.7% 1.4%
10.0 9.3
about 20 hours ago 7 days ago
TypeScript Java
MIT Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Twenty

Posts with mentions or reviews of Twenty. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-25.
  • Writing your first Github CI workflow
    1 project | dev.to | 8 Apr 2024
    I had the opportunity to work on a github issue in an open source project to add a Github workflow that runs if some files where modified in the path packages/twenty-website and checks that the website is still building.
  • Launch HN: Okapi (YC W24) – A new, flexible CRM with good UX
    1 project | news.ycombinator.com | 19 Mar 2024
    You should check out Twenty! https://twenty.com/ (YC S23) -- they're an OSS CRM.

    I totally agree the object management UI is too clunky right now. I want to redo that set of pages, they were the first ones we shipped. Not gonna lie, idk if anyone except me and Ned are really pining to learn hotkeys for managing object schemas, since in practice we're the only ones doing that on a regular basis -- we do initial setup on behalf of our customers.

    Yeah, I consider latency part of UX. We're doing some somewhat fancy stuff to reliably replicate every record into a couple of stores, each of which is optimized for different access patterns (search, get latest by ID, etc.). The big central Postgres(TM) is mostly there to be authoritative and to transactionally maintain invariants in the system.

  • Ask HN: What's the deal with the "open-source SaaS" trend these days?
    2 projects | news.ycombinator.com | 25 Jan 2024
    Open Source software will never be able to monetize as well as closed-source. We might only capture 10% of the value we create. But being open source inherently creates strong network effects that tends to push towards a limited number of winners, and the addressable market in CRM is so big that it's still possible to build multi-billion dollar company while massively driving the costs down for everyone.

    It's kind of like the Prisoner's Dilemma: If every company keep their software proprietary, they can all make on moderate growth/profit. But if one goes open-source, they could attract a large community, drive innovation, and potentially reap long-term profits while reducing the overall market size.

    [1] https://github.com/twentyhq/twenty

  • 🔥🔥 Our awesome OSS friends 😍
    20 projects | dev.to | 6 Dec 2023
    Twenty- A modern CRM offering the flexibility of open-source, advanced features and sleek design.
  • Twenty: A Modern open-source CRM
    1 project | news.ycombinator.com | 7 Oct 2023
  • Launch HN: GitStart (YC S19) – Remote junior devs working on production PRs
    8 projects | news.ycombinator.com | 7 Aug 2023
    Twenty: https://github.com/twentyhq/twenty/pulls?q=is%3Apr+author%3A...

    Our main technical challenge has been securing code sharing. One solution was building GitSlice, which enables creating sub-repos that sync with the upstream repo. When GitStart devs create PRs on the platform, GitSlice syncs them upstream while pulling back CI/CD checks and review comments. This enables our devs to contribute with limited codebase access.

    To prevent slices from breaking, we verify they run within a docker container, which also enables us to build review environments. Fun fact: we managed to support native iOS and Android codebases by building and running them on appetize.io instead of docker.

    There have been countless attempts at this space so we would love to hear your feedback on how we approached this problem or your past experiences working with junior devs in this way. We look forward to a good conversation!

  • Open-source CRM built with Typescript and GraphQL
    1 project | /r/programming | 1 Aug 2023
  • Twenty - Open Source CRM
    1 project | /r/coolgithubprojects | 1 Aug 2023
  • Plane – open-source Jira alternative
    4 projects | news.ycombinator.com | 22 Jul 2023
    Interesting, the UI looks the same as Twenty ( https://twenty.com/ ), that was shared on HN this week.
  • Launch HN: Twenty.com (YC S23) – open-source CRM
    15 projects | news.ycombinator.com | 19 Jul 2023
    Sorry about that, it's not an intentional dark pattern, just the result of a very short timeline to build this. I've just created an issue to prioritize this soon: https://github.com/twentyhq/twenty/issues/774

    We are trying to be conscious about data privacy too (e.g. no tracker or third-party cookie on our website)

copybara

Posts with mentions or reviews of copybara. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-27.
  • Google lays off its Python team
    4 projects | news.ycombinator.com | 27 Apr 2024
    sure! it used a collection of tools, the main ones were

    * copybara [https://github.com/google/copybara] to mirror between github and our internal repo and transform the source tree layout to our internal conventions

    * mercurial patch queues [https://hgbook.red-bean.com/read/managing-change-with-mercur...] to apply internal changes

    there are internal tools to automate the copybara configuration for python packages specifically, and to map between mercurial and google's version control system, but that's the main idea, and a specific review process for adding new packages.

    the process is actually documented here though not all the referenced tools are available (or even applicable) externally: https://opensource.google/documentation/reference/thirdparty...

  • Apple releases Pkl – onfiguration as code language
    14 projects | news.ycombinator.com | 3 Feb 2024
    Step two of installing Copybara is to install Bazel [0], so that doesn't exactly contradict my claim that if you're not already using Bazel you probably won't use Starlark.

    [0] https://github.com/google/copybara

  • Culture Change at Google
    1 project | news.ycombinator.com | 22 Jan 2024
    > Also, they have a bunch of tooling to manage open source projects that mirror google3 projects. ... if I recall correctly the tool itself was open sourced too.

    https://github.com/google/copybara

  • Launch HN: GitStart (YC S19) – Remote junior devs working on production PRs
    8 projects | news.ycombinator.com | 7 Aug 2023
    You can potentially use CopyBara https://github.com/google/copybara

    We go much further than CopyBara by syncing CI / CD pipelines, syncing review comments and so on.

    We are considering launching GitSlice as product on its own. If you are interested, email me and I can keep you updated when its ready to test (hamza [at] gitstart [dot] com)

  • Tesla engineers were on-site to evaluate the Twitter staff’s code, workers said
    1 project | news.ycombinator.com | 30 Oct 2022
    I haven’t seen much info regarding their setup, aside from the bits about Pants and Bazel.

    Are those actually the upstream repositories, though? And is it known how they interact with them?

    Google has Copybara [1], which allows portions of a monorepo to live outside as an entirely separate repository without the need for things like Git submodules. It supports synchronization of histories, pull requests, path and file transformations, etc.

    In that sense, something like Copybara would allow them to, relatively, easily open source those bits, receive outside commits, and then sync the changes back to the monorepo.

    [1]: <https://github.com/google/copybara>

  • Is it possible to partition a single massive monorepos to different sub-repos for different vendors ?
    2 projects | /r/devops | 5 Jul 2022
    Take a look at https://github.com/Olivr/copybara-action and https://github.com/google/copybara
  • What happens when a module is removed from terraform registry?
    1 project | /r/Terraform | 23 Jun 2022
    I use copybara to sync them, and once I go through and audit them making sure that they're not causing any breaking changes, will release it and then update the code that depends on it.
  • Ignore files in Remote Repo but not Local Repo?
    1 project | /r/gamedev | 7 Apr 2022
    Another option is to use Copybara (https://github.com/google/copybara) to create a light-weight version of the repo from the local repo, and then push that. The problem is that it will be push-only. You won’t be able to pull. Again, a pain in the ass.
  • local development for modules referencing github
    3 projects | /r/Terraform | 25 Mar 2022
    Also you may want to try developing in a monorepo. If you need to publish them you can use stuff like Copybara / Copybara action to push them to individual repos
  • Copybara
    1 project | /r/devopspro | 28 Dec 2021

What are some alternatives?

When comparing Twenty and copybara you can also consider the following projects:

idurar-erp-crm - Open Source Headless ERP CRM E-Commerce Accounting Software | Node Js React

hashlink - A virtual machine for Haxe

Cash - Cross-platform Linux commands in ES6

copybara-action - Transform and move code between repositories. Start with ZERO config and 100% customizable.

npm-name - Check whether a package or organization name is available on npm

go - The Go programming language

windmill - Open-source developer platform to turn scripts into workflows and UIs. Fastest workflow engine (5x vs Airflow). Open-source alternative to Airplane and Retool.

SDL - Simple Directmedia Layer

Metabase - The simplest, fastest way to get business intelligence and analytics to everyone in your company :yum:

nx - Smart Monorepos · Fast CI

bcat - A pipe to browser utility

storybook - Storybook is a frontend workshop for building UI components and pages in isolation. Made for UI development, testing, and documentation.