Twenty VS storybook

Compare Twenty vs storybook and see what are their differences.

storybook

Storybook is a frontend workshop for building UI components and pages in isolation. Made for UI development, testing, and documentation. (by storybookjs)
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 storybook
19 323
13,331 82,947
32.7% 0.5%
10.0 10.0
about 22 hours ago 6 days ago
TypeScript TypeScript
MIT MIT License
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)

storybook

Posts with mentions or reviews of storybook. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-06.
  • Modern React testing, part 5: Playwright
    5 projects | dev.to | 6 May 2024
    As a development server, we can use an actual development server of our app, like Create React App (that we use for the examples) or Vite, or another tool like React Styleguidist or Storybook, to test isolated components.
  • How to use NextJS pathname in Storybook 8
    1 project | dev.to | 29 Apr 2024
    Source: qcatch on Feb 22, 2024 https://github.com/storybookjs/storybook/discussions/25470
  • Storybook not picking up tailwindcss
    1 project | dev.to | 17 Apr 2024
    [Bug]: Configuration with TailwindCss Next.js using Tailwind with Storybook
  • Astro.js as an alternative to Next.js: pushing the limits
    7 projects | dev.to | 17 Apr 2024
    Astro has no runtime. This means no unit tests. This also means no Storybook for your Astro components (although, they’re working on it!)
  • Release Radar β€’ March 2024 Edition
    14 projects | dev.to | 7 Apr 2024
    If you're into UI development, then you need to know about Storybook. It's a frontend workshop for building UI components and pages in isolation. The latest version brings some big improvements for testing and documentation with built-in visual testing. There's also React Server Component support, improved controls for React and Vue projects, as well as improved Vite architecture, Vitest testing, and Vite 5 support. Check out all the major changes in the Storybook changelog.
  • Top 10 Tools Every React Developer Needs in 2024
    4 projects | dev.to | 3 Apr 2024
    Storybook
  • Announcing AnalogJS 1.0 πŸš€
    5 projects | dev.to | 14 Mar 2024
    We are continuing to make building fullstack websites and application with Analog and Angular as seamless as possible, and extending the Angular ecosystem through integrations with Astro, Nx, [Vitest]https://analogjs.org/docs/features/testing/vitest, Storybook, and more.
  • Storybook 8
    6 projects | dev.to | 12 Mar 2024
    Storybook is the industry standard UI tool for building, testing, and documenting components and pages. It’s used by thousands of teams globally, integrates with all major JavaScript frameworks, and combines with most leading design and developer tools.
  • Add Cypress, Playwright, and Storybook to Nx Expo Apps
    1 project | dev.to | 19 Feb 2024
    Expo has first-class support for building full-stack websites with React, so I can leverage that to add Cypress/Playwright for E2E testing and add the Storybook for UI components.
  • 13 best React debugging tools
    4 projects | dev.to | 3 Jan 2024
    Storybook emerges as a pioneering solution among React debugging tools, offering an interactive environment for developers to create and test UI components. With its robust platform, teams can build, organize, and design UI components, and even entire screens, without the hurdles of business logic and plumbing.

What are some alternatives?

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

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

Docusaurus - Easy to maintain open source documentation websites.

Cash - Cross-platform Linux commands in ES6

fluentui-blazor - Microsoft Fluent UI Blazor components library. For use with ASP.NET Core Blazor applications

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

react-styleguidist - Isolated React component development environment with a living style guide

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.

fractal - A tool to help you build and document website component libraries and design systems.

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

svelte-luna - svelte ui kit

bcat - A pipe to browser utility

primeng - The Most Complete Angular UI Component Library