Live data from Hacker News

Viewing profile — charlesTwenty

charlesTwenty

HN member
Joined
Mon, Apr 03, 2023, 8:30 PM UTC
HN karma
31
Public activity
26 items

About charlesTwenty

No profile information was provided.

Recent public activity

  1. comment
    Comment #37809553

    Hi, I'm Charles and leading the engineering work on Twenty! We've made the bet to invest on a tailored design for our components. Using an existing UI library is a strength to use …

  2. comment
    Comment #37090950

    Very nice Readme! What have you used to generate the illustrations? Also, congratulation guys. It looks very interesting and as an engineer I'm always happy to see more open-source…

  3. comment
    Comment #37037455

    Hi, I'm one of the main maintainer of Twenty and we have onboarded Gitstart on our codebase a few weeks ago. I can give a feedback on our collaboration so far: 1) Code quality is g…

  4. story
    Show HN: Open-Source Favicon Provider

    Hey HN, We couldn’t find a reliable favicon provider for our CRM [1]. There are existing solutions (FaviconKit, Google faviconV2, ...) but we have faced issues with all of them: ra…

  5. comment
    Comment #36797134

    Interesting feedback! The recommended install is already local (through yarn). The only piece mentioning docker is to provision a Postgres database, which you need to have to run a…

  6. comment
    Comment #36796473

    We are unsure about the right license to use, so this is a great feedback. We had a MIT license one week ago that we know that we cannot hold on long term and we felt we were lying…

  7. comment
    Comment #36796429

    The pricing is for the cloud version: you can use it for free if you stay under 100 contacts. Self-hosting is completely free!

  8. comment
    Comment #36796314

    Thank you!

  9. comment
    Comment #36796272

    Yes, as an engineer I am rooting for opensource and to build something that last beyond the company. I also think it will force us to install a good company culture centered around…

  10. comment
    Comment #36796207

    Yes! https://app.twenty.com . It's still very early but we are happy to share it and to get feedbacks. We already have a few users that are using it on a daily basis and we are try…

  11. comment
    Comment #36796191

    Thank you, we put a lot of effort into providing a good user experience and a good developer experience. Feel free to jump in on Github issues!

  12. comment
    Comment #36796186

    +1, thanks for the link

  13. comment
    Comment #36796177

    Very interesting, this makes sense, it is definitely a direction we could go into. We are using Postgres and were also considering using 1 schema per tenant.

  14. comment
    Comment #36795921

    Thank you, happy to see you on the codebase!

  15. comment
    Comment #36795719

    Thank you for the feedback. What you said resonates with me a lot. Standardized APIs: While we are designing Twenty, we have in mind to provide three APIs: a GraphQL API (headless)…

  16. comment
    Comment #36795509

    We have mainly chosen to use JS on the frontend and on the backend to lower the learning curve for people that would want to contribute / extend it to their own needs. Then typescr…

  17. comment
    Comment #36795486

    A middle ground I've encountered in an ERP system (prophet21 if you're interested) was each table had multiple "CUSTOM_XX" columns that were initially blank. Customers could edit t…

  18. comment
    Comment #36795480

    Haha! Yes, fixing it, thank you!

  19. comment
    Comment #36795471

    I'm rather worried about having a large table being able to accommodate for any custom object than the fact it is multi-tenant, we could shard by tenant_id quite easily. I might be…

  20. comment
    Comment #36795447

    Yes, agree! We try to re-use as much opensource software as possible. One difficulty is that we are also trying to make it as easy as possible to self host the CRM. If we start inc…

  21. comment
    Comment #36795397

    Thanks for the feedback! We have been discussing this a lot. Here is one of the option we have in mind for the upcoming months and we would love to know if this could work in your …

  22. comment
    Comment #36793817

    That's a very good point. In the early stage, we were thinking about a single tenant architecture which would make this questions way easier. However, I am a strong believer in mul…

  23. comment
    Comment #36793300

    We also plan to support CSV import and export

  24. comment
    Comment #36793291

    Yes, we are providing a graphql API that you can find "documented" here: https://docs.twenty.com/graphql/ Right now, you need to provide a JWT token that you can get at login or re…

  25. comment
    Comment #36792541

    Sure! We want to build something flexible where users can define their own custom objects and fields. We were thinking about leveraging Hasura that's already providing a flexible g…